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

/* BODY */
body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#e7e7e7;
	color:#FFFFFF;
}
p { 
	margin:0px;
}
a {
	margin:0px;
	text-decoration:none;
	color: #3399CC;
}
a:hover {
	margin:0px;
	text-decoration:underline;
}

/* contenedor */
#contenedor {
	position:absolute;
	width:900px;
	left: 50%;
	margin-left: -300px;
	background-color:#FFFFFF;
}

/* encabezado */
#encabezado {
	height:81px;
	border-top:solid 15px #3399cc;
}
#encabezado .logo {
	padding:15px 0px 0px 20px;
}
#encabezado .fecha {
	padding:9px 0 0 20px;
	font-size:0.6em;
	width:666px;
	_width:666px;
	float:left;	
}
#encabezado .boton {
	padding:13px 5px 0 5px;
	float:left;
	display:none;
}
#encabezado .botondos {
	padding:13px 0 0 0;
	float:left;
	display:none;	
}

/* menu-superior */
#cuerpo .menu-superior {
	background-color:#000000;
	width:900px;
	height:20px;
	border-top:#FFFFFF solid 3px;
	border-bottom:#FFFFFF solid 3px;
}
#cuerpo .menu-superior ul {
	margin-top:0px;	
	margin-left:180px;
}
*html #cuerpo .menu-superior ul {
	margin-left:220px;
}
#cuerpo .menu-superior li {
	width:450px;
	height:20px;
	margin-top:4px;
	float:left;
	background-image:url(../img/menu_superior.jpg);
	background-repeat:no-repeat;
   /* hide from IE Mac \*/
   overflow: hidden;
   /* end hide */
   text-indent:-999px;
}
#cuerpo .menu-superior li a {
	width:450px;
	height:16px;
	margin:0px;
	float:left;
	background-image:url(../img/menu_superior.jpg);
	background-repeat:no-repeat;
   /* hide from IE Mac \*/
   overflow: hidden;
   /* end hide */
   text-indent:-999px;

}
#cuerpo .menu-superior li.inicio {
	width:39px;
	height:16px;
	background-position: 0px -16px;
}
#cuerpo .menu-superior li.inicio a {
	width:39px;
	height:16px;
	background-position: 0px 0px;
}
#cuerpo .menu-superior li.inicio-activo {
	width:39px;
	height:16px;
	background-position: 0px -16px;
}

#cuerpo .menu-superior li.portada {
	width:100px;
	height:16px;
	background-position: -39px -16px;
}
#cuerpo .menu-superior li.portada a {
	width:100px;
	height:16px;
	background-position: -39px 0px;
}
#cuerpo .menu-superior li.portada-activo {
	width:100px;
	height:16px;
	background-position: -39px -16px;
}
#cuerpo .menu-superior li.adelantos {
	width:72px;
	height:16px;
	background-position: -139px -16px;
}
#cuerpo .menu-superior li.adelantos a {
	width:72px;
	height:16px;
	background-position: -139px 0px;
}
#cuerpo .menu-superior li.adelantos-activo {
	width:72px;
	height:16px;
	background-position: -139px -16px;
}

#cuerpo .menu-superior li.lecturas {
	width:58px;
	height:16px;
	background-position: -211px -16px;
}
#cuerpo .menu-superior li.lecturas a{
	width:58px;
	height:16px;
	background-position: -211px 0px;
}
#cuerpo .menu-superior li.lecturas-activo {
	width:58px;
	height:16px;
	background-position: -211px -16px;
}
#cuerpo .menu-superior li.links {
	width:42px;
	height:16px;
	background-position: -269px -16px;
}
#cuerpo .menu-superior li.links a{
	width:42px;
	height:16px;
	background-position: -269px 0px;
}
#cuerpo .menu-superior li.links-activo {
	width:42px;
	height:16px;
	background-position: -269px -16px;
}
#cuerpo .menu-superior li.contacto {
	width:63px;
	height:16px;
	background-position: -311px -16px;
}
#cuerpo .menu-superior li.contacto a{
	width:63px;
	height:16px;
	background-position: -311px 0px;
}
#cuerpo .menu-superior li.contacto-activo {
	width:63px;
	height:16px;
	background-position: -311px -16px;
}
#cuerpo .menu-superior li.suscripcion {
	width:76px;
	height:16px;
	background-position: -374px -16px;
}
#cuerpo .menu-superior li.suscripcion a{
	width:76px;
	height:16px;
	background-position: -374px 0px;
}
#cuerpo .menu-superior li.suscripcion-activo {
	width:76px;
	height:16px;
	background-position: -374px -16px;
}

