﻿/* Fonts / Tipos */
.georgia	{ font-family	: Georgia, "Times New Roman", Times, serif;	}
.arial      { font-family  : Arial, Helvetica, sans-serif;         	}
.trebuchet  { font-family  : Trebuchet MS, Helvetica, sans-serif;  	}
.tahoma		{ font-family  : Tahoma, Arial, Helvetica, sans-serif; 	}

/* Tamaños */
.t3 { font-size : 3px;  }
.t9 { font-size : 9px;  }
.t10{ font-size : 10px; }
.t11{ font-size : 11px; }
.t12{ font-size : 12px; }
.t13{ font-size : 13px; }
.t14{ font-size : 14px; }
.t15{ font-size : 15px; }
.t16{ font-size : 16px; }
.t17{ font-size : 17px; }
.t18{ font-size : 18px; }
.t20{ font-size : 20px; }
.t22{ font-size : 22px; }
.t24{ font-size : 24px; }
.t26{ font-size : 26px; }
.t28{ font-size : 28px; }
.t30{ font-size : 30px; }

/* Decoraciones */
.tdn      { text-decoration : none;      }
.tdu      { text-decoration : underline; }

.b { font-weight : bold; }

/* Fonts definidas */
.Georgia_30{/* TITULOS NOTAS */ 
	font-family		: Georgia, "Times New Roman", Times, serif;
	font-size		: 30px;
}

.Georgia_22{/* TITULOS NOTICIAS */ 
	font-family		: Georgia, "Times New Roman", Times, serif;
	font-size		: 22px;
}

.Georgia_17{/* TITULOS OBJETOS 3er COLUMNA */ 
	font-family		: Georgia, "Times New Roman", Times, serif;
	font-size		: 17px;
}

.Arial_11{/* COMENTARIOS NOTAS */ 
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
}

.Arial_12{/* COPETE / Bajada  NOTAS */ 
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
}

.Arial_13{/* COPETE / Bajada  NOTAS */ 
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 13px;
}

.Arial_14{/* COPETE / Bajada  NOTAS */ 
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 14px;
}

.Trebuchet_11{/* RankingTV / notas relacionadas */ 
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 11px;
}

.Trebuchet_12{/* VOTAR / Ver resultados encuesta */ 
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 12px;
}

.Trebuchet_13{/* OPCIONES encuesta */ 
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 13px;
}

/* colores */

