BODY  {
font-family : Arial, Helvetica, sans-serif;
font-size : 1em;
margin: 3px 0px 0px 0px;
color: #324649;
background: #f2f3fd;
}

#cuerpo_principal p {
	text-align: justify;
}

a:link,a:active,a:hover,a:visited {
	color:#324649;}

a:hover {text-decoration: underline;}	
a.negro:hover  {text-decoration: underline;}			
a.blanco:hover {text-decoration: underline;}		
	
a.blanco:link,a.blanco:active,a.blanco:hover,a.blanco:visited{
	color: white;}
	
	
a.negro:link,a.negro:active,a.negro:hover,a.negro:visited{
	color: #000000;}	
	
ul, ol {
list-style: none;
margin: 0em 0em 0em 0em;
padding:0em;
}

ul.lista {
list-style: disc;
margin: 0em 0em 0em 0.5em;
padding: 0em 0.5em;
}

p.sinespacio{
	margin: 0px;
}

.anchototal{
	width: 100%;
}

img {
	border: 0px;
}

.borde {
	border-top: 1px solid #ffc64f;
	border-bottom: 1px solid #ffc64f;
}

.borde_cuerpo {
	border: 3px solid #e7ecf3;
	padding-bottom:0.5em;
}

.left {float:left;}
.right {float: right;}
.centrar {text-align: center;}
.centrar_hori {margin: 0 auto;}
.valignmiddle {vertical-align: middle;}
.noflota {float: none;}

.nowrap {white-space: nowrap;}
.clearleft {clear: left;}
.clearright {clear: right;}
.clear {clear: both;}

.margen_masarriba {margin-top: -10px;}
.margen_sup0 {margin-top: 0px;}
.margen_sup10 {margin-top: 10px;}
.margen_sup50 {margin-top: 50px;}
.margen_der5 {margin-right: 5px;}
.margen_der10 {margin-right: 10px;}
.margen_izq10 {margin-left: 10px;}
.margen_todo {margin: 0.3em 0.3em 0.3em 0.3em;}
.margen_inf15 {margin-bottom:15px;}


.padding_id {padding: 0px 10px 0px 10px;}
.padding_todo {padding: 0.3em 0.3em 0.3em 0.3em;}

.ancho_cien { width: 100%;}
.ancho_tercio { width: 30%;}

.fondo_blanco {
	background-color: #ffffff;}

.fuente_negro {
	color: #000000;
}

.fuente_tam90 {font-size:0.90em;}
.fuente_tam80 {font-size:0.80em;}

div.contiene_mitad {
	width: 44%;
	background-color: #e7ecf3;
	float: left;
	padding: 0.8em;
	margin: 0.0em 0.0em 2.0em 0.0em;
	font-size: 1.0em;
	clear:both;
}

div.contiene_mitad_dos {
	width: 44%;
	background-color: #e7ecf3;
	float:left;
	padding: 0.8em;
   margin: 0.0em 0.0em 2.0em 1.8em;
	font-size: 1.0em;
}

/*div.contiene_mitad_dos {
  /float:none;
  /margin: 0.0em 0.0em 2.0em 22.5em;
}*/

#contenedor { 
width: 960px;  
margin: 0 auto; 
background-color: White; 	
padding:5px 5px 0px 5px; 
border: 0px solid #ffc64f; 
height: auto;}

#cabecera {
padding-bottom: 12px; 
/*  border-bottom: 2px solid #ffc64f;  */
height: 160px;
margin: 8px 8px 0px 8px;
}  

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

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

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

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

/* Fin estilos ver bien cuerpo  */

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

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

a.enlaceExterno {
	color: #2b2d73;
}





/*--------------------------  MENU HORIZONTAL   REVISTA INE MAS --------*/

/*  MENUS Laterales ---------------------------------------------------------------------  */

/* ESTILOS PARA menus */

.menu_horizontal {
	float:left;
	clear:both;
	width:102%;
	margin-left:-5px;
}

.menu_horizontal ul li {
		float:left;
	display: inline;
		MARGIN-top: 0px;
		margin-left:5px;
	padding: 0.3em;
	width:22.5%;
	
}

/* opcion de menu posicion primera  */
.menu_hori_primera {
	BACKGROUND: #b6c5df;
}

.menu_hori_primera A {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	COLOR: black;
	TEXT-DECORATION: none;
}

.menu_hori_primera A:hover {
	BACKGROUND: #ffffff; 
	COLOR: black;
}
/*  Fin menu primera  */

/* opcion de menu posicion primera ACTIVO */
.menu_hori_primera_activo {
	BACKGROUND: #e5e7f3; 
}

.menu_hori_primera_activo A {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	COLOR: black;
	TEXT-DECORATION: none;
}

.menu_hori_primera_activo A:hover {
	BACKGROUND: #ffffff; 
	COLOR: black;
}
/*  Fin menu primera  */

/* opcion de menu posicion normal   */
.menu_hori_normal {
	BACKGROUND: #b6c5df;
}

.menu_hori_normal A {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	COLOR: black;
	TEXT-DECORATION: none;
}

.menu_hori_normal A:hover {
	BACKGROUND: #ffffff; 
	COLOR: black;
}
/*  Fin menu normal  */

/* opcion de menu posicion normal ACTIVO  */
.menu_hori_normal_activo {
	BACKGROUND: #e5e7f3;
}

.menu_hori_normal_activo A {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	COLOR: black;
	TEXT-DECORATION: none;
}

.menu_hori_normal_activo A:hover {
	BACKGROUND: #ffffff; 
	COLOR: black;
}
/*  Fin menu normal Activo */


/* opcion de menu posicion CIERRA lista  */
.menu_hori_cierre {
	BACKGROUND: #b6c5df;
}

.menu_hori_cierre A {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	COLOR: black;
	TEXT-DECORATION: none;
}

.menu_hori_cierre A:hover {
	BACKGROUND: #ffffff; 
	COLOR: black;
}
/* Fin Cierre */

/* opcion de menu posicion cierre ACTIVO  */
.menu_hori_cierre_activo {
	BACKGROUND: #e5e7f3;
}

.menu_hori_cierre_activo A {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	COLOR: black;
	TEXT-DECORATION: none;
}

.menu_hori_cierre_activo A:hover {
	BACKGROUND: #ffffff; 
	COLOR: black;
}
/*  Fin menu cierre Activo */



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

.titulo_super_grande {
	font-size : 2.25em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left:-3px;
	font-weight: bold;
	clear:both;
	line-height: 100%;
	text-align:left !important;
}

.titulo_grande_cabecera {
	font-size : 2em;
	font-weight: bold;
	text-align:right;
	clear:both;
	margin:0em 0em 0em 0em;
}

.titulo_grande_cabecera span {
	color : #801d31;
	}

.titulo_grande_cabecera a {
	color : #801d31;
	text-decoration: none;
}

.titulo_grande {
	font-size : 1.25em;
}

.titulo_mediano {
	font-size : 1.15em;
}

.titulo_mediano_bold {
	font-size : 1.05em;
	font-weight: bold;
}

.titulo_piefoto {
	font-size : 0.75em;
	/*margin-bottom: 0.2em;*/
}

.titulo_caja_verde {
	margin: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}

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

.titulo_bloque_fondoazulclaro {
	text-align: center;
	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;
}


/*  estilos para lista twitter ---------------*/

ul.twitter {
	background: #e7ecf3;
}

ul.twitter li {
	font-size: 0.7em;
	margin-bottom:0.4em;
	padding:0.3em
}

/* fin estilos para lista twitter----------------  */

/* estilo para barra de colores de la cabecera de masINE   ---*/
div.barracolores {
	float: right; margin-left: 2px; margin-top: 0px;
}
/* fin  estilo barra colores cabecera    */

.fecha_noticia {
	font-size:0.8em;
	margin-top:-1.2em;
}


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

/*  fin caja fondo azul redondeada   */


img.enlace{
	width: 217px;
	border: 0;
}

/*  -----------  estilos para las imagenes que estan rodeadas de texto  -*/

.imgderecha {
  float:right;
	margin:0.5em 0.0em 0.5em 0.5em;
}

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

.videoimg {
	width: 90px;
	height: 55px;
}

/* fin estilos para imagenes con texto ------------------*/

/*  estilo para el rastro de migas  */
.rastroMigas {
	font-size:0.85em;
	font-weight:normal;
	margin:3.5em 0em 0em;
	
}

a {
	text-decoration: none;
}

a.enlaceExternoSubrayado {
	color:#2b2d73;
	text-decoration: underline;
}

/*  ---------  estilo para forzar salto pagina al imprimir  -- */
    .saltopagina {
    page-break-before: always;
    }
/* fin -- */

/************ estilos para que solo se usen cuando la resolucion sea mayor de 960 px ++++++++++  */

@media screen and (min-width: 960px) {

img [class *= "videoimg"] {
	display: block;}

a[href *= "twit"] {
	display:none;
}

p[class *= "texto_lista"] {
	display:none;
}

img[title *= "deos"] {
	display:none;
}

img[title *= "prensa"] {
	margin-top: 15px;
}

div.menu_movil ul li div.bloque_fondoAzul {
	display:block;
}

div.left div.bloque_fondoAzul {
	display:none;
}

}

/*  fin estilos para mas de 960 px  */