#cuerpo .menu-superior li a:hover {
	background-image: none;
}

/* menu-izquierdo */
#cuerpo .barra-izquierda .menu-izquierdo{
	width:auto;

	margin: 20px 0 0 0;
}
#cuerpo .barra-izquierda .menu-izquierdo ul {
	margin-left:-40px;
	margin-top:0px;
}

/* corrección para explorer 6 */
*html #cuerpo .barra-izquierda .menu-izquierdo ul {
	margin:0px;
}
#cuerpo .barra-izquierda .menu-izquierdo li {
	background-color:#3399CC;
	text-decoration:none;
	list-style:none;
	font-size:0.7em;
	padding:2px 0px 4px 23px;
	border-bottom:solid #000000 1px;
	text-transform:capitalize;
	background-image:url(../img/misce_menu_izquierdo.jpg);
	background-repeat:no-repeat;
}

/* corrección para explorer 6 */
*html #cuerpo .barra-izquierda .menu-izquierdo li {
	padding:0px 0px 2px 23px;
}
#cuerpo .barra-izquierda .menu-izquierdo li a {
	color:#FFFFFF;
	list-style:none;
	text-decoration:none;
}
#cuerpo .barra-izquierda .menu-izquierdo li a:hover {
	color:#33CCFF;
	list-style:none;
	text-decoration:underline;
}

/* menu imagen-portada */
#cuerpo .barra-izquierda .portada img{
	padding:15px 0px 0px 25px;
}

/* menu imagen-adelantos */
#cuerpo .barra-izquierda .adelantos img{
	padding:10px 0px 0px 0px;
}
#cuerpo .barra-izquierda .adelantos .titulo {
	padding:5px 0px 0px 25px;
}

/* CUERPO */
#cuerpo {
}
#cuerpo .main {
	width:900px;
	border-bottom:#FFFFFF solid 7px;
	background-image:url(../img/background_main.jpg);
	overflow:hidden;
}
#cuerpo .barra-izquierda {
	width:210px;
	float:left;
	display:none;
	margin:0 0 3px 0;
}
#cuerpo .contenido {
	width:460px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

/* cuerpo home-nota-principal*/
#cuerpo .contenido .home-nota-principal {
	float:left;
}
#cuerpo .contenido .home-nota-principal .principal {
	width:250px;
	float:left;
	color:#000000;
	padding-right:16px;
}
*html #cuerpo .contenido .home-nota-principal .principal {
	padding-right:10px;
}
#cuerpo .contenido .home-nota-principal .principal .detalle {
	color:#FFFFFF;
	background-color: #3399CC;
	font-weight:bold;
	font-size:0.8em;
	padding:5px 0px 5px 10px;
}
#cuerpo .contenido .home-nota-principal .principal .titulo a{
	color:#000;
	font-size:1.5em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#cuerpo .contenido .home-nota-principal .principal .bajada {
	color:#000;
	font-size:0.8em;
	margin-bottom:5px;
}
#cuerpo .contenido .home-nota-principal .principal .autor {
	color:#333;
	font-size:0.55em;
	font-weight:bold;
	width:auto;
	padding:1px 38px 2px 0px;
	text-transform:inherit;
	/* background-color: #3399CC;*/
	float:left;
}
#cuerpo .contenido .home-nota-principal .principal .ver-mas a {
	font-size:0.55em;
	font-weight:bold;
	width:111px;
	margin-left:5px;
	padding:1px 0px 2px 0px;
	text-align:center;
	float:left;
	background-image:url(../img/boton_ver_mas.jpg);
	background-repeat:no-repeat;
	color:#3399CC;
}
#cuerpo .contenido .home-nota-principal img {
}

