@charset "utf-8";
/* CSS Document */

body {
	
}
.Estilo1 {color: #FFFFFF; font-size:11px}
.Estilo2 {color: #FFCC00; font-size:11px}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin:0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	
}

.oneColLiqCtrHdr #container {
	width: 99.8%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:99.7%;
	//height:99.8%;
	position:relative;
}
.oneColLiqCtrHdr #header {
	height:138px;
	background: #c1d825; 
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #menu {
	width:100%;
	height:35px;
	background: #EEEEEE; 
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height:75.5%;
	
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	position:absolute;
	width:98.4%;
	//width:100%;
	bottom:0px;	
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*DATOS DE LOS FORMULARIOS*/

table.formularios {
	border-spacing:2px;*/
}

table.formularios td {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:3px;
}

table.formularios td.titulo{
	color:#000000;
	/*color: #7BACBE;*/
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

table.formularios td.par {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #7BACBE;
	padding:3px;
}

table.formularios td.impar {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#EEEEEE;
	padding:3px;
}

table.lista {
	/*border-spacing:2;*/
}

table.lista th {
	border-bottom: #CCCCCC  solid 2px;
	border-collapse:collapse;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.lista td {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
table.lista td.titulo{
	color:#000000;
	/*color: #7BACBE;*/
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

table.lista td.par {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #7BACBE;
	vertical-align:middle;
}
table.lista td.impar {
	color: #000000;
	font-weight:normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#EEEEEE;
	vertical-align:middle;
}




table.lista td a {
	border: solid 0px;
	color: #000000;
	text-decoration: none;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
}

table.mensaje{
	border:#CCCCCC solid 1px;
	border-collapse:collapse;
	height:120px;
}

table.mensaje td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7BACBE;
	font-weight:bold;
	vertical-align:middle;
}

table.mensaje td.regresar{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7BACBE;
	font-weight:bold;
	vertical-align:top;
}

table.mensaje td a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	font-weight:bold;
}

.paginator {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	color: #9BB218;
	font-size: 12px;
}

.tdcontenido{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
	font-weight:normal;
	
}


.tdtitulo{
	padding-left:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#339933; 
	font-weight:bold;
	
}
.tdcontenido a{
	color:#000000;
	text-decoration:none;
	border-bottom: 0px;
}
.tdnoticia{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
	font-weight:normal;
	border-bottom:#CCCCCC solid 1px;
	border-collapse:collapse;
}
.tdnoticiatitulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration:none;
	font-weight:bold;
}

.tdnoticiadetalle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
	font-weight:normal;
}

#loader_container {text-align:center;position:absolute;top:40%;width:100%}

#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}

#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}

#loader_bg {
	background-color:#EBEBE4;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px
}

.title_h2 {
	width:300px;
	padding:12px 0 0 18px;
}
.border_preview{
	z-index:100;
	position:absolute;
	background: #fff;
	border: 1px solid #444;
}


.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}

.preview_temp_load img{
	vertical-align:middle;
	text-align:center;
}

.textonegro{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}

.textonegrosmall{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
}

.textoazul{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#09aed6;
	font-size:12px;
}

.textogris{
	font-family:Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size:12px;
}

.textoazulbig{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#09aed6;
	font-size:14px;
}






