/* ----------------------------------------------------------------------------------------------------------------*/
/* Elementos comunes de Html */
.rastro_color {
	color:#2b2d73;
}
 
a:link {
	color: #2b2d73;
}
a:visited {
	color:#2b2d73;
}
IMG  {border : none;}

caption {
	text-align:left;
}

p {
	margin-top:1em;
	margin-bottom:0.5em;
}

h1, h2, h3, h4, h5 {
margin-top: 1em;
margin-bottom: 0.0em;
margin-left: 0.0em;
padding:0em;
}

h1 {
font-size:1.20em;
font-weight:normal;}

h2 {
font-size:1.10em;
font-weight:normal;
}

h3 {
font-size:1.0em;
font-weight:normal;
}

ul, ol {
list-style: none;
margin: 0em 0em 0em 0em;
padding:0em;
}

input {
	border: 1px solid #b6c5df;
	background: white;
}

input:focus {
	border: 1px solid #b6c5df;
	background: #e5e7f3;
}

select {
font-size:0.95em;
font-weight:normal;
}

a.enlaceExterno {
	padding-left: 18px;
	background-image: url(../img/enlace_ext.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/* ----------------------------------------------------------------------------------------------------------------*/


/* FUENTES colores y tamaños*/
.fuente_color_ine {color: #b6c5df;}
.fuente_color_azul {color: blue;}
.fuente_color_oce {color: #367F58;}
.fuente_color_censoag {color: #666600;}		
.fuente_color_sede {color: #333333;}
.fuente_negra {color: black;}
.fuente_blanca {color: white;}
.fuente_negrita {font-weight: bold;}
.fuente_cursiva {font-style: italic;}
.fuente_normal {font-weight: normal;}
.fuente_subrayado {text-decoration: underline;}
.fuente_tam150 {font-size:1.50em;}
.fuente_tam130 {font-size:1.30em;}
.fuente_tam120 {font-size:1.20em;}
.fuente_tam115 {font-size:1.15em;}
.fuente_tam110 {font-size:1.10em;}
.fuente_tam105 {font-size:1.05em;}
.fuente_tam100 {font-size:1.0em;}
.fuente_tam95 {font-size:0.95em;}
.fuente_tam90 {font-size:0.90em;}
.fuente_tam85 {font-size:0.85em;}
.fuente_tam80 {font-size:0.80em;}
.fuente_tam75 {font-size:0.75em;}
.fuente_tam70 {font-size:0.70em;}
.fuente_tam65 {font-size:0.65em;}
.fuente_tam60 {font-size:0.60em;}
/* ----------------------------------------------------------------------------------------------------------------*/

/* ALINEACIONES  ---  BORDES  ---  MARGENES   ---   ANCHOS*/
.left {float:left;}
.right {float: right;}
.noflota {float: none;}
.center {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right; }
.clearleft {clear: left;}
.clearright {clear: right;}
.clear {clear: both;}
.nowrap {white-space: nowrap;}
.valignmiddle {vertical-align: middle;}

.borde_inf_ine {border-bottom : 1px solid #b6c5df;}
.borde_sup_ine {border-top : 1px solid #b6c5df;}
.borde_sup_ine_puntos {border-top : 1px dotted #b6c5df;}
.borde_tot_ine {border: 1px solid #b6c5df;}
.borde_tot_sede {border: 1px solid #333333;}
.borde_ficha_cata {border-bottom: 2px solid #b6c5df;}
.borde_cata {border-top: 2px solid #b6c5df; padding-top:1em;}
.borde_supinf {border-top: 2px solid #b6c5df;  border-bottom: 2px solid #b6c5df; padding-bottom:0.5em;}

.margen_todo {margin: 10px; display:	block;}
.margen_izq25 {margin-left: 25px; display:	block;}
.margen_izq10 {margin-left: 10px; display:	block;}
.margen_sup10 {margin-top: 10px;}
.margen_sup0 {margin-top: 0px;}
.margen_sup20 {margin-top: 20px;}
.margen_sup_1em {MARGIN-top: 1.0em;}
.margen_inferior_1em {margin-bottom:1em;}
.margen_inferior_03em {margin-bottom:0.3em;}
.margen_sup_medioem {MARGIN-top: 0.5em;}
.
.margen_inferior_1em {margin-bottom:1em;}
.margen_inferior_03em {margin-bottom:0.3em;}
.margen_sup_medioem {MARGIN-top: 0.5em;}
.marg
.m
.margen_inferior_1em {margin-bottom:1em;}
.margen_inferior_03em {margin-bottom:0.3em;}
.margen_sup_medioem {MARGIN-top: 0.5em;}
.margen_masarriba {margin-top: -10px;}
.margen_masizq {margin-left: -10px;}
.margen_masabajo {margin-bottom: -10px;}
.margen_sinespacio {margin-bottom:0px; margin-top:0px; padding:2px 0px 0px 0px;}

.padding_id {padding: 0px 10px 0px 10px;}
.padding_todo {padding: 0.2em;}
.padding_todomas {padding: 0.5em;}
.padding_izq125 {padding-left: 125px;}
.padding_izq150 {padding-left: 150px;}
.padding_izq45pc {padding-left: 45%;}
.padding_der20 {padding-right: 20px;}
.padding_der5 {padding-right: 5px;}

.ancho_cien {	width: 100%;}

.fondo_azulclaro {
	background-color: #eef2f8;
}

/* estilo para ocultar parte del contenido ... Lo usamos en TH de tabla que no 
queremos que se vea --- */
.noseve {
	display: none;
}
/* Fin de ocultar codigo  */

/* FIN elementos comunes de Html */

/* ----------------------------------------------------------------------------*/

/* INICIO Lista estilos CUERPO */
div#cuerpo {
/*	min-height:14em;  */
	margin-left:-10px;
	margin-right:-3px;
	padding : 1.0em;	

}


div#cuerpo table {
	  border-spacing: 5px;
	  border-collapse:separate;
}

div#cuerpo table td, th{
		  padding: 3px;
}

th {
	text-align: left;
	vertical-align: top;
   }
	
.cuerpo {
	margin-left:-10px;
	margin-right:-10px;
	padding : 1.2em 1.2em 1.2em 1.2em;
}

.cuerpo_lateral{
	float: left;
	padding : 0em;
	display: inline;
	width: 192px;
}

/* ------------------------ estilos para INEBase ------------- */

.cuerpo_principal{
/*	width: 73%;
	float: left;
	padding-left : 3%;
	padding-top:0px;
	*/
	/*padding-left : 16.8em; */
	padding-left : 210px;
	padding-right:0em;
	margin-right:0%;
}

/*
.cuerpo_principal table tr > th {
	width: 85%;
}
*/

.cuerpo_principal_centro{
/*	width: 73%;
	float: left;
	padding-left : 3%;
	padding-top:0px;
	*/
	/*padding-left : 16.8em; */
	padding-right:0em;
	margin-right:0%;
	width:445px;
	float:left;
}

.cuerpo_principal_centro table tr > th {
	width: 85%;
}

.cuerpo_principal_derecha{
	padding-left : 20px;
	float:left;
	width:195px;
}

.cuerpo_principal_borde{
	border: 1px  solid #e5e57f3;
	width: 99%;	
	float: left;
	padding : 0.6em;
	margin: 0em 0em 1em 0em;	
}


.cuerpo_texto_borde{
	list-style: none;
	border: 1px  solid #e5e7f3;
	padding : 0.6em;
}

/*-------------Estilos para los resultados detallados de INEbase  */

.cuerpo_centro_principal_IBresul{
    float: left;
    margin-top: 15px;
    padding-top: 0;
    width: 58.4%;
	 min-width:445px;	 
}

.cuerpo_centro_principal_IBresul p{
	text-align: justify;
}


.cuerpo_derecha_IBresul{
    display: inline;
    float: left;
    margin-top: 15px;
    padding-left: 3%;
    width: 25%;
}


/*   INEbase Subtema ejemplo:sociedad/mercado laboral  */

.cuerpo_centro_principal_IBsubTema{
    float: left;
    margin-top: 0px;
    padding-top: 0;
    width: 58.4%;
	 min-width:445px;
}

.cuerpo_centro_principal_IBsubTema p{
	text-align: justify;
}

.cuerpo_centro_principal_IBsubTema table tr > th {
	width: 85%;
}

.cuerpo_derecha_IBsubTema{
    display: inline;
    float: left;
    margin-top: 0px;
    padding-left: 3%;
    width: 25%;
}
/* fin INEbase Subtema  */


/*   INEbase Ultimos datos  */

.cuerpo_centro_principal_IBultdat{
    float: left;
    margin-top: 0px;
    padding-top: 0;
    width: 58.4%;
	 min-width:445px;
}

.cuerpo_centro_principal_IBultdat p{
	text-align: justify;
}

.cuerpo_derecha_IBultdat{
    display: inline;
    float: left;
    margin-top: 0px;
    padding-left: 3%;
    width: 25%;
}

/* fin ultimos datos  */



/*---------------------------- fin resultados inebase --------*/

/*estilos para las cajas del lado derecho de los menus de INEBASE  */

.cuerpo_caja_titulo {
    background-color: #e5e7f3;
    border: 2px solid #e5e7f3;
    font-weight: bold;
    margin: 0;
    padding: 0.6em;
	 clear:left;
    width: 150%; 
}

.cuerpo_caja_texto {
    border: 2px solid #e5e7f3;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0.6em;
    width: 150%; 
}

/*  fin estilos para las cajas en menus INEbase  */

.cuerpo_resaltado_titulo {
	width: 100%;
	padding: 0.4em;	
   background-color: #b6c5df; 
	font-weight: bold;
	margin:0;
	.margin-top:0em; 
	.vertical-align:top;
	.width: auto;
}

.cuerpo_resaltado_titulo_nivel2 {
	width: 100%;
	padding: 0.4em;	
   background-color: #b6c5df; 
	font-weight: bold;
	margin-top:1em;
}

.cuerpo_resaltado_item {
	width: 20%;
	padding: 0.4em; 	
   background-color: #b6c5df; 
	font-weight: bold;
	margin: 1.3;
	display: inline;
	float: left;
	clear: both;
}

.cuerpo_resaltado_item2 {
	padding: 0.2em; 	
	font-weight: normal;
	margin-left: 25%;
	float: left;
}

/*------------------------------------
#botonBuscar{
	background: #9e1b34;
	border: 1px solid #9e1b34;
	color: #ffffff;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 2px;
}
--------------------*/

#botonBuscar{
	text-decoration: none;
	color: black;
	background: #b6c5df;
	padding: 1px 3px 1px 3px;
	margin-left: 5px;
	border: 1px solid #b6c5df;
	cursor: pointer;
	overflow: visible;
}

#botonBuscar:hover {
	text-decoration: none;	
	background: #e5e7f3;
	color: black;
	overflow: visible;
}

.botonBuscar{
	text-decoration: none;
	color: black;
	background: #b6c5df;
	padding: 1px 3px 1px 3px;
	margin-left: 5px;
	border: 1px solid #b6c5df;
	cursor: pointer;
	overflow: visible;
}

.botonBuscar:hover {
	text-decoration: none;	
	background: #e5e7f3;
	color: black;
	overflow: visible;
}



div#cadenaBuscador{
	text-decoration: none;
	padding: 0.0em 0.2em 0.9em 0.9em;
	border: 1px solid #b6c5df;
	margin: 5px 5px 5px 0px;
   vertical-align: bottom;
	width:98.9%;
}



h2.cata_titulo {
	margin-top: 0em;
	margin-right:0em;
	margin-bottom:1em;		
	margin-left: 0px;
}

.fechaNovedadEditorial {
	width:4em; float:left;
}

.enlace_nov {
	margin-left: 4.3em; 
	margin-top:0;
	margin-bottom:0;
}


/*  ESTILOS para los Rastros de miga     ------------...........*/

.fondo_rastro_INE {
    margin: 0;
    padding: 0.25em 0.7em 0.7em 4em;
    border-bottom: 3px solid #b6c5df;	 
    background: url(../img/cab1_num.gif) no-repeat top left;	
	 min-height:30px;
}

.fondo_rastro_INEB {
    margin: 0;
    padding: 0.25em 0.7em 0.7em 4em;
    border-bottom: 3px solid #b6c5df;	 
    background: url(../img/cab2_num.gif) no-repeat top left;	
	 min-height:30px;
}

.fondo_rastro_MYE {
    margin: 0;
    padding: 0.25em 0.7em 0.7em 4em;
    border-bottom: 3px solid #b6c5df;	 
    background: url(../img/cab3_num.gif) no-repeat top left;	
	 min-height:30px;
}

.fondo_rastro_FYE {
    margin: 0;
    padding: 0.25em 0.7em 0.7em 4em;
    border-bottom: 3px solid #b6c5df;	 
    background: url(../img/cab4_num.gif) no-repeat top left;	
	 min-height:30px;
}

.fondo_rastro_PRS {
    margin: 0;
    padding: 0.25em 0.7em 0.7em 4em;
    border-bottom: 3px solid #b6c5df;	 
    background: url(../img/cab5_num.gif) no-repeat top left;	
	 min-height:30px;
}

.fondo_rastro_PYS {
    margin: 0;
    padding: 0.25em 0.7em 0.7em 4em;
    border-bottom: 3px solid #b6c5df;	 
    background: url(../img/cab6_num.gif) no-repeat top left;	
	 min-height:30px;
}

.fondo_rastro_CE {
    margin: 0;
    padding: 0.25em 0.7em 0.7em 4em;
    border-bottom: 3px solid #b6c5df;	 
    background: url(../img/cab7_num.gif) no-repeat top left;	
	 min-height:30px;
}

.fondo_rastro_SE {
    margin: 0;
    padding: 0.25em 0.7em 0.7em 4em;
    border-bottom: 3px solid #b6c5df;	 
    background: url(../img/cab8_num.gif) no-repeat top left;	
	 min-height:30px;
}

.fondo_rastro_AY {
    margin: 0;
    padding: 0.25em 0.7em 0.7em 4em;
    border-bottom: 3px solid #b6c5df;	 
    background: url(../img/cab0_num.gif) no-repeat top left;	
	 min-height:30px;
}

/*  Fin estilos rastros de miga   ---------------------*/


/* Estilos para enlace con caja alrededor PARA DESCARGAR-INSTALAR  */
a.cajab {
	background: #b6c5df;
	border: 1px solid #b6c5df;
	padding: 0.2em 0.8em 0.2em 0.8em;
	font-weight: normal;
	font-size: 0.95em;
	color: white;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

a.cajab:hover {
	BACKGROUND: white;
	COLOR: #b6c5df;
}

/* -------------  Fin boton con caja y fondo -------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* LISTAS*/

div#cuerpo li {margin: 0.3em 0em 0em 0.0em;}

div#cuerpo ul li.margen_sup_1em {margin: 1.0em 0em 0em 0.0em;}

div#cuerpo span {color: inherit;}

.lista_enlace_ext {
	list-style: url(../img/enlace_ext.gif);
	list-style-position:outside;
	padding-top: 5px;}
	
	
/*columna izquierda 75% */
ul.textoColGr {
	width: 75%;
	float:left;
	padding-left:2%; 
}

.cuerpo_lista_item {
	font-size: 1.15em;	
	font-weight: bold;
}

.cuerpo_lista_subItem {	
	margin-top: 0.2em;
	margin-left: 2em;
	font-weight: normal;
	display:	block;	
}

span.cuerpo_lista_subItem {	
	margin-top: 0.2em;
	margin-left: 2em;
	font-weight: normal;
	display:	block;	
	font-size: 0.90em;	
}

li.lista_errores {
	list-style: url(../img/advertencia.gif);
	list-style-position:inside;
	padding-bottom: 0.1em;
	padding-top: 0.1em;	
}

/* Definición de los tipos de listas no ordenadas */

ul.lista_no_vi_no_sang {
	margin-left: 0px;
}

ul.lista_no_vi_no_sang li {
	list-style-type: none;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

ul.lista_no_vi_no_sang_no_padd {
	margin-left: 0px;
}

ul.lista_no_vi_no_sang_no_padd li {
	list-style-type: none;
	padding-bottom: 0.0em;
	padding-top: 0.0em;
}

ul.lista_no_vi_si_sang {
	margin-left: 20px;
}

ul.lista_no_vi_si_sang li {
	list-style-type: none;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

ul.lista_si_vi_no_sang {
	margin-left: 0em;	
	padding-left: 0.0em;
}

ul.lista_si_vi_no_sang li {
	list-style: url(/cms/img/enlace_ext.gif);
	list-style-position:inside;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

ul.lista_si_vi_no_sangB {
	margin-left: 0em;	
	padding-left: 0.0em;
}

ul.lista_si_vi_no_sangB li {
	list-style: square;
	list-style-position:inside;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

ul.lista_si_vi_si_sang {
	margin-left: 20px;
}

ul.lista_si_vi_si_sang li {
	list-style: url(/cms/img/enlace_ext.gif);
	list-style-position:inside;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

ul.lista_si_vi_si_sang_guion {
	margin-left: 20px;
}

ul.lista_si_vi_si_sang_guion li {
	list-style: disc;
	list-style-position: outside;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}
/* Fin listas no ordenadas */

/* Definición de los tipos de listas ----SI---- ordenadas */

ol.lista_si_letra_si_sang {
	margin-left: 20px;
}

ol.lista_si_letra_si_sang li {
	list-style-type: lower-alpha;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

ol.lista_si_num_si_sang {
	margin-left: 20px;
}

ol.lista_si_num_si_sang li {
	list-style-type: decimal;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

ol.lista_si_num_no_sang {
	margin-left: 0em;	
	padding-left: 0.0em;
}

ol.lista_si_num_no_sang li {
	list-style-type: decimal;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

/* Modifica el número de lista */
ol.lista_si_num_si_sang_numH1 {
	margin-left: 20px;
}

ol.lista_si_num_si_sang_numH1 li {
	list-style-type:decimal;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	font-size: 1.2em;
	font-weight: bold;
}

/* y estos estilos se encargan de volver a los valores por defecto, 
al contenido del LI */
ol.lista_si_num_si_sang_numH1 li span {
	font-size: 0.8em;
	font-weight: normal;
}

ol.lista_si_num_si_sang_numH1 li span {
	font-size: 0.8em;
	font-weight: normal;
}

ol.lista_si_num_si_sang_numH1 li div {
	font-size: 0.8em;
	font-weight: normal;
}

/* Fin listas SI ordenadas */

/* Definición de estilos de listas encadenadas */
/* Listas no ordenadas dentro de ordenadas (con sangrado) */
/* Se encargan de volver al defecto, a las listas dentro de la lista principal */
ol.lista_si_num_si_sang_numH1 li span ul.lista_no_vi_si_sang li {
	list-style-type: none;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	font-size: 1em;
	font-weight: normal;
}

ol.lista_si_num_si_sang_numH1 li span ul.lista_no_vi_no_sang li {
	list-style-type: none;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	font-size: 1em;	
	font-weight: normal;
}

ol.lista_si_num_si_sang_numH1 li div ul.lista_no_vi_si_sang li {
	list-style-type: none;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	font-size: 1em;
	font-weight: normal;
}

ol.lista_si_num_si_sang_numH1 li div ul.lista_no_vi_no_sang li {
	list-style-type: none;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	font-size: 1em;	
	font-weight: normal;
}

/* Fin definición de estilos de listas encadenadas */


/* Tipo imágenes a las que sigue una descripción. Hacen de viñetas, pero no lo son */
span.imagen_vi {
	width: 50px;
	text-align: center;
}
/* Fin imágenes tipo viñeta */

/*  Lista Horizontal con separador  BORDE LATERAL ------------------------*/

ul#lista_subtemas_hori {
	margin-top:0px;
	margin-bottom:5px;	
	margin-left:0;
		font-size:1.2em;
} 

ul#lista_subtemas_hori li {
	display: inline-block; 
	padding: 0px 10px 0px 0px; 
	margin-top:5px;
	margin-bottom:0px;	
	*display: inline; /* IE */
		line-height: 140%; 
}

ul#lista_subtemas_hori li.bordeL {	
	border-left: 2px solid #b6c5df;	
	padding: 0px 10px 0px 15px;
	margin-bottom:0px;				
} 

ul#lista_subtemas_hori li a:hover {	
	COLOR: #333333;	
	padding-left: 0px;
	padding-right: 0px;			
}

ul#lista_subtemas_hori li a:visited{
     color: #2B2D73;
}

ul#lista_subtemas_hori li.On {	
	BACKGROUND: #b6c5df; 
	COLOR: black;	
	font-weight: bold;
    margin-right: -6px;
    padding: 2px 10px;
}

/*  FIn  Lista Horizontal con separador  BORDE LATERAL  ---*/




/* --------------    FICHA CATALOGO  +  PUBLICACIOONES Gratis WEB  -----------------------  */

div#ficha_cata {
	border-top: 2px solid #b6c5df;	
}

.ficha_cata_tit {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0em;
}

.ficha_cata_subtit {
	font-weight: normal;
	font-size: 1.1em;
	margin-top: 0em;
	margin-bottom: 0em;
}

.ficha_cata_ultipub {
	font-weight: normal;
	font-size: 1.0em;
	margin-top: 0em;
}

.ficha_cata_descrip {padding-left:11em;}

.ficha_cata_cubierta {padding:0.25em 0em 0em 0em; float:left;}

.ficha_cata_formato_borde {border-top: 2px solid #b6c5df;}

/*  FIn FICHA catalogo -----  */


/* --------------    FICHA CIFRAS INE   -----------------------  */

.cifras_ficha_descrip {padding-left:11em; }

/* Fin estilos para cifras INE */

/* --------------    FICHA PUBLICACIONES PERIODOCAS   -----------------------  */

.pubper_ficha_descrip {padding-left:50px; margin-top: 0.5em;}

/* Fin estilos para publicaciones periodicas */


/* --------------   Estilos Revistas especializadas   -----------------------  */

.revista {
	margin-top:0em; margin-bottom:2em;
}
.revista_cubierta {
	margin-top:0.25em;
	padding-bottom:1.5em; 
	padding-right:1.3em;
	float:left;}

.revista_tit {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0em;
	margin-top:0em;
}

.revista_nipo {
	font-size: 0.7em;
	font-weight: normal;			
}

.revista_combolist {
	width:12em;
   float:left;
}
/* Fin Revistas  */
/*--------------------------------------------------------------------*/

.texto_titulo_nivel1 {
	color: #0D4EAE;
   font-weight: bold;
	font-size: 1.1em;
}

.texto_titulo_nivel1_raya {
	color: #0D4EAE;
   font-weight: bold;
	font-size: 1.2em;
	border-top-style: solid;
	border-top-color: #E5E7F3;
	border-width: 2px;
	margin-top: 0px;
   padding-top: 5px;

}

.texto_titulo_nivel12 {
	color: #0D4EAE;
   font-weight: bold;
	font-size: 1.2em;
}

.texto_titulo_nivel2 {
	color: #0D4EAE;
   font-weight: bold;
	font-size: 1.0em;
}

.texto_titulo_texto_multiple {
	color: #2b2d73;
   font-weight: bold;
	font-size: 1.1em;
}

a.texto_titulo_texto_multiple {
    color: #2b2d73;
    display: block;
    padding-top: 10px;
    text-decoration: none;
}

a.texto_titulo_texto_multiple:visited {
    color: #2b2d73;
    display: block;
    padding-top: 10px;
    text-decoration: none;
}

/* ESTILOS PARA LOS MENUS LATERALES */

DIV.menu_cat {
	padding: 0px;
	MARGIN: 0em;
	   width: 190px;
	BACKGROUND: #e5e7f3;
}


DIV.menu_cat A {
	MARGIN: 0px;
	padding: 0.2em 0.0em;
	DISPLAY: block;
	FONT-WEIGHT: normal;
	   width: 190px;
	/*WIDTH: auto;*/
	COLOR: black;
	TEXT-DECORATION: none;
	BORDER-TOP: #ffffff 2px solid;
}

DIV.menu_cat A:hover {
	BACKGROUND: #eef2f8; 

}


DIV.menua_cat {
	PADDING: 0px;
	MARGIN: 0em;
	   width: 190px;
	BORDER: 0px;	
	BACKGROUND: #e5e7f3;
}

DIV.menua_cat A {
	MARGIN: 0px;
	PADDING:0.2em 0.0em;
	BORDER-TOP: #b6c5df 2px solid;
	DISPLAY: block;
	   width: 190px;
	COLOR: black;
	TEXT-DECORATION: none
}

DIV.menua_cat A:hover {
	BACKGROUND: white; 
	COLOR: black;
}


DIV.menu_cat_cierre {
	padding: 0px;
	MARGIN: 0em;
	   width: 190px;
	BACKGROUND: #e5e7f3;
	BORDER-BOTTOM: #b6c5df 2px solid;
}

DIV.menu_cat_cierre A {
	MARGIN: 0px;
	padding: 0.2em 0.0em;
	DISPLAY: block;
	FONT-WEIGHT: normal;
	   width: 190px;
	COLOR: black;
	TEXT-DECORATION: none;
	BORDER-TOP: #ffffff 2px solid;

}

DIV.menu_cat_cierre A:hover {
	BACKGROUND: white; 
	COLOR: black;
}

DIV.menu_seleccionado A{
	BACKGROUND: white; 
	FONT-WEIGHT: bold;
	COLOR: black;
}

/* ---------------FIN ---------- */

/* ESTILOS PARA LOS MENUS LATERALES de la Oficina Censo Electoral 

DIV.menu_oce {
	padding: 0px;
	MARGIN: 0em;
	WIDTH: auto;
	BACKGROUND: #e4f6ed;
}

DIV.menu_oce A {
	MARGIN: 0px;
	padding: 0.2em;
	DISPLAY: block;
	FONT-WEIGHT: normal;
	WIDTH: auto;
	COLOR: #006666;
	TEXT-DECORATION: none;
	BORDER-TOP: white 2px solid;
}

DIV.menu_oce A:hover {
	BACKGROUND: white; 
	COLOR: #006666;
}


DIV.menua_oce {
	PADDING: 0px;
	MARGIN: 0em;
	WIDTH: auto;
	BORDER: 0px;	
	BACKGROUND: #e4f6ed;
}

DIV.menua_oce A {
	MARGIN: 0px;
	PADDING-RIGHT: 0.0em;
	PADDING-BOTTOM: 0.2em;	
	PADDING-LEFT: 0.2em;	
	PADDING-TOP: 0.2em;
	BORDER-TOP: #006666 2px solid;
	DISPLAY: block;
	WIDTH: auto;
	COLOR: #006666;
	TEXT-DECORATION: none
}

DIV.menua_oce A:hover {
	BACKGROUND: white; 
	COLOR: #006666;
}


DIV.menu_oce_cierre {
	padding: 0px;
	MARGIN: 0em;
	WIDTH: auto;
	BACKGROUND: #e4f6ed;
	BORDER-BOTTOM: #006666 2px solid;
}

DIV.menu_oce_cierre A {
	MARGIN: 0px;
	padding: 0.2em;
	DISPLAY: block;
	FONT-WEIGHT: normal;
	WIDTH: auto;
	COLOR: #006666;
	TEXT-DECORATION: none;
   BORDER-TOP: white 2px solid;
}

DIV.menu_oce_cierre A:hover {
	BACKGROUND: white; 
	COLOR: #006666;
}

DIV.menu_seleccionado A{
	BACKGROUND: white; 
	FONT-WEIGHT: bold;
	COLOR: #006666;
}

---------------FIN ---------- */

/*  BOTON formulario 

input.boton	 {
	text-decoration: none;
	color: white;
	background: #8da6c9;
	padding: 1px 3px 1px 3px;
	margin: 0px;
	border: 1px solid #8da6c9;
	cursor: pointer;
	overflow: visible;
}

input.boton:hover {
	text-decoration: none;	
	background: White;
	color: #8da6c9;
	overflow: visible;
}

/* fin boton con evento */

/* Tablas direcciones DELEGACIONES INE -  TARIFA PRECIOS */
/* Linea de la tabla con color fondo y letra gris oscuro */

.cab_tabla_color {
	background-color: #b6c5df;
	font-weight : bold;	
	text-align:left;
}

.item_tabla_color {
	background-color: #e5e7f3;
	font-weight : normal;
}
/* Fin estilos Tablas  */


/* Estilos para SECCION PRENSA  --------------  */
.secPren_listaestad_iz {
	width:47%;
	margin-right: 4%;
	float:left;
}

.secPren_listaestad_de {
	width:47%;
	float:left;
}

.item_tabla_cierre_borde {
	background-color: #fff;
	font-weight : normal;
	BORDER-BOTTOM: #b6c5df 1px solid;	
}

.secPren_lista_enlaces_fondo {
	background-color: #e5e7f3;
	margin-left: 4em;
	padding: 0.6em;
}

.secPren_cabtabla_datos {
	font-size:1.05em;
	font-weight : bold;
	width: auto;
	padding: 0.3em;
	margin:0;
}
/* fin estilos para SECCION PRENSA ---------------*/

/* Estilos para Publicaciones gratuitas   ---   */

.cuerpo_principal_pubweb{
	width: 56%;
	float: left;
	padding-top:0px;
}

.cuerpo_principal_pubweb p{
	text-align: justify;
}


.cuerpo_derecha_pubweb{
	width: 42%;
	padding-left : 2%;
	float: left;
	display: inline;
}

/*  Fin estilos Publicaciones gratuitas   */

/* --------------- estilos para el IOE ------------------------------------------------------ */

ul.ioe_formularios{
		  margin-bottom: 1em;
		  margin-top:0.3em;
}

.ioe_coliz {
	width:48%;
	float:left;
}

.ioe_colde {
	margin-left:51%;
		float:none;
}

.lista_colorf A{
color: #b6c5df;
text-decoration: none;
display: block;
}

.lista_colorf A:hover{
background-color: #e5e7f3;
color: #b6c5df;
} 

.ioe_ficha_contenedor {  
 background-color: #fffcf0;
 overflow: hidden;  
 } 
 
 .ioe_ficha_opcion_titulo { 
 padding-top: 5px;
 padding-left: 5px;
 padding-right: 5px; 
 padding-bottom:32767px;
 margin-top:5px;
 margin-bottom: -32762px;
 float: left;
 width: 28%;
 background-color: #e5e7f3;
 font-weight: bold;
 } 
 
 .ioe_ficha_opcion_datos {  
 padding-top: 5px;
 padding-left: 5px;
 padding-right: 5px; 
 padding-bottom:32767px;
 margin-top:5px;
 margin-bottom: -32762px;
 float: left;
 width: 68%;
 background-color: #ffffff;
 } 
 
 /* estilos con mas espacio para separar bloques en la ficha  */
 .ioe_ficha_opcion_titulo_separador { 
 padding-top: 5px;
 padding-left: 5px;
 padding-right: 5px; 
 padding-bottom:32767px;
 margin-top: 25px;
 margin-bottom: -32762px;
 float: left;
 width: 28%;
 background-color: #e5e7f3;
 font-weight: bold;
 } 
 
 .ioe_ficha_opcion_datos_separador {  
 padding-top: 5px;
 padding-left: 5px;
 padding-right: 5px; 
 padding-bottom:32767px;
 margin-top: 25px;
 margin-bottom: -32762px;
 float: left;
 width: 68%;
 background-color: #ffffff;
 } 
 
select.ioe {
font-size:0.95em;
font-weight:normal;
width:650px;
}

 /*  Fin estilos ficha separador  */
 
 .botonBlanco {
	text-decoration: none;
	color: #b6c5df;
	background: white;
	padding: 1px 3px 1px 3px;
	margin-left: 5px;
	border: 1px solid #b6c5df;
	cursor: pointer;
	overflow: visible;
}

.botonBlanco:hover {
	text-decoration: none;	
	background: #b6c5df;
	color: white;
	overflow: visible;
}
 
.lista_doscolumnas {
	width:6em; float:left;
}

/*  Estilos de Gonzalo para el gestor  */
.multimediaMenu { 
margin: 0; 
margin-top:10px; 
padding: 0; 
width: 190px; 
text-align:center;
} 
                       
.multimediaMenu img { 
width: 160px; 
} 

/*
a.texto_titulo_texto_multiple {
    color: #2B2D73;
    display: block;
    padding-top: 10px;
    text-decoration: none;
}
*/

.desplegableOculto{display:none;
	margin-left:2em;
}

/* fin estilos Gonzalo  */

/* estilo para la tabla de INEbase menu con datos resumen de EPA, IPC,,,,  */

.FichaTabla {
	width:auto;
	border:none;
   border-bottom: 3px solid #b6c5df;
	
}

table.FichaTabla tr.cuerpo_resaltado_titulo th {
	width:auto;
}