/* cuerpo home-nota-principal-semana*/
#cuerpo .contenido .home-nota-principal-semana {
	float:left;
}
#cuerpo .contenido .home-nota-principal-semana .principal {
	width:250px;
	float:left;
	color:#000000;
	padding-right:16px;
}
*html #cuerpo .contenido .home-nota-principal-semana .principal {
	padding-right:10px;
}
#cuerpo .contenido .home-nota-principal-semana .principal .detalle {
	color:#FFFFFF;
	background-color: #FF3300;
	font-weight:bold;
	font-size:0.8em;
	padding:5px 0px 5px 10px;
}
#cuerpo .contenido .home-nota-principal-semana .principal .titulo a{
	color:#000;
	font-size:1.5em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#cuerpo .contenido .home-nota-principal-semana .principal .bajada {
	color:#000;
	font-size:0.8em;
	margin-bottom:5px;
}
#cuerpo .contenido .home-nota-principal-semana .principal .autor {
	color:#fff;
	font-size:0.55em;
	font-weight:bold;
	width:auto;
	padding:1px 32px 2px 6px;
	background-color: #FF3300;
	float:left;
}
#cuerpo .contenido .home-nota-principal-semana .principal .ver-mas a {
	font-size:0.55em;
	font-weight:bold;
	width:111px;
	margin-left:5px;
	padding:1px 0px 2px 0px;
	text-align:center;
	float:left;
	background-image:url(../img/boton_ver_mas_naranja.jpg);
	background-repeat:no-repeat;
	color:#ff3300;
}
#cuerpo .contenido .home-nota-principal-semana img {
}

/* cuerpo interior-nota-principal*/
#cuerpo .contenido .interior-nota-principal {
	float:left;
	font-size:0.85em;
}
#cuerpo .contenido .interior-nota-principal .principal {
	width:460px;
	_width:450px;
	float:left;
	color:#000000;
	padding-right:16px;
	_padding-right:0px;
}
*html #cuerpo .contenido .interior-nota-principal .principal {
	padding-right:10px;
}
#cuerpo .contenido .interior-nota-principal .principal .detalle {
	color:#FFFFFF;
	background-color:#3399CC;
	font-weight:bold;
	font-size:0.8em;
	padding:5px 0px 5px 10px;
}
#cuerpo .contenido .interior-nota-principal .principal h1{
	color:#3399CC;
	font-size:1.5em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:5px 0 0 0;
}
#cuerpo .contenido .interior-nota-principal .principal h2 {
	color:#000;
	font-size:0.8em;
	margin:0px;
	font-weight:bold;
	padding:5px 0 10px 0px;
}
#cuerpo .contenido .interior-nota-principal .principal .nota p {
	float:none;
	clear:both;
	width:650px;
	_width:590px;
	color:#000;
	font-size:0.90em;
	_font-size:0.65em;
	line-height:1.4em;
	margin-bottom:5px;
	padding:15px 0 5px 0px;
}
#cuerpo .contenido .interior-nota-principal .principal .nota h3 {
	color:#3399CC;
	font-size:1em;
	margin:0px;
	padding:10px 0 0 0;
}
#cuerpo .contenido .interior-nota-principal .principal .autor {
	color:#000;
	font-size:0.55em;
	font-weight:bold;
	width:auto;
	padding:1px 100px 2px 0px;
	background-color:#fff;
	float:left;
}
#cuerpo .contenido .interior-nota-principal .principal .ver-mas a {
	font-size:0.55em;
	font-weight:bold;
	width:111px;
	display:none;
	margin-left:5px;
	padding:1px 0px 2px 0px;
	text-align:center;
	float:left;
	background-image:url(../img/boton_ver_mas.jpg);
	background-repeat:no-repeat;
	color:#3399cc;
}
#cuerpo .contenido .interior-nota-principal img {
}

/* cuerpo home-nota-secundaria-semana*/
#cuerpo .contenido .home-nota-secundaria-semana {
	float:left;
	width:460px;
	margin-top:25px;
}

