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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** Sitio **/
body { 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:17px;
}

.clear { clear:both; }

a {
	color:#ef055b;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrap { 
	width:960px;
	margin:0 auto;
	background:url(../images/bg_main.png) repeat-y;
}

.sprite {
	background:url(../images/sprite.png) no-repeat;
	overflow:hidden;
}

/** header **/
#header {
	background:#fa0b80;
	text-align:center;
}
/** nav **/
#main-nav {
	background:url(../images/bg_nav.png) repeat-x;
	height:52px;
}

#main-nav ul{
	width:960px;
	margin:0 auto;
}

#main-nav ul li { 
	display:inline-block; 
	float:left;
	background:url(../images/sep-main-nav.png) no-repeat 0 50%;
}

#main-nav ul li:first-child { 
	background:none;
}

#main-nav ul li a.main-nav-contacto { 
	background:url(../images/sep-main-nav.png) no-repeat right 50%;
}

#main-nav ul li a { 
	font-size:14px;
	display:block;
	padding:14px 20px;
	color:#FFF;
}

#main-nav ul li a:hover { 
	color:#fa0b80;
}

/** main **/
#leftcolumn, #rightcolumn{
	float:left;
	width:210px;
	padding:10px 0;
}
#centerlcolumn{
	float:left;
	width:540px;
}

#centerlcolumn_int {
	padding:10px 20px;
	background:url(../images/sprite/bg_top_home.png) no-repeat;
	min-height:720px;
}

/*** Footer **/
#footer{
	background:url(../images/bg_footer.png) repeat-x;
	height:41px;
}

#footer .wrap {
	width:960px;
	margin:0 auto;
	padding-bottom:10px;
	position:relative;
}

#footer .recuadro{
	background:url(../images/bg_recuadro_left.png) top left no-repeat;
	padding-left:11px;
	position:absolute;
	font-size:11px;
}

#footer .recuaro_int{
 	background:url(../images/bg_recuadro.png) top right no-repeat;
	height:22px;
	padding-top:2px;
}

#footer .copy {
	width:215px;
	top:10px;
	left:5px;
}

#footer .power_by {
	width:192px;
	top:10px;
	left:768px;
}

/***** Box ***/
.box {
	width:200px;
	margin:0 auto;
	padding-bottom:20px;
}
.box .titulo_box{
	background-position:0 0;
	width:164px;
	height:26px;
	color:#FFF;
	padding:8px 0 0 36px;
	font-size:15px;
	padding-bottom:5px;
}

.box ul li{
	margin-left:9px;
}

.box ul li a{
	color:#333333;
}

.box ul li a:hover{
	color:#ef055b;
	text-decoration:underline;
}

/***** Modulos ***/
.modulo, .modulo_grande{
	width:200px;
	margin:0 auto;
	padding-bottom:20px;	
	overflow:hidden;
}

.modulo_grande{
	width:500px;
}

.magenta {
	background-color:#ef055b;	
}

.gris_oscuro  {
	background-color:#d7e6e6;	
}

.gris_claro {
	background-color:#efefef;	
}

.modulo.top_magenta{
	background-position:-507px -41px;
	padding-top:4px;
}

.modulo .bottom_magenta{
	background:url(../images/sprite/bottom_modulo_magenta.png) no-repeat bottom;
	padding-bottom:5px;
}

.modulo_grande.top_magenta_grande{
	background-position:0px -102px;
	padding-top:4px;
}

.modulo_grande .bottom_magenta_grande{
	background:url(../images/sprite/bottom_modulo_magenta_grande.png) no-repeat bottom;
	padding-bottom:5px;
}


.modulo.top_gris_oscuro{
	background-position:-508px -62px;
	padding-top:4px;
}

.modulo .bottom_gris_oscuro{
	background:url(../images/sprite/bottom_modulo_gris_oscuro.png) no-repeat bottom;
	padding-bottom:5px;
}


.modulo.top_gris_claro{
	background-position:-508px -81px;
	padding-top:4px;
}

.modulo .bottom_gris_claro{
	background:url(../images/sprite/bottom_modulo_gris_claro.png) no-repeat bottom;
	padding-bottom:5px;
}


#programacion_box {
	color:#000;
}

#programacion_box .blanco{
	color:#FFF;
}

#programacion_box #programa h4, #programacion_box #programa h3 {
	padding-bottom:5px;
	text-align:center
}

