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

* { margin:0; padding:0;}

html, body { height:100%; margin:0; font-family:Arial, Helvetica, sans-serif; color:#333; font-size:12px; background:#FFFFFF;
}

a:link, a:visited, a:active { text-decoration:none;}
a:hover { text-decoration:none;}

#tabMenu {margin:0;padding:0 0 0 0px;list-style:none;}
#tabMenu li {float:left;height:32px;width:32px;cursor:pointer;cursor:hand}

li.aries {background:url(../images/aries.png) no-repeat 0 -32px;}
li.tauro {background:url(../images/tauro.png) no-repeat 0 -32px;}
li.geminis {background:url(../images/geminis.png) no-repeat 0 -32px;}
li.cancer {background:url(../images/cancer.png) no-repeat 0 -32px;}
li.leo {background:url(../images/leo.png) no-repeat 0 -32px;}
li.virgo {background:url(../images/virgo.png) no-repeat 0 -32px;}
li.libra {background:url(../images/libra.png) no-repeat 0 -32px;}
li.escorpio {background:url(../images/escorpio.png) no-repeat 0 -32px;}
li.sagitario {background:url(../images/sagitario.png) no-repeat 0 -32px;}
li.capricornio {background:url(../images/capricornio.png) no-repeat 0 -32px;}
li.acuario {background:url(../images/acuario.png) no-repeat 0 -32px;}
li.piscis {background:url(../images/piscis.png) no-repeat 0 -32px;}

li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -32px;}
li.selected {background-position:0 0;}

.boxTop {height:11px;clear:both}
*html .boxTop {margin-bottom:-2px;}
.boxBottom {height:11px;}
.boxBody div {display:none;padding:0;width:200px;}
.boxBody div.show {display:block;}
.boxBody #category a {display:block;}
.boxBody div ul li.last {border-bottom:none}


img { border:0;}

h1 { color:#003955; font-family:Georgia; font-size:18px;}
h2 { color:#FFF; font-size:14px;}
h3 { color:#666; font-size:11px; font-weight:bold;}

/***** class  ******/
.color_white { color:#FFFFFF;}
.color_orange { color:#E85D00;}
.color_grey { color:#666666;}

.color_blue { color:#003955;}
a.color_blue:link, a.color_blue:visited, a.color_blue:active { color:#003955;}
a.color_blue:hover { text-decoration:underline;}
.color_black { color:#000000;}
a.color_black:link, a.color_black:visited, a.color_black:active { color:#000000;}
a.color_black:hover { text-decoration:underline;}
.color_orange2 { color:#F9D7B3;}

.size_10 { font-size:10px;}
.size_13 { font-size:13px;}
.size_16 { font-size:16px;}
.size_30 { font-size:29px;}


.celdas{
	padding:5px 5px 5px 5px;
	background:#F4F7F7;
}
.botones_form{
	background:#F4F7F7;
	border:1px #666 solid;
	width:150px;
	height:25px;
}
.boton_susc{
	background:#F4F7F7;
	border:1px #666 solid;
	width:75px;
	height:25px;
}

.campos_form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.button_pool {
	width:58px;
	height:18px;
	background:#999;
	border:1px solid #666;
	color: #FFF;
	margin-right: 30px;
}
.left { float:left;}
.right { float:right;}

/*******************/

#conteiner {
	/*overflow:auto;*/
	width:999px;
	margin: 0 auto;
	border-top: 8px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#header {
	width:999px;
	height:112px;
	background-image: url(../img/common/bg_header.jpg);
	background-repeat:  repeat-x;
}
#header #logo {
	width:310px;
	float: left;
	padding: 15px 10px 17px 22px!important;
	padding: 15px 10px 20px 22px;
	border-right: 1px solid #000000;
	background-image: url(../img/common/bg_logo.jpg);
	background-repeat:  repeat-x;
}
#header #dates {
	width:249px;
	float: left;
	color: #FFFFFF;
}
#header #dates #links{
	padding-bottom:13px;
	text-align:right;
	padding-top: 5px;
	padding-right: 5px;
}
#header #dates #links img{ vertical-align:middle;}
#header_dates_tiempo {
	width:195px;
	margin: 0 auto;
}
#header_dates_tiempo .datesleft {
	width:93px;
	border-right:1px solid #FFF;
	float:left;
	font-size: 11px;
}
#header_dates_tiempo .datesright {
	width:68px;
	float:left;
	padding-left: 20px;
	font-size: 11px;
	line-height: 16px;
}



#header #banner {
	float: left;
	padding-top: 6px;
}
#navbar {
	width:999px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(../img/common/bg_navbar.jpg);
	background-repeat:  repeat-x;
	height: 29px;
	clear: both;
}
#navbar li {
	list-style:none;
	padding:6px 10px 7px 10px;
	float:left;
	border-right: 1px solid #338DB7;
	border-left: 1px solid #000000;
}
#navbar li a{ color:#FFFFFF; text-decoration:none; display:block;}
#navbar li a:hover {
	color: #F2F2F2;
}