#cuerpo .contenido .home-nota-secundaria-semana  .detalle {
	color:#FFFFFF;
	background-color: #FF6600;
	font-weight:bold;
	font-size:0.8em;
	padding:5px 0px 5px 10px;
}
#cuerpo .contenido .home-nota-secundaria-semana  .titulo a {
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#cuerpo .contenido .home-nota-secundaria-semana  .bajada {
	color:#000;
	font-size:0.8em;
	margin-bottom:5px;
}
#cuerpo .contenido .home-nota-secundaria-semana  .autor {
	color:#fff;
	font-size:0.55em;
	font-weight:bold;
	width:300px;
	padding:1px 32px 2px 6px;
	background-color: #FF6600;
	float:left;
}
#cuerpo .contenido .home-nota-secundaria-semana  .ver-mas a {
	color:#ccc;
	font-size:0.55em;
	font-weight:bold;
	width:111px;
	margin-left:5px;
	padding:1px 0px 2px 0px;
	text-align:center;
	float:left;
	background-image:url(../img/boton_ver_mas_gris.jpg);
	background-repeat:no-repeat;
}

/* cuerpo home-nota-secundaria*/
#cuerpo .contenido .home-nota-secundaria {
	float:left;
	width:460px;
	margin-top:25px;
}

#cuerpo .contenido .home-nota-secundaria .detalle {
	color:#FFFFFF;
	background-color:#3399CC;
	font-weight:bold;
	font-size:0.8em;
	padding:5px 0px 5px 10px;
}
#cuerpo .contenido .home-nota-secundaria .titulo a {
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#cuerpo .contenido .home-nota-secundaria .bajada {
	color:#000;
	font-size:0.8em;
	margin-bottom:5px;
}
#cuerpo .contenido .home-nota-secundaria .autor {
	color:#333;
	font-size:0.55em;
	font-weight:bold;
	width:300px;
	padding:1px 38px 2px 0px;
	/* background-color:#ccc; */ 
	float:left;
}
#cuerpo .contenido .home-nota-secundaria .ver-mas a {
	color:#333;
	font-size:0.55em;
	font-weight:bold;
	width:111px;
	margin-left:5px;
	padding:1px 0px 2px 0px;
	text-align:center;
	float:left;
	background-image:url(../img/boton_ver_mas_gris.jpg);
	background-repeat:no-repeat;
}

/* cuerpo home-puntos-de-vista*/
#cuerpo .contenido .home-puntos-de-vista {
	float:left;
	width:460px;
	margin-top:25px;
}

#cuerpo .contenido .home-puntos-de-vista .detalle {
	color:#FFFFFF;
	background-color:#3399CC;
	font-weight:bold;
	font-size:0.8em;
	padding:5px 0px 5px 10px;
	margin-bottom:10px;
}

#cuerpo .contenido .home-puntos-de-vista .punto-uno {
	float:left;
	width:228px;
	border-right:#666 1px solid;
}
#cuerpo .contenido .home-puntos-de-vista .punto-dos {
	float:left;
	width:220px;
	margin-left:10px;
}
#cuerpo .contenido .home-puntos-de-vista .titulo a {
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#cuerpo .contenido .home-puntos-de-vista .bajada a {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	float:left;
	font-size:0.7em;
	padding:0px 0px 0px 9px;
	width:155px;
	height:54px;
}
#cuerpo .contenido .home-puntos-de-vista .autor {
	color:#333;
	font-size:0.55em;
	font-weight:bold;
	width:195px;
	padding:1px 8px 2px 0px;
	/* background-color:#ccc; */
	float:left;
	margin-top:10px;
}
#cuerpo .contenido .home-puntos-de-vista .ver-mas a {
	color:#333;
	font-size:0.55em;
	font-weight:bold;
	margin-top:10px;
	margin-left:2px;
	padding:1px 2px 2px 2px;
	text-align:center;
	float:left;
	background-color:#ccc;
}
#cuerpo .contenido .home-puntos-de-vista img {
	float:left;
}

