@charset "utf-8";

/*****************************************/
/**********  ETIQUETAS HTML  *************/
/*****************************************/
*{
	margin:0;
	padding:0;
}
html, body{
	height: 100%;
}
body{
	background-color:#4078C1;
	background-image:url(interfaz/fondo_paginas.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#1F303A;
}

a{
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration:underline;
}
a.pie{
	color:#FFF;
}
a.pie:link{
	text-decoration:underline;
	color:#FAFAFA;
}
a.pie:visited{
	text-decoration:underline;
	color:#EAEAEA;
}
a.pie:hover{
	text-decoration:none;
	font-style:italic;
	color:#FFF;
}
a.pie:active{
	text-decoration:none;
	color:#FFF;
}
p{
	text-indent: 0.5em;
	text-align:justify;
	margin-top:0.6em;
	padding:0 10px 0 10px;
}
blockquote{
	text-indent: 0;
	text-align:justify;
	margin:0.6em 0 0 2em;
	padding:0 0 0 2em;
}
/*****************************************/
/****************  IDs  ******************/
/*****************************************/
#contenedor_gral{
	position: absolute;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	left:50%;
	margin-left:-490px;
	background-color:#FCFCFC;
	background-image:url(interfaz/fondo_submenu.gif);
	background-repeat:repeat-y;
}
#banner {
	height: 120px;
	width: 980px;
	background-image:url(z_interfaz/banner.jpg);
}
#fondo_cabezal_datos{
	width:980px;
	height:10px;
	background-image:url(z_interfaz/cabezal_datos.gif);
}
#contenedor_submenu {
	position: relative;
	width: 210px;
	float: left;
	margin-left: 0;
	margin-top: 7px;
	text-align:left;
}
#contenedor_datos {
	position: relative;
	width: 750px;
	float: right;
	margin: 10px 10px 30px 10px;
	border-bottom: #CCC 1px solid;
	padding-bottom: 20px;
	text-align:justify;
}
#fondo_pie_datos{
	position:absolute;
	height: 10px;
	width: 980px;
	bottom: 40px !important;
	background-image:url(z_interfaz/pie_datos.gif);
}
#pie_paginas {
	position:absolute;
	height: 40px;
	width: 980px;
	bottom: 0 !important;
	background-image: url(z_interfaz/pie_paginas.jpg);
}
#separador{
	height: 30px;
	widht: 100%;
	font-size: 0;
	clear:both;
}

/*****************************************/
/*********** CLASES VARIAS  **************/
/*****************************************/
.titulos_articulos{
	position: relative;
	font-family:"Courier New", Courier, monospace, Arial;
	font-size: 120%;
	font-weight: bold;
	font-style:italic;
	text-align:left;
	margin:0.6em 0 1em 0;
	border-bottom: 3px solid #DBFFCA;
	padding:0 0 0.2em 0.5em;
}
.subtitulos_articulos{
	position: relative;
	font-family:"Courier New", Courier, monospace, Arial;
	font-size: 100%;
	font-weight: bold;
	text-align:left;
	margin:0.6em 0 0.6em 1.2em;
	font-style:italic;
	padding:0 0 0.2em 0.5em;
}
.articulos{
	font-size: 90%;
	text-align:justify;
	margin-top:0.6em;
	padding:0 10px 0 30px;
}
.destacados{
	font-weight: bold;
}
.texto_pie{
	font-size:95%;
	text-align:center;
	color:#FFF;
}
.porta_botones{
	float:right;
	height:17px;
	clear:right;
	margin-top:13px;
}
.porta_botones + .porta_botones{
	float:right;
	height:17px;
	clear:right;
	margin-top:3px;
}
.sub_menu{
	font-size:80%;
	text-decoration: none;
	list-style:none;	
}
.contenedores_dtecnicos{
	position: relative;
	width: 340px;
	float: left;
	margin: 0 0 30px 30px;
	padding-bottom: 10px;
}
.li_titulares {
	display: block;
	padding: 3px 5px 3px 5px;
	margin: 0 5px 5px 5px;
	width: 190px;
	font-size:120%;
	font-weight:bold;
	color: #002569;
	background-color:#FFF;
	border-bottom:#FF8C19 solid 1px;
}
li a {
	display: block;
	padding: 3px 5px 3px 5px;
	margin: 0 5px 5px 5px;
	width: 190px;
	text-decoration:none;
}
li a:link {
	color: #002569;
	background-color:#EEE;
	text-decoration:none;
	border-bottom:#002569 solid 1px;
}
li a:visited {
	color: #002569;
	background-color:#EEE;
	text-decoration:none;
	border-bottom:#002569 solid 1px;
}
li a:hover {
	color: #FF8C19;
	background-color:#FFF;
	text-decoration:none;
	border-bottom:#FF8C19 solid 1px;
}
li a:active {
	color: #FF8C19;
	background-color:#FFF;
	text-decoration:none;
	border-bottom:#FF8C19 solid 1px;
}
/*****************************************/
/********** FORMATOS TEXTOS  *************/
/*****************************************/
.titulares{
	font-size: 110%;
	color: #002569;
	font-weight:bold;
	text-align:left;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
	border-bottom: #CCC 1px dashed;
	display: block;
	clear: both;
}
.titulares2{
	font-size: 110%;
	color: #002569;
	font-weight:bold;
	text-align:left;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
	border-bottom: #CCC 1px dashed;
}
.titulares_derecha{
	font-size: 110%;
	color: #002569;
	font-weight:bold;
	text-align:right;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
	border-bottom: #CCC 1px dashed;
	display: block;
}
.sub_titulares{
	font-size: 100%;
	color: #002569;
	font-weight:bold;
	text-align:left;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-bottom: 0.7em;
}
.sub_titulares_centro{
	font-size: 100%;
	color: #002569;
	font-weight:bold;
	text-align:center;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-bottom: 0.7em;
}
.error{
	color:#FF0000;
}
.destacados{
	font-weight:bold;
}
.citas{
	font-style: italic;
}
.alinear_izquierda{
	text-align:left;
}
.alinear_centro{
	text-align:center;
}
.alinear_derecha{
	text-align:right;
}