#navbar #right {
	width:110px;
	float:right;
	margin-top: 4px;
	background-image: url(../img/common/search_field.jpg);
	background-repeat: no-repeat;
}
#navbar #right #field {
	width:98px;
	height:20px;
	padding-left: 7px;
	padding-top: 1px;
	float: left;
}
#navbar #right #text {
	width:60px;
	line-height:10px;
	float: left;
	font-size:10px;
}

.field_search {
	width:65px;
	height:18px;
	background:transparent;
	border:0;
	color: #FFFFFF;
}
.button_search {
	width:25px;
	height:16px;
	background:transparent;
	border:0;
}

#content {
	width:999px;
	overflow: hidden;
	background: #F4F7F7;
}
.vote_bottom{
	background:#999999;
	width:70px;
	border:#666666 1px solid;
	color:#FFFFFF;
	padding:1px 10px 1px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing: 1px;
}

#col_left {
	width:510px;
	float: left;
	margin: auto;
/*	padding-bottom: 1000px!important;
	margin-bottom: -1000px!important;*/
	padding-bottom: 4000px;
	margin-bottom: -4000px;
}

#col_left_susc {
	width:100%;
	float: left;
	margin: auto;
	padding-bottom: 4000px;
	margin-bottom: -4000px;
}

#col_left_cto{
	width:768px !important;
	width:760px;
	float: left;
	margin: auto;
/*	padding-bottom: 1000px!important;
	margin-bottom: -1000px!important;
	padding-bottom: 1000px;
	margin-bottom: -1000px;*/
}

#col_left .top{
	background:url(../img/common/bg_cols_top.jpg) repeat-x;
	background-position:top center;
	padding-top: 11px;
	padding-left: 5px;
}

#col_left_susc .top_susc{
	background:url(../img/common/bg_cols_top.jpg) repeat-x;
	background-position:top center;
	padding-top: 11px;
	padding-left: 50px;
}

#content .bottom{


}

/*box news*/
#col_left_box { width:496px;}
#col_left_box .top {}
#col_left_box .bottom {}

.box{
	padding: 5px;
	width: 500px;
	margin-bottom: 1px;
}
.box_susc{
	padding: 5px;
	width: 225px;
	margin-bottom: 1px;
}

.box_cto{
	padding: 5px;
	width: 763px !important;
	width: 755px;
	/*width: 500px;*/
	margin-bottom: 1px;
}

/* Ahora la sombra */
.shadow{
	background:#B2B7BC; /* Color del borde */
	width: 495px;
	padding-right: 2px;
	border: 1px solid #B2B7BC;
}

.shadow_susc{
	background:#B2B7BC; /* Color del borde */
	width: 220px;
	padding-right: 2px;
	border: 1px solid #B2B7BC;
}
.shadow_cto{
	background:#B2B7BC; /* Color del borde */
	width: 750px !important;
	width: 745px;
	padding-right: 2px;
	border: 1px solid #B2B7BC;
}
/* contenido */

.box_news {
	background:#FFFFFF;
}
.news{
	border:solid 1px #999999;
	background-image: url(../img/common/bg_news.jpg);
	background-repeat:  repeat-x;
	margin: -2px -1px 1px -2px;
	padding: 2px;
}

.news .date {
	padding:0 12px 3px 8px;
	border-left:1px solid #003955;
	margin-left:9px;
	margin-top: 10px;
}
.news .title {
	padding:0 12px 0 8px;
	border-left:1px solid #003955;
	margin-left:9px;
}
.news .image {
	padding:3px 0 0 8px;
	border-left:1px solid #003955;
	margin-left:9px;
}
.news .image img { border:1px solid #999999;}
.news .text {
	padding:10px 12px 11px 10px;
}
/*end box news*/

.title_cto {
	
	width:520px;
	padding:20px 12px 0px 8px;
	border-bottom:1px solid #003955;
	margin-left:9px;
}

#col_center {
	width:258px!important;
	width:253px;
	float: left;
	background: #F4F7F7;
/*	padding-bottom: 1000px!important;
	margin-bottom: -1000px!important;*/
	padding-bottom: 4000px;
	margin-bottom: -4000px;
}
#col_center .top{
	background:url(../img/common/bg_cols_top.jpg) repeat-x;
	background-position:top left;
	padding-top: 11px;
	padding-left: 5px;
}

#col_center .titles {
	background:url(../img/common/bg_titles.jpg) repeat-x;
	border:1px solid #000000;
	width:222px;
	padding-left: 10px;
	height: 20px;
	margin-bottom: 7px;
	line-height: 20px;
	position:relative;
	left: 5px;
}

#col_center .titles2 {
	background:url(../img/common/bg_titles.jpg) repeat-x;
	border:1px solid #000000;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
}
#col_center .headlines {
	padding:10px;
	background:#F2F5F6;
	border: 1px solid #000;
	border-top: 0;
	background:url(../img/common/bg_news.jpg) repeat-x;
}
#col_center .headlines .text {
	padding-bottom:7px;
	border-bottom:1px solid #000000;
	color: #666;
	padding-top: 7px;
}