#programacion_box #programa h3{
	font-size:14px;
	font-weight:bold;
	width:190px;
	margin:0 auto;
}

#programacion_box #estilo, #programacion_box #conductor {
	padding:3px 18px;
}

#clima{
	padding:5px 0;
	text-align:center;
}

#chatfacebook{
	padding:5px 0;
}

#farmacia_box h2 {
	color: #ef055b;
	text-align: center;
	font-weight: bold;
}

#farmacia_box h3 {
	font-size:16px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
}

#farmacia_box p {
	text-align: center;
	padding-bottom: 3px;
}



/*** Main area ***/
#buscador{
    background-position:0 -41px;
	width:500px;
	height:53px;
	margin-bottom:15px;
}

#buscador .left{
	float:left;	
	color:#FFF;
	width:71px;
	padding:16px 0 0 15px;
	font-size:14px;
	
}

#buscador .right{
	float:right;	
	color:#FFF;
	width:414px;
	padding:13px 0 0 0;
}

#search_field { 
	border:none;
	background-position:-476px 0;
	color:#b2b2b2;
	width:159px;
	height:20px;
	font-size:11px;
	padding:3px 30px 3px 4px;
}

#fotodiaria{
	padding:10px 0px;
}

#fotodiaria h3{
	background:url(../images/camara.png) no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	padding:9px 48px;
	letter-spacing:2px;
	margin-left:7px;
}
#fotodiaria .foto{
	text-align:center;
	padding-top:4px;
}


#noticias, #pagina{
	
	}
	
.noticia {
	padding:10px 0 10px 0;
	border-bottom:1px solid #d6d6d6;
	border-bottom-style:dashed;
}

.noticia p {
	text-align:justify;
}

.noticia h2 {
	font-size:11px;
	padding-bottom:5px;
	font-weight:bold;
}
.noticia h1 {
	font-size:18px;
	color:#ef055b;
	padding-bottom:10px;
}

.noticia .comentarios {
	padding-top:5px;
	text-align:right;
}

#pagina{
	overflow:hidden;
}

#pagina h1{
	font-size:18px;
	color:#ef055b;
	padding-bottom:10px;
}

#pagina h2{
	font-size:13px;
	padding-bottom:10px;
	font-weight:bold;
}

#pagina p{
	padding-bottom:10px;
}

#pagina .fecha, .noticia .fecha{
	font-weight: bold;
	color:#2F1BE3;
}


#programacion { border:1px solid #DD127B; padding:5px; font-size:11px; font-family:Arial, Helvetica, sans-serif; text-align:left !important;}
#programacion .img{ float:left; width:48px; text-align:left; }
#programacion .programa { color:#DD127B; font-size:15; font-weight:bold; }
#programacion .nombre{ float:left; width:148px; text-align:center; padding-top:5px; font-size:13px; }

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	font-size:12px;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 0.9em;
	padding: 0 11px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-size:12px;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 2px;
	font-size: 0.9em;
}

.tableData { border-collapse:collapse;}
.tableData thead tr td { font-weight:bold; border-bottom:1px solid #000; border-right:1px solid #000; text-align:center; font-size:13px; }
.tableData thead tr td:last-child {  border-right:none; }
.tableData tbody tr td { font-size:12px; padding:2px 0; }
.trOdd { background-color:#F2F2F2; }

/** contacto **/
fieldset { border:none; padding:0; margin:0; margin-right:7px;}
fieldset label { line-height:25px;}
fieldset input, fieldset textarea { width:100%; border:1px solid #C5CFD9; margin-bottom:10px; height:18px; padding:2px; font-family:"Lucida Sans Unicode", "Lucida Grande"; font-size:12px; }
fieldset textarea { height:40px;  font-size:12px;}

.clear { clear:both; }

input.error, textarea.error{
	border: 1px solid red;
	margin: 0px;
	color: red;
}

label.error{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:11px;
	display:block;
	}
	
#infoBox { padding:10px 20px; background:#4698BE; color:#FFF; text-align:center; font-weight:bold; line-height:25px; vertical-align:middle; height:25px; }



#cristalonline {
	background:#ef055b;
	width:360px;
}

#cristalonline #programacion_online {
	background:url(../images/bg_online.jpg) no-repeat;
	padding: 99px 0 10px 0;
	text-align:center;
}



/*** Shoutbox ****/
#shoutbox h3{
	font-weight:bold;
}

