@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; /* eso es para centralizar los divs dentro de #caja */
}
a {
	color: #0090BD;
}
a:visited {
	color: #009BCB;
}
a:hover {
	color: #EC008C;
}
td tr {
	margin:0;
	padding: 0;
}
.white_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.white_underline a {
	color:#FFFFFF;	
}
.slider_header {
	color:#0bb2dc;
	font-size: 26px;
	font-family:"Trebuchet MS";
	font-weight: normal;
	padding-top: 5px;
	text-align:left !important;
	}
.columna_rosada {
	background-color: #F04F9F;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	padding: 2px;
	}
.columna_rosada_derecha {
	background-image:url(../images/bg_box2_right.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-color: #fbdfec;
}
.columna_negra {
	background-image:url(../images/bg_box4.jpg);
	background-repeat:repeat-x;
	background-position:top;	
	background-color:#000000;

}
.columna_gris {
	background-image:url(../images/bg_box2_main.jpg);
	background-position:top;
}
.columna_horoscopo {
	border-right: 2px solid #cccccc;
}
.columna3_gris {
	border-right: 2px solid #ffffff;
}	
.otros {
	font-family:"Trebuchet MS";
	font-size: 22px;
	font-style: normal;
	color: #022C3A;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.columna_gris_poll {
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
.anunciate_comun {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
	}
.contentlinks {
 	list-style-type: none;
}
.archivo_box {
	border-top:2px dashed #333399;
	
}		
.home_row2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	}
.title_home_row2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	}
.home_row2_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
	}
.title_home_row2_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: justify;
}		
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	vertical-align: top;
}
.separador {
	border-top: 1px solid #333333;
}
.title_home {
	font-family:"Trebuchet MS";
	font-size: 21px;
	font-style: normal;
	color: #022C3A;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.title_home a {
	text-decoration: none;
}
.title_home_white {
	font-family:"Trebuchet MS";
	font-size: 22px;
	font-style: normal;
	color: #ffffff;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.title_secciones {
	color: #EC0F92;
	font-family: Impact;
	font-weight: normal;
	font-size: 24px;
	padding-left: 5px;
	letter-spacing: 1px;
}
.title_poll {
	font-family:"Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #022C3A;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}
.title_poll_new {
	font-family:"Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	color: #022C3A;
	line-height: 18px;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: normal;
}
.caja #container {
	width: 960px; /* ancho global de la pagina */
	text-align: left; /* este rompe la propiedad hecha en body, y alinea el texto a donde quieras */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333333;
}
.caja #header_hp {
	height: 285px;
	overflow:visible;
}
.caja #header_main {
	height: 260px;
}
#fullbanner {
	float:right;
}
.top_banner {
	height: 94px;
	background-color: #ffffff;
}
.top_banner_main {
	height: 64px;
	background-color: #ffffff;
}
.header_home {
	height: 210px;
	z-index: 2;
}
.header_main {
	height: 159px;
}
.caja #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.caja #mainContent {
	padding: 20px; 
	background-image: url(../images/content_bg.jpg) !important;
	background-repeat:repeat-y !important;
	background:#ffffff;
}
.caja #mainContent h1 {
	font-family:"Trebuchet MS";
	text-align:left;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: bold;
}	
.caja #mainContent h1 a {
	color:#FFFFFF;
	text-decoration:none;	
}
.caja #mainContent h1 a:hover {
	color: #CCCCCC;
}
.caja #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	line-height: 16px;
}
.caja #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	text-align: justify;
}
.caja #mainContent h4 {
	font-family:"Trebuchet MS";
	font-size: 22px;
	color: #ec008c;
	line-height: 20px;
}
.caja #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	}
.caja #mainContent h6 {
	font-family:"Trebuchet MS";
	font-size: 22px;
	font-style: italic;
	color: #000000;
	line-height: 20px;
	}
.caja #mainContent_site {
	padding: 20px;
	background-image: url(../images/bg_main_body.jpg) !important;
	background-repeat:repeat-y !important;
	background:#fff989;
}
.caja #mainContent_site h1 {
	width: 300px;
	font-family:"Trebuchet MS";
	font-size: 19px;
	color: #ec008c;
	line-height: 20px;
}
.caja #mainContent_site h2 {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
}
.caja #mainContent_site h3 {
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	text-align: justify;
}
.caja #mainContent_site h4 {
	font-family:"Trebuchet MS";
	font-size: 22px;
	color: #ec008c;
	line-height: 20px;
}
.caja #mainContent_site h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	}
.caja #mainContent_site h6 {
	width: 100px;
	font-family:"Trebuchet MS";
	font-size: 19px;
	color: #ec008c;
	text-align: left;
	vertical-align: middle;
}	
.caja #mainContent_site h7 {
	width: 100px;
	font-family:"Trebuchet MS";
	font-size: 19px;
	color: #ec008c;
	line-height: 20px;
}
.principal {
	border: 4px solid #FFFFFF;
	margin-top: -3px;
}
.thumb {
	border: 2px solid #00ABDF;
}
#footer {
	height: 120px;
	background-image:url(../images/footer_bg.jpg) !important;
	padding: 0 10px; 
	background:#DDDDDD;
}
#footer p {
	text-align: center;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}
.footer_menu {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	text-align: center;
	padding-top: 50px;
}
.footer_menu a {
	color: #003366;
	text-decoration:none;
}
.footer_menu a:hover {
	color: #1acacc;
	text-decoration:none;
}
#footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	color:#003366;
	text-align: center;
	margin-top: 38px;
}
/* encuesta */
.text_inside {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:1.3em !important;
	text-align:left !important;
	text-decoration:none;
}
.tit_inside {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	text-decoration:none;
}