.box_small{
	padding: 5px;
	width:230px;
	margin-bottom: 1px;
}
/* Ahora la sombra */
.shadow_small{
	background:#B2B7BC; /* Color de la sombra */
	border: solid 1px #B2B7BC; /* Color del borde */
	width: 231px;
	padding-right:2px;
}
/* contenido */

.box_news_small {
	background:#FFFFFF;
}
.news_small{
	border:solid 1px #999999;
	margin:-2px -1px 1px -2px;
	padding:2px;
	background-image: url(../img/common/bg_news.jpg);
	background-repeat:  repeat-x;
}
.news_small .title2 {
	padding-bottom:7px;
	border-bottom:1px solid #000000;
	color: #002737;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}
.news_small .text2 {
	padding-bottom:7px;
	border-bottom:1px solid #000000;
	color: #000;
	padding-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
}


.news_small .date {
	padding:0 12px 6px 8px;
	border-left:1px solid #003955;
	margin-left:10px;
	margin-top: 10px;
}
.news_small .title { padding:0 12px 0 8px;   border-left:1px solid #003955; margin-left:10px;}
.news_small .image {
	padding:3px 0 0 8px;
	border-left:1px solid #003955;
	margin-left:10px;
}
.text_buscar_resultado{
	font-family:Georgia;
	color:#003955;
	font-size:14px;
	font-weight:bold;
}
.news_small .image img { border:1px solid #999999;}
.news_small .text {
	padding:18px 12px 11px 10px;
	position: relative;
}
.news_small .text img{
	margin:4px;
	border: 1px solid #000000;
}
/*end box news*/

#col_center .banners {
	padding:7px 0 7px 4px;
}

#col_right {
	width:230px;
	float: left;
	background: #CBCBCB;
	padding: 0 0 20px 0;
	border-left: 1px solid #000;
	overflow: hidden;
/*	padding-bottom: 1000px!important;
	margin-bottom: -1000px!important;*/
	padding-bottom: 4000px;
	margin-bottom: -4000px;
}

#col_right #radio {
	height: 25px;
}
#col_right #radio_text {
	width:224px;
	background-image: url(../img/home/bg_antena.jpg);
	background-repeat:  repeat-x;
	padding-top: 3px;
	height: 39px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 6px;
}
#col_right #radio_text .left{
	width:150px;
	float:left;
	color: #80ACC0;
	font-size: 11px;
	line-height: 12px;
}
#col_right #radio_text .right{
	width:70px;
	float:left;
	padding-top: 2px;
}
#col_right .banners {
	width:220px;
	padding:10px 0 0 8px;
	background-image: url(../img/common/bg_banners.jpg);
	background-repeat:  repeat-x;
	height: 90px;
	
}
#col_right .fiestisima {
	width:220px;
	padding:10px 0 0 8px;
	background-image: url(../img/common/bg_banners.jpg);
	background-repeat:  repeat-x;
	height: 260px;
	
}
#col_right .banners2 {
	width:220px;
	padding:10px 0 0 8px;
	background-image: url(../img/common/bg_banners2.jpg);
	background-repeat:  repeat-x;
	height: 90px;
	
}
#col_right .titles {
	background:url(../img/common/bg_titles.jpg) repeat-x;
	border:1px solid #000000;
	width:218px;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
}
#col_right .headlines {padding:10px; background:#F2F5F6;background:url(../img/common/bg_news.jpg) repeat-x;}
#col_right .headlines .text {
	padding-bottom:7px;
	border-bottom:1px solid #000000;
	color: #002737;
	padding-top: 7px;
}
#col_right .poll { background:#F2F5F6; padding:10px;background:url(../img/common/bg_news.jpg) repeat-x;}
#col_right .poll .text {
	padding-bottom:10px;
	border-bottom:1px solid #000000;
	color: #003955;
	font-family: Georgia;
	font-size: 13px;
}
#col_right .poll .text2 {
	padding-bottom:10px;
	border-bottom:1px solid #000000;
	color: #000;
	font-family: Georgia;
	font-size: 13px;
	padding-top: 10px;
}
#col_right .poll .text3 {
	padding-bottom:10px;
	color: #003955;
	font-family: Georgia;
	font-size: 13px;
	padding-top: 8px;
	height: 18px;
	padding-left: 20px;
	line-height: 18px;
}
#col_right .poll .text3 input{
	margin-right:20px;
	vertical-align:middle;
}

#corte { clear:both;}

#prefooter {height:14px;}
#footer {
	height:39px;
	padding-top:5px;
	text-align:center;
	border:1px solid #000000;
	border-bottom:0;
	clear: both;
	background-image: url(../img/common/bg_footer.jpg);
	background-repeat:  repeat-x;
}
#footer img{
	margin:0 20px;
	vertical-align: middle;
}
#image_float {
	width: 95px;
	float: right;
	text-align: center;
	position: relative;
}
.contenido_central{ float:left; width:768px;} 
.contenido_central .titulo { height:31px; border-bottom:1px solid #000;}