#shoutbox p{
	padding:10px;
}
#div_scroll {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:scroll;
	height:273px;
	background-color: #E6F4FD;
	background-repeat:  repeat-x;
}

.Estilo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mensaje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom:10px;
	padding-left:5px;
	text-align:left;
	word-wrap:break-word;
	width:172px;
	
}

/*   LUgar para Ingresar Los mensajes */
#fondo {
	background-color:#FFFFFF;
	background-image: url(../shoutbox/images/bg_mensajero.jpg);
	background-repeat:  repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/* clase del formulario de registro*/
#frm_registrro {
	padding-left: 5px;   
}
#boton {
	background-color:#FFFFFF;
	background-image: url(../imgs_nuevas/degrade_1.jpg);
	background-repeat:  repeat-x;   
}
#boton:hover {
	background-color:#FFFFFF;
	background-image: url(../imgs_nuevas/degrade_2.jpg);
	background-repeat:  repeat-x;   
}
.mensajero_1 {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
.forma {
border:#0000CC solid 1px;
}

/*** /Shoutbox **/


/*** Noticia ***/
#redes_sociales{
	z-index:10;
}
#noticia {
	overflow:hidden;	
}

#noticia h1 {
	font-size:18px;
	color:#ef055b;
	padding-bottom:10px;	
}

#noticia p {
	padding-bottom:10px;	
	text-align:justify;
}

#noticia #comentarios {
	padding-top:10px;	
}


/*** /Noticia **/

.message {
    padding: 5px;
    text-align: center;
    margin-bottom: 10px
}
.error.message {
    background-color: #FBE3E4;
    border: 1px solid #FBC2C4;
    color: #D12F19
}
.warning.message {
    background-color: #FFFF99;
    border: 1px solid #FFFF33;
}
.notification.message {
    background-color: #B5FFB1;
    border: 1px solid #87FF69;
}

#frecuencia_alternativa .titulo {
	font-weight:bold;
	color: #ef055b;
	text-align:center;
}

#frecuencia_alternativa .boton   {
	text-align:center;
	width:83px;
	margin:8px auto;	
}

#frecuencia_alternativa .boton a , #pagina .boton a{
	color:#FFF;
	font-weight:bold;
	display:block;
	padding:8px;
	background:#ef055b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#pagina .boton a{
	width:83px;
	text-align:center;
}
#frecuencia_alternativa p {
	padding:0 14px;
}


#ic_redes_sociales h2 {
	font-weight:bold;
	color: #ef055b;
	text-align:left;
	padding:0 0 10px 4px;
}

#ic_redes_sociales a.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
}

#ic_redes_sociales .rss {
	background-position: -509px -96px;
}

#ic_redes_sociales .facebook {
	background-position: -542px -96px;
}


#ic_redes_sociales .twitter {
	background-position: -575px -96px;
}

.libro_mensaje{
	padding:10px 0 10px 0;
	border-bottom:1px solid #d6d6d6;
	border-bottom-style:dashed;	
}

.libro_mensaje .usuario{
	font-weight:bold;
	float: left;
	width:40%;	
}

.libro_mensaje .fecha{
	font-style:italic;
	float: right;
	width:40%;	
	text-align:right;
}

.libro_mensaje .cuerpo{
	clear:both;
	text-align:justify;
}



#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

p.nota {
	font-size: 10px;
	padding:0;
}


/* Resultado partido */
/* jQuery Countdown styles 1.5.11. */
.hasCountdown {
	
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {

}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}


#resultado_partido { width: 180px; padding:5px 10px; }

#resultado_partido .titulo{ font-size:12px; padding:5px 0; text-align:center; color: #ef055b;}

#resultado_partido .equipo1{ float:left; width:49% }
#resultado_partido .equipo2{ float:right; width:49% }


#resultado_partido .nombre{ font-size:12px; text-align:center; }
#resultado_partido .goles{ font-size:28px; text-align:center; color: #ef055b;}

#resultado_partido .estado{ font-size:11px; text-align:center; }

#resultado_partido .hora, #resultado_partido .hora_str { font-size:25px; text-align:center; font-weight:bold; }

#resultado_partido .lugar{ font-size:12px; }

#resultado_partido .comentarios{ font-size:12px; border-top:1px solid #000; }

#resultado_partido .comentarios .red{ color: #ef055b; }





