/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* ESTRUCTURA PAGINA */

#contenedor {
	display: block;
	position: relative;
	margin: auto;
	margin-top: 20px;
	width: 1250px;
}

#cabecera {
	text-align: center;
	margin: auto;
	padding-top: 15px;
	width: 1250px;
	height: 50px;
	background-color: #087041;
	color: #ffffff;
	border-radius: 15px;
}

#minagri {
	text-align: center;
	margin-bottom: 10px;
}

.contenido {
	border: 1px solid #777;
	border-radius: 15px;
	text-align: left;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 10px 20px 20px 20px;
}

#pie_pagina {
	width: 1200px;
	margin: auto;
	margin-bottom: 50px;
}





/* GENERAL */

body {
	background-color: #f1f1f1;
	color: #333333;
	font-family: arial;
	font-size: 15px;	
}

h1 {
	/*
	font-size: 25px;
	margin: 5px 0px 5px 0px;
	*/
	font-weight: normal;
	font-size: 30px;
	letter-spacing: -2px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

.titulo_cabecera {
	/*
	font-size: 25px;
	margin: 5px 0px 5px 0px;
	*/
	font-weight: normal;
	font-size: 32px;
	letter-spacing: -2px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	text-shadow: 2px 2px #000000;	
}

.titulos_h1 {
	color: #01824A;
}

h2 {
	font-size: 20px;
	margin: 5px 0px 5px 0px;
}

h3 {
	font-size: 18px;
	margin: 5px 0px 5px 0px;
}

td {
	padding-top: 5px;
	text-align: left;
	vertical-align: middle;	
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol {
	margin-left: 30px;
}

li {
	/*list-style: square;*/
	margin-bottom: 10px;
}

.tabla_chica {
	width: 50%;	
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;	
}

.tabla_busquedas {
	width: 100%;
	font-size: 12px;
}

.tabla_general {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	overflow-x: scroll;
}

.tabla_general th, .tabla_chica th, .tabla_busquedas th {
	background-color: #dff0d8;
	border-right: 1px solid #ffffff;
	border-bottom: #999;
	height: 30px;
	color: #3c763d;
	padding: 5px 5px 5px 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.tabla_general td, .tabla_busquedas td, .tabla_chica td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 10px;
	border-bottom: 1px solid #cccccc;
}

.tabla_busquedas td {
	padding-left: 5px;
}

.valorNum {
	text-align: right;
}

#bienvenida_principal {
	position: absolute;
	left: 80px;
}

.popup {
	background-color: #ffffff;
	margin: 10px;
	padding: 10px;
	min-height: 555px;
	text-align: left;	
}

#contienelogin {
	text-align: center;
	margin: auto;	
	margin-top: 30px;
}
#login {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 0px 10px 40px;
	width: 600px;
	border: 1px solid #cccccc;
}

#menu-docs {
	font-size: 14px;	
}

#titulo {
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	background-color: #8AA1B6;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 5px solid #FF7C3E;
	display: block;
}

#menu-docs li
{
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

#menu-docs a
{
	border-bottom: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 400px;
	background-color: #02478c;
	color: #fff;
}

#menu-docs a:link, #navlist a:visited
{
	text-decoration: none;
}

#menu-docs a:hover 
{
	background-color: #369;
}


.destaca-cafe {
	color: #333;
	margin-bottom: 20px;
}

#acerca-de {
	position: absolute;
	right: 230px;
	top: 200px;
}

.estadoSol {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;	
}

#modal {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index:1000;
	opacity:0.75;
	background-image: url("../img/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
}

#popup_modal {
	transition: all .5s;
	padding: 10px;
	z-index: 1200;
	position: fixed; 
	width: 700px; 
	height: auto;
	top: 0; 
	right: 0; 
	border: #333333 3px solid; 
	background-color: #ffffff;
	color: #000000; 
	overflow: auto; 
	display:none;
}

#popup_modal_cli {
	z-index: 1200;
	position: fixed; 
	width: 800px; 
	height: 430px;
	margin-top: 100px;
	top: 0; 
	left: 0; 
	border: #333333 3px solid; 
	background-color: #087041;
	color: #000000; 
	overflow: auto; 
	display:none;
}

#popup_modal_esp {
	z-index: 1200;
	position: fixed; 
	width: 800px; 
	height: 430px;
	margin-top: 100px;
	top: 0; 
	left: 0; 
	border: #333333 3px solid; 
	background-color: #087041;
	color: #000000; 
	overflow: auto; 
	display:none;
}

#popup_modal_esp_gen {
	transition: all .5s;
	padding: 10px;
	z-index: 1200;
	position: fixed; 
	width: 500px; 
	height: auto;
	top: 0; 
	right: 0; 
	border: #333333 3px solid; 
	background-color: #ffffff;
	color: #000000; 
	overflow: auto; 
	display:none;
}

#popup_modal_desp_asoc {
	transition: all .5s;
	padding: 10px;
	z-index: 1200;
	position: fixed; 
	width: 500px; 
	height: auto;
	top: 0; 
	right: 0; 
	border: #333333 3px solid; 
	background-color: #ffffff;
	color: #000000; 
	overflow: auto; 
	display:none;
}

#popup_modal_saldo_desp {
	transition: all .5s;
	padding: 10px;
	z-index: 1200;
	position: fixed; 
	width: 700px; 
	height: auto;
	top: 0; 
	right: 0; 
	border: #333333 3px solid; 
	background-color: #ffffff;
	color: #000000; 
	overflow: auto; 
	display:none;
}

#datos_usr {
	position: absolute;
	text-align: left;
}

#inicio_usr td {
	padding-left: 10px;
}

.warning {
	background-color: #ffc700;
}

.success {
	background-color: #DFF0D8;
}

hr {
	border: 1px solid #cccccc;	
}