.p_listas{
	text-indent: 0;
	text-align:left;
	margin-top:0.1em;
	padding:0;
}
.bloques_listas{
	text-align:left;
	margin:0.1em 0 0 4em;
	padding:0;
}
.divisor{
	font-size: 50%;
	margin: 1.5em 0 2em 0;
	border-bottom: #CCC 1px dashed;
	display: block;
}
/*****************************************/
/********* FORMATOS IMAGENES  ************/
/*****************************************/
.imgs_izquierda{
	float: left;
	margin: 0 15px 0 10px;
}
.imgs_izquierda_30{
	float: left;
	margin: 0 30px 0 10px;
}
.imgs_izquierda_smi{
	float: left;
	margin: 0 15px 0 6px;
}
.imgs_derecha{
	float: right;
	margin: 0 10px 0 15px;
}
.celdas_top{
	vertical-align:top;
}
.tabla_centro{
	display: block;
	position:static;
	margin: 0 auto;
}
.celdas_33{
	margin: 3px;
	padding:3px;
}
/*****************************************/
/******* FORMATOS FORMULARIOS ************/
/*****************************************/
.combos_gr{
	width:210px;
	margin:5px 0;
}
.combos_gr2{
	width:260px;
	margin:5px 0;
}
.combos_gr3{
	width:300px;
	margin:5px 0;
}
.combos_gr4{
	width:350px;
	margin:5px 0;
}
.combos_md{
	width:60px;
	margin:5px 0;
}
.combos_md1{
	width:90px;
	margin:5px 0;
}
.combos_md2{
	width:160px;
	margin:5px 0;
}
.combos_md3{
	width:130px;
	margin:5px 0;
}
.combos_ch{
	width:40px;
	margin:5px 0;
}
.combos_ch2{
	width:30px;
	margin:5px 0;
}
.campos_error{
	border:solid 1px #FF0000;
}
/*****************************************/
/**** FORMATOS ENTRADAS DIGITALES ********/
/*****************************************/
.entradas_digitales_0{
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background-color:#000066;
	width:50px;
	margin-left:5px;
}
.entradas_digitales_1{
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background-color:#CC6600;
	width:50px;
	margin-left:5px;
}
/*****************************************/
/**** FORMATOS ENTRADAS DIGITALES ********/
/*****************************************/
.divisores_secciones_1{
	font-weight:bold;
	color:#FFF;
	background-color:#000066;
}
.divisores_secciones_1 a{
	color:#CCF;
	font-style:italic;
}
.divisores_secciones_2{
	font-weight:bold;
	color:#FFF;
	background-color:#CC6600;
}