.c000000{  	color  : #000000; }/* negro */
.c231F20{   color  : #231F20; }/* negro 2 */
.c7D7D7D{   color  : #7D7D7D; }/* gris epigrafes */
.c7B7B7B{   color  : #7B7B7B; }/* gris claro texto secundario objetos */
.c727272{   color  : #727272; }/* gris claro */
.cCAC9C9{   color  : #CAC9C9; }/* gris claro claro */
.c4D4D4D{		color  : #4D4D4D; }/* gris oscuro*/
.c414141{		color  : #414141; }/* gris oscuro 2*/
.c404040{		color  : #404040; }/* gris oscuro 3*/
.c134D86{   color  : #134D86; }/* azul titulos */
.cD53F26{   color  : #D53F26; }/* rojo titulos */
.cDA0000{   color  : #DA0000; }/* rojo */
.cFFFFFF{		color  : #FFFFFF; }/* blanco */
.c4D4D4F{		color  : #4D4D4F; }/* gris header menu*/
.c419A1C{ 	color  : #419A1C; }/* verde clasificados*/
.c2794BF{ 	color  : #2794BF; }/* azul clasificados*/
.c144C85{ 	color  : #144C85; }/* azul buscador*/
.cC02B5A{ 	color  : #C02B5A; }/* bordo clasificados*/
.c427835{ 	color  : #427835; }/* verde oscuro*/
.cE97C23{ 	color  : #E97C23; }/* naranja infobae*/
.cEF7B28{ 	color  : #EF7B28; }/* naranja */
.c545453{ 	color  : #545453; }/* gris oscuro 3*/
.cB4B1AF{ 	color  : #B4B1AF; }/* gris claro */
.cBEBEBE{   color  : #BEBEBE; }/* gris claro */
.cE5E5E5{   color  : #E5E5E5; }/*GRISESITO*/
.cDBDADA{   color  : #DBDADA; }/*GRISESITO2*/
.c959595{   color  : #959595; }/*gris3*/
.c777777{   color  : #777777; }/* gris */
.c898989{   color  : #898989; }/* gris */
.c6B6969{   color  : #6B6969; }/* gris oscuro 4 */
.c6D6D6D{   color  : #6D6D6D; }/* gris oscuro rss */
.c5A8BB3{   color  : #5A8BB3; }/* azul */
.cb1b1b1{   color  : #B1B1B1; }/* gris claro juegos*/
.c9e9e9e{		color	 : #9E9E9E; }/*gris titulos infobox*/
.EA7D24 {   color  : #EA7D24; }/*naranja*/
.cb82630{		color	 : #B82630;	}/* bordo infofitness */

/* Paddings */

.p2   { padding         : 2px;  }
.pt2  { padding-top     : 2px;  }
.pb2  { padding-bottom  : 2px;  }
.pl2  { padding-left    : 2px;  }
.pr2  { padding-right   : 2px;  }

.p5   { padding         : 5px;  }
.pt5  { padding-top     : 5px;  }
.pb5  { padding-bottom  : 5px;  }
.pl5  { padding-left    : 5px;  }
.pr5  { padding-right   : 5px;  }

.p10  { padding         : 10px; }
.pt10 { padding-top     : 10px; }
.pb10 { padding-bottom  : 10px; }
.pl10 { padding-left    : 10px; }
.pr10 { padding-right   : 10px; }

.p15  { padding         : 15px; }
.pt15 { padding-top     : 15px; }
.pb15 { padding-bottom  : 15px; }
.pl15 { padding-left    : 15px; }
.pr15 { padding-right   : 15px; }

.p20  { padding         : 20px; }
.pt20 { padding-top     : 20px; }
.pb20 { padding-bottom  : 20px; }
.pl20 { padding-left    : 20px; }
.pr20 { padding-right   : 20px; }

/* Varios */
.separadorPunteado{
  	width:100%;
  	background-image:url(../imgs/punteado.jpg);
  	background-color:#FFFFFF;
  	background-repeat:repeat-x;
  }

.al{
	text-align	:left;
}

.ar{
	text-align	:right;
}
.ac{
	text-align	:center;
}

.fleft{
	float	:	left;
}

.cboth{
	clear	:	both;
}

.box_objs_gris{
	border	:	#E5E5E5 solid 1px;
}

.box_objs_gris_bottom{
	border-bottom	:	#E5E5E5 solid 1px;
}

.box_objs_gris_top{
	border-top	:	#E5E5E5 solid 1px;
}

.box_objs_gris_left{
	border-left	:	#E5E5E5 solid 1px;
}

.box_objs_gris_right{
	border-right	:	#E5E5E5 solid 1px;
}
.bg_gris{
	background-color	:	#F4F4F4;
}
.bg_naranja{
	background-color	:	#E97C23;
}

.bg_blanco{
	background-color	:	#ffffff;
}

/* Header */
.lnk_black_orange 		{color:	#000000;}
.lnk_black_orange:hover	{color:	#EC832F;}

.lnk_orange				{color:	#EC832F;}
.lnk_orange:hover		{color:	#EC832F; font-weight: bold;}

.lnk_gris_black 		{color:	#858585;}
.lnk_gris_black:hover	{color:	#4D4D4F;}

.lnk_black_black 		{color:	#000000;}
.lnk_black_black:hover  {color:	#000000;}

.menu {
	border-bottom		 :	1px solid #CBCBCA;
	border-top			 :	1px solid #CBCBCA;
	width						 :	100%;
	padding-top			 :	1px;
	padding-bottom	 :	1px;
	height					 :	25px;
	clear						 :	both;
	background-color :  #FFFFFF;
}

.menu .mnu_btn_s {
	border-right		:	1px solid #CBCBCA; 
	background-color	:	#787878;
	color				:	#ffffff;
	margin				:	0px 1px 1px 0px;
	height				:	15px;
	_height				:	25px;
	padding				:	5px 0px;
}

.menu .mnu_btn_s a{
	border-right		:	1px solid #ffffff; 
	color					: #ffffff;
	padding				:	5px 15px;
}

.menu .mnu_btn_s span a{
	background-color	:	#b82630;
}

.menu .mnu_btn {
	border-right		:	1px solid #CBCBCA; 
	margin				:	0px 1px 1px 0px;
	height				:	15px;
	_height				:	25px;
	padding				:	5px 0px;
}

.menu .mnu_btn a {
	border-right		:	1px solid #ffffff; 
	padding				:	5px 15px;
	font-family			:	Arial;
	font-size			:	12px;
	color				:	#4D4D4F;
	text-decoration		:	none;
	font-weight			:	bolder;
}

.menu .mnu_btn a:hover {
	background-color	:	#787878; 
	color				:	#ffffff;
	padding				:	5px 15px;
}

.menu .mnu_btn span a:hover {
	background-color	:	#b82630; 
}

.green_menu {
	border-bottom	:	1px solid #A1AE5B;
	border-top	:	1px solid #A1AE5B;
	background-color:	#CADB73;
	width			:	100%;
	padding-top		:	1px;
	padding-bottom	:	1px;
	height			:	25px;
	clear			:	both;
}

.green_menu .mnu_btn_s {
	border-right		:	1px solid #A1AE5B; 
	background-color	:	#004600;
	color				:	#CADB73;
	margin				:	0px 1px 1px 0px;
	height				:	15px;
	_height				:	25px;
	padding				:	5px 0px;
}

.green_menu .mnu_btn_s a{
	border-right		:	1px solid #CADB73; 
	color					: #CADB73;
	padding				:	5px 15px;
}

.green_menu .mnu_btn_s span a{
	background-color	:	#b82630;
}

.green_menu .mnu_btn {
	border-right		:	1px solid #A1AE5B; 
	margin				:	0px 1px 1px 0px;
	height				:	15px;
	_height				:	25px;
	padding				:	5px 0px;
}

.green_menu .mnu_btn a {
	border-right		:	1px solid #CADB73; 
	padding				:	5px 15px;
	font-family			:	Arial;
	font-size			:	12px;
	color				:	#3D4224;
	text-decoration		:	none;
	font-weight			:	bolder;
}

.green_menu .mnu_btn a:hover {
	background-color	:	#004600; 
	color							:	#CADB73;
	padding						:	5px 15px;
}

.green_menu .mnu_btn span a:hover {
	background-color	:	#b82630; 
}

.greenMainHeader {
	background-color:	#F5FDE8;
	background-image: url(../imgs/header/bg_header_green.gif);
	background-position: top center;
}

.mainHeader {
	background-color:	#FFFFFF;
}

/*\*/
html* mnu_btn { height: 15px; } /* sÃ³lo en safari */

.header {
	width						:	100%; 
	height					:	25px; 
	clear						:	both;
}

.header_1 {
	border-bottom			:	2px solid #ec832f; 
	width							:	100%; 
	height						:	25px; 
	background-color	:	#F0F0F0; 
	clear							:	both;
}

.header_2 {
	border-bottom		:	2px solid #ec832f; 
	width				:	100%; 
	height				:	25px; 
	background-color	:	#E9F0F8; 
	clear				:	both;
}

.header_3 {
	border-bottom		:	2px solid #ec832f; 
	width				:	100%; 
	height				:	25px; 
	background-color	:	#FDF1F1; 
	clear				:	both;
}

.header_4 {
	border-bottom		:	2px solid #ec832f; 
	width				:	100%; 
	height				:	25px; 
	background-color	:	#FEF9EE; 
	clear				:	both;
}

.header_5 {
	border-bottom		:	2px solid #004600; 
	width				:	100%; 
	height				:	25px; 
	background-color	:	#F0F0F0; 
	clear				:	both;
}

.inputtext {
	border-style	:	solid;
	border-color	:	#999999 #E4E4E4 #E4E4E4 #999999;
	border-width	:	2px;
	width			:	134px;
	height			:	20px;
	font-family		:	Arial;
	font-size		:	12px;
	color			:	#787878;
}

.inputtext2 {
	border-style	:	solid;
	border-color	:	#9C9C9C;
	border-width	:	1px;
	width			:	220px;
	height			:	19px;
	font-family		:	Arial;
	font-size		:	12px;
	color			:	#EA7D24;
}

.inputtext_dia_mes {
	border-style	:	solid;
	border-color	:	#9C9C9C;
	border-width	:	1px;
	width			:	19px;
	height			:	19px;
	font-family		:	Arial;
	font-size		:	12px;
	color			:	#EA7D24;
}

.inputtextanio {
	border-style	:	solid;
	border-color	:	#9C9C9C;
	border-width	:	1px;
	width			:	38px;
	height			:	19px;
	font-family		:	Arial;
	font-size		:	12px;
	color			:	#EA7D24;
}


.clasi_on_in{
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		:	11px;
	color			:	#419A1C;
	font-weight		:	bolder;
}

.clasi_on_au{
font-family		:	Arial, Helvetica, sans-serif;
font-size		:	11px;
color			:	#2794BF;
font-weight		:	bolder;
}

.clasi_on_em{
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		:	11px;
	color			:	#C02B5A;
	font-weight		:	bolder;
}

.clasi_off{
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		:	11px;
	color			:	#7B7B7B;
	font-weight		:	bolder;
	cursor			:	pointer;
}

.clasi_input{
	border				:	#CDCDCD 1px solid; 
	width				:	168px; 
	height				:	20px; 
	font-size			:	11px; 
}

.tracks_titulo_10m{
	font-family			:	Trebuchet MS, Helvetica, sans-serif;
	font-size			:	13px;
	color				:	#475256;
	font-weight			:	bolder;
	text-decoration 	: 	none; 
}

.tracks_banda_10m{
	font-family			:	Trebuchet MS, Helvetica, sans-serif;
	font-size			:	12px;
	color				:	#475256;
	text-decoration 	: 	none;
}

a.rss {
	font-family     	: Arial, Helvetica, sans-serif;
	font-size       	: 11px;
	color           	: #154B87;
	text-decoration 	: underline;
}

.decoration_none      	{ text-decoration : none;       }
.decoration_under     	{ text-decoration : underline;  }
.decoration_over      	{ text-decoration : none;       }
.decoration_over:hover	{ text-decoration : underline;  }


/* SUBTES */

.horarios {
	text-indent: 5px;
}

.lineaA {
	color:#3691AB;
}

.lineaB {
	color:#CA321A;
}

.lineaC {
	color:	#27419B;	
}

.lineaD {
	color:	#306C30;	
}

.lineaE {
	color:	#A66490;	
}

.lineaH {
	color:	#FFCC00;	
}

.lineaP {
	color: #FFCC44;
}
 /* JUEGOS */
 
.izq img {
	border: 0px;
	margin: 40px 0 0 15px;
	height: 21px;
}

.der img {
	border: 0px;
	margin: 40px 15px 0 0;
	height: 21px;
}

.tipos {
	position: relative; 
	border: 1px solid #ccc; 
	width: 159px;
	height:85px;
	float: left;
	margin: 15px 0 0 10px;
	left: -10px;
	text-align: center;
}

.numero {
	font-size: 40px;
	width: 100%;
	display: block;
	font-family: arial;
	color: #EB7D24;
	font-weight: bolder;
	margin-bottom: 5px;
}

.tipo {
	font-size: 15px;
	font-family: arial;
	color: #000;
	font-weight: bold;	
	text-transform: capitalize;	
}

.subtipo {
	font-size: 15px;
	font-family: arial;
	color: #EB7D24;
	font-weight: bold;	
	text-transform: capitalize;	
}

#alospremios {
	padding: 0;
}

#alospremios th {
	text-transform: uppercase;
	color: #B1B1B1;
	text-align: center;
}

.nombreJuegoSelected {
	text-decoration: underline;
	color: #000;
}

#nombreJuego {
	margin: 0;
	padding: 0;
}

#nombreJuego th {
	text-transform: capitalize;
	color: #000;
}

 .lotoTh, .quiniTh {
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	text-align: center;	
	color: #000;
}

#numerosFavorecidos th {
	width: 55px;
	height: 20px;
	border: 1px solid rgb(222, 222, 222);
	color: #EB7D24;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.fs8 {
	font-size		:	8px;
}

.textns	{
	font-family: Tahoma, Sans-serif, Arial;
	font-size: 11px;
	color: #334454;
	text-decoration: none;
}

.cuerpo_1{
	width:100%;
	background-image:url(../imgs/bg/bg.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
}

.cuerpo_2{
	width:100%;
	background-image:url(../imgs/bg/bg_celeste.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
}

.cuerpo_3{
	width:100%;
	background-image:url(../imgs/bg/bg_rosa.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
}

.cuerpo_4{
	width:100%;
	background-image:url(../imgs/bg/bg_naranja.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
}

.cuerpo_5{
	width:100%;
	background-image:url(../imgs/bg/bg_green.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
}

