/* ----------------------------------------------------------------------------------------------------------------*/
/* 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_black {border-top : 1px solid #000000;}
.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;}
.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;
}

.cuerpo_principal_ancho_3_bloques {
	max-width:30%; margin:1em;
}

/* ------------------------ 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 #e5e7f3;
	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.3em;
	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: #333;
	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: #333;
	overflow: visible;
}

.botonBuscar{
	text-decoration: none;
	COLOR: #333;
	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: #333;
	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;
    border-bottom: 3px solid #b6c5df;	 
    background: url(../img/cab1_num.gif) no-repeat top left;	
    min-height: 46px;
    padding: 0 0 0 4.5em;
}

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

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

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

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

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

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

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

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

/*  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: #333333;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

a.cajab:hover {
	BACKGROUND: #e5e7f3;
	COLOR: #333333;
}

/* -------------  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;
	
	margin-left: 21px;}
	
	
/*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_square {
	margin-left: 2em;	
}

ul.lista_si_vi_si_sang_square li {
	list-style: square;
	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.1em;
} 

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

ul#lista_subtemas_hori li:hover {

			BACKGROUND: #eef2f8; 
}

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

ul#lista_subtemas_hori li.bordeL:hover {	

		BACKGROUND: #eef2f8;			
}

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: white; 
	COLOR: #333;	
	font-weight: bold;
    margin-right: -2px;
    padding: 1px 10px 2px;
    		border-top: 2px solid #b6c5df;
    		border-right: 2px solid #b6c5df;
    		border-left: 2px solid #b6c5df;
}

ul#lista_subtemas_hori li.On:hover {	
	BACKGROUND: #eef2f8; }

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


div#cuerpo ul.menu_lateral_navegacion li {margin:0;}


/* --------------    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;
}

/*Línea incluida para componente secciones*/
ul.secciones h2.texto_titulo_texto_multiple {
	display: inline;
}	

/* ESTILOS PARA LOS MENUS LATERALES */

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


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

.menu_cat A:hover {
	BACKGROUND: #eef2f8; 

}


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

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

.menua_cat A:hover {
	BACKGROUND: white; 
	COLOR: #333;
}


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

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

}

.menu_cat_cierre A:hover {
	BACKGROUND: white; 
	COLOR: #333;
}

.menu_seleccionado {
	BACKGROUND: white; 
	FONT-WEIGHT: bold;
}

/* ---------------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 {  
 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;
}


ul.division ul {
   padding-bottom: 1.0em;
}

ul.division ul li {
	list-style-type: none;
	padding-left: 2em;
}

.dataLabDatos {
  margin-left:10em;
	width:60%;
	border-bottom:2px solid #b6c5df;
	vertical-align: middle;
}

.dataLabDatos td {
	vertical-align: right;
}

.dataLabDatos th {
	background-color: #e5e7f3;
	font-weight : bold;
}

.dataLabDatos caption {
	background-color: #b6c5df;
	font-weight : bold;
}

/*Estilo para pagina publicaciones-gratuitas-seleccion */
div.contiene_mitad {
    float: left;
	margin: 0 0.75em 0 0;
    padding: 0.3em;
    width: 46%;
}

/*titulo grafico widget  */
.tit_graf_widget_eurostat
 {  	font-weight : bold;
  background-color: #EEF2F8;
	border-top: 2px solid #b6c5df;
		border-left: 2px solid #b6c5df;
			border-right: 2px solid #b6c5df;
			padding: 6px;
			width:288px;
			margin-bottom:0px
 }
 
 
 /*estilos para el microsite CIFRASINE  */
 
 #cifrasine_contenedor { 
width: 960px;  
margin: 0 auto; 
background-color: White; 	
padding:5px 5px 0px 5px; 
border: 0px solid #ffc64f; 
height: auto;}

#cifrasine_cuerpo {
clear: both;
padding-bottom: 6px; 
border-bottom: 0px solid #ffc64f;
margin: 8px;
height: auto;
} 

#cifrasine_cuerpo_lateral{
	width: 23%;
	float: left;
	padding : 0em;
	display: inline;
		padding-left : 4%;
}

#cifrasine_cuerpo_principal{
	width: 73%;
	float: left;
	/*padding-left : 2%;*/
	padding-right:0em;
	margin-right:0%;
}

#cifrasine_pie {
	background: #b6c5df;
	color: #324649;
   clear: both;
   padding: 0.4em; 
   height: auto;	
	vertical-align: middle;
	font-size: 0.80em;
	/*width:960px;*/
	margin: 0 auto;
}	 	 

.cifrasine_barracolores {
margin-top: 0px;
}

/* estilo para caja con fondo azul oscuro con borde redondeado  */
.cifrasine_bloque_fondoAzul {
background-color: #b6c5df;
padding:0.5em;
margin:1.5em 0em 1em 0em;
   -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}	
/*  fin caja fondo azul redondeada   */