/* cuerpo titulares */
#cuerpo .contenido .titulares {
	font-size:0.8em;
	color:#000000;
	margin-top:20px;
	float:left;
	width:460px;
	border-top:#ccc solid 1px;
	display:none;
}
#cuerpo .contenido .titulares img{
	margin-top:20px;
	padding-bottom:10px;
}
#cuerpo .contenido .titulares .titulo{
	background-color:#94CAE4;
	font-weight:bold;	
	padding:3px 3px 3px 10px;
}
#cuerpo .contenido .titulares .bajada{
	padding:3px 3px 4px 10px;
	background-color:#B3D9EC;
	border-bottom:#FFFFFF solid 1px;
}

/* cuerpo barra derecha */
#cuerpo .barra-derecha {
	width:210px;
	display:none;
	float:left;
}
#cuerpo .barra-derecha-links {
	width:210px;
	float:left;
	margin-top:10px;
}
#cuerpo .barra-derecha-links img {
	padding:8px 0px 0px 18px;
	margin:0px;
}
#cuerpo .barra-derecha-lecturas {
	width:210px;
	float:left;
}
#cuerpo .barra-derecha-lecturas img {
	margin:12px 0px 0px 0px;
	border-bottom:#FFFFFF solid 1px;
	border-top:solid #FFFFFF 1px;
}
#cuerpo .barra-derecha-columnas {
	width:210px;
	float:left;
	padding-bottom:15px;
	border-bottom:#FFFFFF solid 1px;
	display:none;
	margin-top:5px;
}
#cuerpo .barra-derecha-columnas img {
	padding:12px 0px 0px 18px;
	display:none;
}
#cuerpo .barra-derecha-columnas .autor {
	margin-top:15px;
	border-top:#FFFFFF solid 1px;
	float:left;
	width:210px;
	display:none;
}
#cuerpo .barra-derecha-columnas .autor .nombre {
	float:left;
	display:none;
	padding:12px 0px 0px 5px;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1em;
	width:105px;
	height:25px;
}
#cuerpo .barra-derecha-columnas .autor a {
	margin:17px 0px 0px 5px;
	_margin:5px 0px 0px 5px;
	font-size:0.70em;
	color:#3399cc;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
}
#cuerpo .barra-derecha-columnas .autor img {
	padding:12px 0px 0px 18px;
	float:left;
}
/* columnista */
#cuerpo .contenido .interior-nota-principal .principal .foto-autor {
	color:#000;
	font-size:0.55em;
	font-weight:bold;
	width:auto;
	padding:8px 8px 2px 0px;
	background-color:#fff;
	float:left;
}
#cuerpo .contenido .interior-nota-principal .principal .nombre-autor {
	color:#000;
	font-size:0.55em;
	font-weight:bold;
	width:auto;
	padding:1px 50px 2px 0px;
	background-color:#fff;
	float:left;
}

/* form */
form {
}
form input {
	margin-top:0px;
	margin-bottom:10px;
	width:190px;
	padding-bottom:0px;
}
form .button {
	margin-top:0px;
	margin-bottom:10px;
	width:100px;
	padding-bottom:0px;
}
form p {
	margin:0px;
	font-size:0.8em;
}
form p.bold{
	font-size:0.8em;
	font-weight:bold;
	padding-bottom:5px;
}
/* pie */
#pie {
	clear: left;
	text-align:center;
	font-size:0.6em;
	margin:0px;
}
#pie .menu-inferior {
	background-color:#000000;
	height:23px;
	color:#FFFFF;	
	text-align:center;
	margin:0px 0px 7px 0px;
}
#pie .menu-inferior ul {
	margin:0px 0px 0px 305px;
	padding:5px 0px 0px 0px;
	list-style:none;
	display:none;
}
#pie .menu-inferior li {
	width:auto;
	padding:0 5px 0 5px;
	color:#FFFFFF;
	margin:0px;
	float:left;
	text-transform:capitalize;
   /* hide from IE Mac \*/
   overflow: hidden;
   /* end hide */
}
#pie .menu-inferior li a {
	color:#FFFFFF;
}
#pie .menu-inferior li a:visited {
	color:#ccc;	
	float:left;
}
#pie .legales {
	background-color:#CCCCCC;
	color:#000000;
	padding:4px 0 6px 0;
}