.cifrasine_fondoAzulClaro {
    background-color: #e5e7f3;
	 padding:10px;
 }

/* Estilos para que se vean bien las dos partes del cuerpo  */
.cifrasine_cf{
	zoom: 1;
}

/*.cifrasine_cf{
	*zoom: 1;
}*/

.cifrasine_cf:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Fin estilos ver bien cuerpo  */

.cifrasine_fondoBody {
    background-color: #e5e7f3;
	 margin:0px;
	 font-family: Arial, Helvetica, sans-serif;
}
.cifrasine_column {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -ms-column-count: 2;
    -ms-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}

.cifrasine_contiene_mitad_derecha {
  /*  background-color: #e5e7f3;*/
  /*  float: left;
    font-size: 1em;
    margin: 0.5em 0 1em 2.2em;
    padding: 0.8em;
    width: 45.5%; */
	     float: left;
    font-size: 1em;
    margin: 0.5em 0em 0.5em 2.3em;
    width: 48%;
}

.cifrasine_contiene_mitad_izquierda {
	width: 48%;
	float: left;
	margin: 0.5em 0.0em 1em 0.0em;
	font-size: 1.0em;
}

.cifrasine_contiene_mitad_derecha_nocolor {
    float: left;
    font-size: 1em;
    margin: 0 0 1em 2.3em;
    width: 48%;
}


.cifrasine_imagen_tema {
	 text-align: right;
    margin-top: 50px;
	 margin-bottom:40px;
}	 

.cifrasine_imgderecha {
  float:right;
	margin:0.5em 0.0em 0.5em 0.2em;
}

.cifrasine_imgizquierda {
   float:left;
	margin:0.5em 0.5em 0.5em 0.0em;
}

.cifrasine_numero {
   margin-bottom: 0px;
	 margin-top:20px;
   position: absolute;
   z-index: 0;
}

.cifrasine_titulo{
  clear:both;
	max-height: 90px;
	padding-top:10px;
	padding-bottom:10px;
}

.cifrasine_titulo_bloque_fondoazulclaro {
	font-size: 0.9em;
	background:  white;
	padding:0.35em;
	margin-top:0em;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.cifrasine_titulo_grande {
	font-size : 1.5em;
	font-weight: bold;
	margin-bottom:0px;
}

.cifrasine_titulo_mediano {
	font-size : 1.15em;
	margin-top:0px;
}

.cifrasine_titulo_mediano_fondo {
	background:  #b6c5df;
	padding:0.35em;
	margin-top:2em;
	font-weight:bold;
}


.cifrasine_titulo_piefoto {
	font-size : 0.70em;
	margin-bottom: 1.2em;
	margin-top:0.5em;
	float:right;
}


/*estilos para tablas UE  */

.cifrasine_tablaUE {
/*background-image:url('../img/cifrasine_estrellasUE.png');*/
background-repeat:no-repeat;
background-color:#b6c5df;
width:auto;
background-position: center;
/*border-bottom: 1px solid black;*/
border-collapse: separate;
border-spacing: 8px 3px;
margin-top: 1em;
}

.cifrasine_tablaUE td, th {
margin:0.8em;
}

.cifrasine_tablaUE_caption {
  font-weight: bold;
  font-size: 1em;
}

.cifrasine_tablaUE_caption_subtitulo {
  font-weight: normal;
  font-size: 0.95em;
  clear:both;
}

.cifrasine_tablaUE_1col {
/*background-image:url('../img/cifrasine_estrellasUE.png');*/
background-repeat:no-repeat;
background-color:#b6c5df;
width:65%;
background-position: center;
/*border-bottom: 1px solid black;*/
border-collapse: separate;
border-spacing: 8px 3px;
margin-top: 1em;
}


.cifrasine_tablaUE_notas {width:100%; font-size:0.7em;}

.cifrasine_tablaUE_1col_notas {margin: 5px 0px 5px 0px; width:65%; font-size:0.7em;}

.cifrasine_tablas_notasPie {margin: 5px 0px 5px 0px; width:65%; font-size:0.7em;}

.cifrasine_borde_celda_tabla {
   border-bottom: 1px solid black;
}


.cifrasine_bordeSup_celda_tabla {
   border-top: 1px solid black;
}

.celda_tabla_bordeSup_negrita td {
	border-top: 1px solid black;
  	font-weight: bold;
}

.celda_tabla_numeros {text-align: right; font-size:0.9em;}

.celda_tabla_bordeInf_negrita td {
	border-bottom: 1px solid black;
  	font-weight: bold;
}

/*  fin estilos para CIFRASINE  */

/*  estilos columnas tablas Urban Audit  */
.uaudit_contiene_mitad_derecha {
    float: left;
    font-size: 1em;
    margin: 0.5em 0em 0.5em 2.3em;
    width: 48%;
}

/* .uaudit_contiene_mitad_derecha img {width:100%;} */

.uaudit_contiene_mitad_izquierda {
	width: 48%;
	float: left;
	margin: 0.5em 0.0em 0em 0.0em;
	font-size: 1.0em;
}

.scroll {overflow:scroll;}
.alto_bloque_400 {height:400px;}

/*.uaudit_contiene_mitad_izquierda img {width:100%;}*/

/*  FIN estilos columnas tablas Urban Audit  */


.salto_top {}

select.ancho130 {
font-weight:normal;
width: 130px;
}


/* Estilos para tabla. Los dos ultimos para hacer dos colores alternos por fila */
.miTabla th{
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    margin: 0;
    padding: 4px;
    white-space: normal;
}

.miTabla td {
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    margin: 0;
    padding: 4px;
    white-space: normal;
}

.miTabla td.diezn_m {
    padding-left: 2em;
}

.miTabla tr:nth-child(odd) {
   background-color: white;
   color:#333
}

.miTabla tr:nth-child(even) {
   background-color: #e5e7f3;
   color:#333;
}


.miTabla div.tr:nth-child(odd) {
   background-color: white;
   color:#333
}

.miTabla div.tr:nth-child(even) {
   background-color: #e5e7f3;
   color:#333;
}

/*  fin estilos para tabla  */


.cuerpo_resaltado_titulo_fuente_333 {
	width: 100%;
	padding: 0.4em;	
   background-color: #b6c5df; 
	font-weight: bold;
	margin:0;
	color:#333333 !important;
}

/*estilos para simular tablas css*/
.css-table {
    display: table;
    border-collapse:separate;
    border-spacing:3px;
}
.css-tr {
    display: table-row;
}
.css-td {
    display: table-cell;
    padding: 3px;
}
.css-th {
    display: table-cell;
    font-weight:bold;
    text-align:left;
    padding: 3px;
}
/*fin estilos para tablas css*/


/*estilos para listas anidadas de numeros */
.lista_nivel1, .lista_nivel2, .lista_nivel3 {
    list-style-type: none;
}
.lista_nivel1 {
    counter-reset: lista_nivel1; /* first lista_nivel counter - for 1, 2, 3 */
}
.lista_nivel2 {
    counter-reset: lista_nivel2; /* second lista_nivel counter - for 1.1, 1.2 */
}
.lista_nivel3 {
    counter-reset: lista_nivel3; /* third lista_nivel counter - for 1.1.1, 1.1.2 */
}

li .lista_nivel1, .lista_nivel2, .lista_nivel3 {
    display: block;
}
li:not(:last-child):after, li  > ol:before{
  /*  content: " ";  */
  /*  display: block;*/
    position: relative;
 /*   height: 20px; /* this is filler where height should be equal to required line height */
    left: 0px; top: 100%;
}
.lista_nivel1, .lista_nivel2, .lista_nivel3 {
    margin: 0;
    padding: 0;
}
	
	.lista_nivel2 {
    margin: 0;
    padding-left: 20px;
}

	.lista_nivel3 {
    margin: 0;
    padding-left: 30px;
}
	
.lista_nivel1 > li {
    padding-left: 30px;
}

.lista_nivel3 > li {
    padding-left: 0px;
}

li:before {
    margin-left: -30px;
    /* following 2 props are for consistent spacing between numbering and text */
    width: 30px;
    display: inline-block;
}

.lista_nivel1 >li:before {
    margin-left: -30px;
    /* following 2 props are for consistent spacing between numbering and text */
    width: 20px;
    display: inline-block;
}

.lista_nivel1 > li{
    font-weight: bold; 
}
.lista_nivel1 > li:before, .lista_nivel1 > li * {
    font-weight: normal; 
}
.lista_nivel1 > li:before {
    content: counter(lista_nivel1)"."; /* display current item number + dot */
    counter-increment: lista_nivel1; /* increment counter everytime a new element of that lista_nivel is encountered */

}
.lista_nivel2 > li:before {
    content: counter(lista_nivel1)"." counter(lista_nivel2); /* format lista_nivel 1 counter + dot + lista_nivel 2 counter */
    counter-increment: lista_nivel2;
}
.lista_nivel3 > li:before {
    content: counter(lista_nivel1)"." counter(lista_nivel2)"." counter(lista_nivel3); /* format lista_nivel 1 counter + dot + lista_nivel 2 counter + dot + lista_nivel 3 counter */
    counter-increment: lista_nivel3;
	    padding-right: 15px;
}
/* fin estilos listas anidadas numeradas */

/*estilos para fuentes verdes Experimental */
.texto_titulo_texto_multiple_experimental {
	color: #4e7d36;
   font-weight: bold;
	font-size: 1.1em;
}

a.texto_titulo_texto_multiple_experimental {
    color: #4e7d36;
    display: block;
    padding-top: 10px;
    text-decoration: none;
}

a.texto_titulo_texto_multiple_experimental:visited {
    color: #4e7d36;
    display: block;
    padding-top: 10px;
    text-decoration: none;
}
/* fin estilos para Experimental */
