/* BACKGROUNDS */

#global {
	position:absolute;
	z-index:0;}

body {
	margin: 0px;
	padding: 0px;
}
.back_bloque {
	background-image:url(images/bloque_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
.back_contenido {
	background-image:url(images/contenido_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.backtabla_botonera {
	background-image: url(images/botonera_back.gif);
	background-repeat: repeat-x;
}

.backtabla_botonera_idioma_home {
	background-image: url(images/idiomas_home_bk.gif);
	background-repeat: repeat-x;
}

.backtabla_botonera_idioma_interior {
	background-image: url(images/idiomas_interior_bk.jpg);
	background-repeat: norepeat;
}

.backtabla_central_izquierda {
	background-image: url(images/barra_izquierda_fondo.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.backtabla_central_derecha {
	background-image: url(images/barra_derecha_fondo.gif);
	background-repeat: repeat-y;
}
.backtabla_central_pie {
	background-image: url(images/barra_pie.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.backtabla_contenido {
	background-image: url(images/contenido_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #404040;
}

.ficha_back {
	background-image: url(images/fichas_cuadro_bk.gif);
	background-repeat: repeat-x;
}
.back_ficha_jugadores {
	background-image: url(images/fichas_jugador_bk.gif);
	background-repeat: repeat-x;
}

.ficha_foto_back {
	background-image: url(images/fichas_jugador_fotobk.gif);
	background-repeat: repeat-x;
}

.arial_11_blanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


.backtabla_tablitafondo {
	background-image: url(images/tablita_fondo.gif);
	background-repeat: repeat-x;
}

.btn_autoprocesar {
	background-image:none;
}
.backtabla_armado_user {
	background-image: url(images/armado_user_barraback.gif);
	background-repeat: repeat-y;
}

.backtabla_cancha {
	background-image: url(images/armado_cancha.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.backtabla_home_inscripcion {
	background-image: url(images/home_incripcion.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #404040;
}
.backtabla_home_preinscripcion {
	background-image: url(images/home_preinscripcion.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #404040;
}

.backtabla_home_top {
	background-image: url(images/home_back_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.backtabla_armado_titu_posicion {
	background-image: url(images/resultados_titu_posicion.gif);
	background-repeat: no-repeat;
}

.backtabla_armado_titu_tcompleta {
	background-image: url(images/resultados_titu_tcompleta.gif);
	background-repeat: no-repeat;
}

.backtabla_home_top2 {
	background-image: url(images/fdo_tabla_resultado_completa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#333333;
}

.backtabla_home_inscripcion_log {
	background-image: url(images/home_acceso_back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.backtabla_home_bottom {
	background-image: url(images/home_back_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.separador_h_puntos {
	background-image: url(images/separador_h.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	
}
.separador_v_puntos {
	background-image: url(images/separador_v_gris.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.oblea_verplantel {
	background-image: url(images/oblea_verplantel.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.back_jugador_destacado {
	background-image:url(images/fondo_jugador_destacado.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.back_jugador_destacado2 {
	background-image:url(images/fondo_jugador_destacado2.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.margin_top_30{margin-top:30px}

/* PADDING */
.padding_left_right5 { padding-left:5px; padding-right: 5px;}
.padding_left_right7 { padding-left:7px; padding-right: 7px;}
.padding_left_right10 { padding-left:10px; padding-right: 10px;}
.padding_lrb10 { padding-left:10px; padding-right: 10px; padding-bottom:10px;}
.padding_top_bottom3 {	padding-top:3px;	padding-bottom:3px;}
.padding_top_bottom4 {	padding-top:4px;	padding-bottom:4px;}
.padding_top_bottom5 {	padding-top:5px;	padding-bottom:5px;}
.padding_top_bottom6 {	padding-top:6px;	padding-bottom:6px;}
.padding_lrb6 {	padding-bottom:6px;	padding-left:6px;	padding-right:6px;}
.padding_rtb6 {	padding-top:6px;	padding-bottom:6px;	padding-right:6px;}
.padding_rtb10 {	padding-top:10px;	padding-bottom:10px;	padding-right:10px;}
.padding3 {padding: 3px}
.padding4 {padding: 4px}
.padding5 {padding: 5px}
.padding6 {padding: 6px}
.padding7 {padding: 7px}
.padding9 {padding: 9px}
.padding10 {padding: 10px}
.padding11 {padding: 11px}
.padding15 {padding: 15px}
.padding_top {padding-top: 4px}
.padding_top5 {padding-top: 5px}
.padding_top6 {padding-top: 6px}
.padding_top8 {padding-top: 8px}
.padding_top10 {padding-top: 10px}
.padding_top20 {padding-top: 20px}
.padding_bottom10 {padding-bottom: 10px}
.padding_modulo1 { padding-top: 11px; padding-bottom:11px; padding-left:11px; padding-right:10px;}
.padding_left25 {padding-left:25px;}
.padding_left_right25 {	padding-left:25px;padding-right: 25px;}
.padding_left_right15 {	padding-left:15px;	padding-right: 15px;}
.padding_left9 {	padding-left:9px;}
.padding_left12 {	padding-left:12px;}
.padding_left15 {	padding-left:15px;}
.padding_left18 {	padding-left:18px;}
.padding_right11 {	padding-right: 11px;}
.padding1 {	padding: 1px}
.padding_lt10 {	padding-top: 10px;	padding-left: 10px;}
.padding_left5 { padding-left:5px; }
.padding_right5 {	padding-right:5px;}
.padding_left10{ padding-left:10px; }
.padding_right10{ padding-right:10px; }
.padding20{padding:20px;}

/* FAMILIAS TIPOS ARIAL */
.trebuchet10_blanca {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #f3f3f3;
	text-decoration:none;
}
.trebuchet10_azul {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #006fb7;
	text-decoration:none;
}

.trebuchet14_azul_bold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #006fb7;
	text-decoration:none;
	font-weight:bold;
}
.trebuchet16_azul_bold {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #006fb7;
	text-decoration:none;
	font-weight:bold;
}
.arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	text-align:left;
}
.arial11_gris03{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dedede;
}

.arial11_gris03:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dedede;
	text-decoration:underline;
}
.arial11_gris03:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f8c700;
	text-decoration:underline;
}


.arial11_gris01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration:none;
}

.arial11_gris09 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration:none;
}


.arial11_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}

.arial14_bold_gris2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

.arial14_gris2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight:normal;
	text-decoration:none;
}


.arial11_naranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f8c700;
	text-decoration:none;
}

.arial11_celeste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #26A5DD;
	text-decoration:none;
}

a.arial11_celeste:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #26A5DD;
	text-decoration:none;
}

a.arial11_celeste:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #26A5DD;
	text-decoration:underline;
}

a.arial11_noticia:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #26A5DD;
	text-decoration:none;
}



a.arial11_bold:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}

a.arial11_bold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	text-decoration:underline;
}
a.arial11_bold:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}

.arial12_naranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fe6f0f;
	text-decoration:none;
}

.arial12_naranja:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fe6f0f;
	text-decoration:underline;
}

.arial12_azul2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a95b0;
	text-decoration:underline;
}

.arial12_azul2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a95b0;
	text-decoration:underline;
}


.jugador_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
.jugador_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #959494;
	text-decoration:none;
}
.arial20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	text-decoration:none;
}
.arial26 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #333333;
	text-decoration:none;
}
.arial26_rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FC5C27;
	text-decoration:none;
}
.arial20_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F3F3F3;
	text-decoration:none;
}
.arial16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration:none;
}
.arial16_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F3F3F3;
	text-decoration:none;
}
.arial14_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F3F3F3;
	text-decoration:none;
	font-weight: bold;
}

.arial16_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006fb7;
	text-decoration:none;
}


.arial16_azul_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006fb7;
	text-decoration:none;
	font-weight:bold;
}

.arial30_azul_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #006fb7;
	text-decoration:none;
	font-weight:bold;
}


.arial12_blanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
a.arial12_blanca:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}

a.arial12_blanca:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
	text-decoration:underline;
}


a.arial12_blanca:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration:underline;
}

.arial12_blanca02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9f9f9;
	text-decoration:none;
}

.arial11_blanca{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff !important;
	text-decoration:none;
}
.arial11_blanca:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff !important;
	text-decoration:none;
}


.numeros_cancha{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}
.arial12_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006fb7;
	text-decoration:none;
}

.arial13_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006fb7;
	text-decoration:none;
}


.arial_25_azul{
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	color: #006fb7;
}
.arial_25_gris{
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	color: #333333;
}



.trebuchet11_blanca2{
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #f3f3f3;
	text-decoration:none;
}
a.trebuchet11_blanca2{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #f3f3f3;
	text-decoration:none;
}
.trebuchet10_gris{
	font-family:"Trebuchet MS";
	font-size: 10px;
	color: #999999;
	text-decoration:none;
}
a.trebuchet10_gris{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999999;
	text-decoration:none;
}

.trebuchet12_gris{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}
.trebuchet13_gris{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	text-decoration:none;
}

.trebuchet13_azul{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #1398cc;
	text-decoration:none;
}

.trebuchet13_gris_up{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	text-decoration:none;
	text-transform:uppercase;
}


.trebuchet20_gris_bold{
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}
.trebuchet14_gris_bold{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

.trebuchet15_gris_bold{
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}
.trebuchet17_gris_bold{
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

.trebuchet22_gris_bold{
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #999999;
	text-decoration:none;
	font-weight:bold;
}


.trebuchet14_gris_bold{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #999999;
	text-decoration:none;
	font-weight:bold;	
}


.arial13_blanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration:none;
}
.arial12_gris01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}
.arial12_negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

a.arial12_negro:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

a.arial12_negro:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.arial11_gris02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}

a.arial11_gris02:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:none;
}
a.arial11_gris02:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
	text-decoration:underline;
}

a.arial11_gris02:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration:underline;
}

a.trebuchet9_gris02 {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #333333;
	text-decoration:none;
}
a.trebuchet9_gris02:link {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #333333;
	text-decoration:none;
}
a.trebuchet9_gris02:hover {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #333333;
	text-decoration:none;
}
a.trebuchet9_gris02:visited {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #333333;
	text-decoration:none;
}
.trebuchet9_rojo {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #FC5C27;
	text-decoration:none;
	line-height:11px;
}

.trebuchet26_rojo_bold {
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #ff0000;
	text-decoration:none;
	font-weight:bold;
}


.trebuchet20_rojo_bold {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #ff0000;
	text-decoration:none;
	font-weight:bold;
}


.trebuchet9_gris {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #333333;
	text-decoration:none;
}


.trebuchet9_blanco {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #ffffff !important;
	text-decoration:none;
}
.trebuchet11_rojo {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FC5C27;
	text-decoration:none;
}

a.trebuchet11_rojo:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC5C27;
	text-decoration:none;
}
.trebuchet11_blanco {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff !important;
	
}

.trebuchet13_blanco {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
}
.trebuchet12_blanco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}

.trebuchet11_blanco {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
	
}

a.trebuchet11_blanco:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC5C27;
	text-decoration:none;
}

a.arial11_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f0f0f0;
	text-decoration:none;
}
.arial_16_azul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0078b0;
	font-weight:bold;
}

.arial_12_gris7d{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d7d7d;
}


/* FORMULARIOS  */

.form {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	height:16px
}
.form2 {
	font-family:Tahoma;	
	font-size: 11px;	
	font-weight: normal;	
	color: #666666;	
	text-decoration: none;	
	border: 1px solid #f3f3f3;	
	background-color: #f3f3f3
}
.form3 {		
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: normal;	
	color: #666666;	
	text-decoration: none;	
	border: 1px solid #C9C9C9; 
	background-color: #E7E7E7;
}
.form4 {
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid e5e5e5;
	background-color: #f3f3f3
}
.form5 {
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	background-color: #f3f3f3;
	height: 15px;
	
}
.form_off {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #999999;	
	text-decoration: none;
	border: 1px solid #d6d6d6;
	background-color: #ebebeb;
	height:20px
}
.backtabla_liga {
	color: none;
}
.backtabla_liga_tablaprogramas {
	background-image: url(images/liga_barraback.gif);
	background-repeat: repeat-x;
}
.padding_top15 {
	padding-top: 20px
}

/* TABLA RESULTADOS */
.backtabla_resultados {
	padding: 0 11px 10px 11px;
	background-image: url(images/fdo_tabla_resultados.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.fdo_encabezado_tabla_resultados {
	background-image: url(images/fdo_encabezado_tabla_resultados.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.titulo_tabla_resultados {
	font-family:Arial, Helvetica, sans-serif;
	text-indent: 38px;
	font-size: 16px;
	color:#333333;}
	
table.tu_posicion {
	margin: 3px 0 3px 0;
	background-color:#227ba2;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#333333}

table.tu_posicion a, table.posiciones a, table.tabla_general_fechas a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#333333}

table.tu_posicion a:hover, table.posiciones a:hover, table.tabla_general_fechas a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#999999}


table td.conlinea 
	{border-left: 1px solid #333333;}
	
table.premios{
	/*background-color:#333333;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#333333;
	border: 1px solid #999999;
	}

table.premios tr	{border-bottom: 1px solid #333333;}

table.premios th	{
	background-repeat: repeat-x;
	background-position: left top;}

table.premios tr.encabezado {}

table.premios th.conlinea {
		border-left: 1px solid #999999;}

table.premios td.otros	{
	border-left: 1px solid #999999;
background-color:#E4E4E4;}

table.premios td.conlinea	{
	border-left: 1px solid #999999;
background-color:#f6f6f6;}

table.premios td.otros_sinlinea	{
background-color:#CCCCCC;}


table.posiciones {
	background-color:#26a5dd;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#333333}
	


table.posiciones tr	{border-bottom: 1px solid #333333;}



table.posiciones th	{
	background-repeat: repeat-x;
	background-position: left top;}

table.posiciones tr.encabezado {
	background-image: url(images/fdo_th_tabla_resultados.gif);}

table.posiciones th.conlinea {
		border-left: 1px solid #333333;
		background-color:#CCCCCC;}

table.posiciones td.otros	{
	border-left: 1px solid #333333;
background-color:#666666;}

table.posiciones td.otros_sinlinea	{
background-color:#CCCCCC;}


table.tabla_general_fechas {	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#333333}
	
.backtabla_armado_cartel {
	background-image: url(images/fondo_mensaje.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:50px;
	vertical-align:top;
	padding-top:10px;
}
.backtabla_alert {
	background-image: url(images/fondo_alert.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* FOOTER  */

.footer_1 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #024395;
	text-decoration: bold;
}
.footer_2 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
	text-decoration: bold;
}
a.footer_3 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #024395;
	text-decoration:none;
}
a.footer_3:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #024395;
	text-decoration:underline;
}


table.tabla_general_fecha {
	padding-top:10px;
	margin-bottom:20px;
	width: 667px;
	border-bottom: 1px solid #999999;}
	
table.tabla_general_fecha td.tg {
	padding: 7px;
	width: 20%;
	background-color:#e0e0e0;
	text-align:center;
	border-right: 1px solid #999999;
	
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	}
	
table.tabla_general_fecha td.tg_act {
	padding: 7px;
	width: 20%;
	background-color:#4297D2;
	text-align:center;
	border-right: 1px solid #999999;
	
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	}
	
table.tabla_general_fecha td.fech {
	padding: 7px;
	/*width: 35%;*/
	text-align:left;
	
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}

table.tabla_general_fecha td.fech_act {
	padding: 7px;
	background-color:#4297D2;
	/*width: 35%;*/
	text-align:left;
	
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}


table.tabla_general_fecha td.tg a, table.tabla_general_fecha td.fech a {
	font-family: Arial;
	font-size: 12px;
	color: #006FB7;
	font-weight:bold;
	text-decoration: underline;}
	
table.tabla_general_fecha td.tg a:hover, table.tabla_general_fecha td.fech a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;}
	

table.tabla_general_fecha td.tg_act a, table.tabla_general_fecha td.fech_act a {
	font-family: Arial;
	font-size: 12px;
	color: #d5d5d5;
	font-weight:bold;
	text-decoration: underline;}
	
table.tabla_general_fecha td.tg_act a:hover, table.tabla_general_fecha td.fech_act a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;}
	
	.ttl_mod{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#3078aa;
	padding-bottom:8px; padding-top:8px;
	}
	
	.copete_mod{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#4c4c4c;
	padding-left:5px; padding-right:5px; padding-bottom:8px;
	}
	.equipos_mod{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#4c4c4c;
	padding-left:5px; padding-right:5px; padding-bottom:5px; padding-top:5px;
	background-image:url(images/sep_mod.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	.equipos_mod_sin{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#4c4c4c;
	padding-left:5px; padding-right:5px; padding-bottom:5px; padding-top:5px;
		}
		
/*bases y condiciones*/

#cont_byc li{list-style-type:none; margin:3px 0 3px 0;}
#cont_byc{text-align:justify; padding:5px;}

/*Nuevo Header y Botonera*/
	.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
			.clearfix {display:inline-block;} 
			* html .clearfix {height: 1%;}
			.clearfix {display: block;}
			
			div, object, ul {margin:0; padding:0;}
			
			#menu_interna
			{
				width:955px;
				height:47px;
				background: url(images/top_barra_int.gif) top no-repeat;
				margin:0 auto;
			}
		    
			#menu_barra{
				margin:auto;
				background-color:#39332a;
			}
				
			#menu_barra li
			{	
				float:left;
				padding:10px 6px 0 6px;
				_padding:5px 6px 0 6px;
				list-style-type:none;
				background:transparent url(images/separador_menu.gif) right center no-repeat;
				
			}
			
			#menu_barra li.no_separador
			{	

				background:none;
			}
			#menu_barra li a{
				display:block;
				height:26px;
				float:left;
				text-decoration:none;
				color:#fff;
				font-family: Arial, Helvetica, sans-serif;
				font-size:13px;
				font-weight:bold;
				padding-top:5px;
			}
			
			#menu_barra li a.selected{
				display:block;
				height:26px;
				float:left;
				text-decoration:none;
				color:#ff9900;
				font-family: Arial, Helvetica, sans-serif;
				font-size:13px;
				font-weight:bold;
				padding-top:5px;
				background:transparent url(images/menu_selected.gif) center bottom no-repeat;
			}
			
			
			#menu_barra li a:hover{
				color:#ff9900;
			}
			
			#cont_header_flash{
				clear:left;
				width:955px;
				margin:0 auto;
			}
			.menu_barra_izq{
				background: transparent url(images/menu_barra_izq.gif) bottom left no-repeat;
				width:6px;
				height:31px;
				margin:0;
				padding:0;
			}
			.menu_barra_der{
				background: transparent url(images/menu_barra_der.gif) bottom right no-repeat;
				width:6px;
				height:31px;
				margin:0;
				padding:0;
			}


			
		
/*Botón Salir*/
#menu_barra li.salir a{
	text-indent:-3000;
	display:inline;
	position:absolute;
	margin:5px 0 0 4px;
	background: url(images/botonera/salir.gif) no-repeat;
	width:29px;
	height:24px;
}
#menu_barra li.salir a:hover{
	text-indent:-3000;
	display:inline;
	position:absolute;
	margin:5px 0 0 4px;
	background: url(images/botonera/salir_h.gif) no-repeat;
	width:29px;
	height:24px;
}
#menu_barra_en li.salir a{
	text-indent:-3000;
	display:inline;
	position:absolute;
	margin:5px 0 0 4px;
	background: url(images/botonera/salir.gif) no-repeat;
	width:29px;
	height:24px;
}
#menu_barra_en li.salir a:hover{
	text-indent:-3000;
	display:inline;
	position:absolute;
	margin:5px 0 0 4px;
	background: url(images/botonera/salir_h.gif) no-repeat;
	width:29px;
	height:24px;
}
#menu_barra_pt li.salir a{
	text-indent:-3000;
	display:inline;
	position:absolute;
	margin:5px 0 0 4px;
	background: url(images/botonera/salir.gif) no-repeat;
	width:29px;
	height:24px;
}
#menu_barra_pt li.salir a:hover{
	text-indent:-3000;
	display:inline;
	position:absolute;
	margin:5px 0 0 4px;
	background: url(images/botonera/salir_h.gif) no-repeat;
	width:29px;
	height:24px;
}



/*Listado más info - Loguin*/

div.accesos {
	display: block;
	width:140px;
	margin-bottom: 5px;
	}



div.accesos ul {padding:0;margin:0;list-style-type: square; color:#FFFFFF;}

div.accesos ul li {
	margin:0;
	padding: 3px 0 3px 0;
	display: block;
	overflow:hidden;
	color:#FFFFFF;
	}

div.accesos ul li a {
	margin:0;
	padding:0 0 0 12px;
	text-align:left;
	display: block;
	text-decoration:none;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #26A5DD;

	background:url(images/fdo_boolets.gif) top left no-repeat;}

div.accesos ul li a:hover{
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #26A5DD;
	text-decoration: underline;
}

/*error ligas*/
#error {
	background:transparent url(images/error_pass.gif) no-repeat;
	margin:5px auto;
	height:54px;
}

#error p{
	margin-left: 40px;
	padding-top:20px;
	font-weight:bold;
	color:#ff0000;
}


.padding_t7_b7_l10 {
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
}


.arial_13_blanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
/*Mensaje Ok Ligas*/


#msj_ok{
	background-image: url(images/ok_pass.gif);
	background-repeat: no-repeat;
	width:220px;
	height:54px;
	margin:auto;
}

#msj_ok p{
	text-align:center;
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#628c15;
	padding-left:40px;
	text-align:left;
}


#ingresar_ligas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration:none;
}

#ingresar_ligas:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #26A5DD;
}

.ul_error{
}

#divPaginador a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #188cc7;
	text-decoration:underline;
	font-weight:normal;
}

#divPaginador a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002a47;
	text-decoration: underline;
}

#divPaginador {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #333333;
}

/*Tabla Apuesta*/

.tabla_apuesta{
	margin-top:10px;
}

.tabla_apuesta th{

	border-right: dashed 1px #dadada;
	border-left: dashed 1px #dadada;
	color:#006fb7;
	font-weight:bold;
	background:#eaeaea;
	height:25px;
	padding-left:5px;
	text-align:left;
}

.tabla_apuesta td{
	border: dashed 1px #dadada;
	padding-left:5px;
}

#cont_apuesta{
	width:96%;
	margin:auto;
	
}

#cont_apuesta p{
	font-size:12px;
	text-align:left;
}

#cont_apuesta p span{
	font-weight:bold;
	color:#333333;
}

#img_apuesta{
margin-left:15px;

}

#te_uniste{
	background:url(images/fondo_alert.gif) no-repeat;
	width:620px;
	height:57px;
	margin:0;
	padding:0;
}

#te_uniste p{
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-top:20px;
}

/*Resultados Fechas*/


span.fecha_activa a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#f9f9f9;
	text-decoration:none;
	font-weight:bold;
}

a.fecha_activa:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#606060;
	text-decoration:none;
	font-weight:bold;
}

.fecha_inactiva{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

.fecha_seleccionada{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#606060;
	font-weight:bold;
	/*
	background-image:url(images/indicador.gif);
	background-repeat:no-repeat;
	background-position: center top;
	*/
}
.fecha_separador{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	text-decoration:none;
}
.fechas_titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#f3f3f3;
	font-weight:bold;
	margin-right:10px;
	margin-top:2px;
}
/*Transferencias*/
#cont_transf{
	width:910px;
	margin:auto;

}
#trans_col_der{
	width:370px;
	
}

#trans_col_izq{
	width:530px;
	

}

#trans_mod1_top{
	background:transparent url(images/trans_mod1_top.gif) bottom no-repeat;
	width:905px;
	height:12px;
	margin:0;
	padding:0;
	margin-top:10px;
}
#trans_mod1{
	background:transparent url(images/trans_mod1_fdo.gif) repeat-y;
	width:905px;
	margin:0;
	padding:0;
	text-align:left;
}
#trans_mod1_bottom{
	background:transparent url(images/trans_mod1_bottom.gif) top no-repeat;
	width:905px;
	height:12px;
	margin:0;
	padding:0;
}
.txt_centro_msj td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	padding:5px 0 0 5px;
}

.separador_v_gris2{background: url(images/separador_v_gris_fijo2.gif) center right no-repeat;}

#trans_cont_img_mod1{
	margin-left:10px;
	float:left;
	width:100px;
}
#trans_cont_img_mod1 img{
	display:block;
	width:80px;
	margin:5px auto;
}

#trans_cont_txt_mod1 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0078b0;
	padding:2px 5px 5px 5px;
	margin:0;
}

#trans_cont_txt_mod1 .tu_equipo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
	padding:0;
	margin:0;
}

#trans_cont_txt_mod1 .equipo_usuario{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0078b0;
	padding:0;
	margin:0;
	font-weight:bold;
}

#trans_mod2_top{
	background:transparent url(images/fdo_top_redondeado_blanco_360px.gif) top no-repeat;
	height:9px;
	width:364px;
	margin:0;
	padding:0;
	margin-top:10px;
}

#trans_mod2{
	background-color:#fff;
	width:364px;
	margin:0;
	padding:0;
	_margin-top:-5px;
}

.trans_mod2_tit{
	margin:0;
	padding:0 5px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d17d03;
}


#transno_mod_top{
	background:transparent url(images/fdo_top_redondeado_blanco_905px.gif) right no-repeat;
	height:9px;
	width:905px;
	margin:0;
	padding:0;
	margin-top:10px;
}

#transno_mod{
	background-color:#fff;
	width:905px;
	margin:0;
	padding:0;
	_margin-top:-5px;
}

.separador_h_transno{
	width:905px;
	margin:auto;
	height:1px;
}

.trans_mod2_bajada{
	color: #4e4e4e;
	font-size: 11px;
	margin:0;
	padding:0 5px 5px 10px;
	font-weight:bold;
}

.separador_h_mod2{
	width:345px;
	margin:auto;
	height:1px;
}
#trans_mod2_tab{
	width:345px;
	margin:auto;
	text-align:left;
}
 #trans_mod2_tab .trans_mod2_tab_c1{
	width:20px;

}
#trans_mod2_tab .trans_mod2_tab_c2{
	margin-left:10px;
	width:120px;
}

#trans_mod2_tab .trans_mod2_tab_c3{
	width:65px;
	margin-left:5px;
}
#trans_mod2_tab .trans_mod2_tab_c4{
	width:65px;
	margin-right:5px;
}

#trans_mod2_tab  .mod2_tab_titu{
	color:#0078b0;
	font-size:11px;
	font-weight:bold;
}


#trans_mod2_tab .trans_mod2_tab_link{
	text-decoration:none;
	color:#848282 !important;
	font-size:11px;
}

#trans_mod2_tab td{
font-size:11px;
color:#848282;
padding:3px 0 3px 0;
}

#mod_transferidos{
	background-color:#f4f4f4;
	width:340px;
	padding:10px;
	margin:0px 0 5px 0;

}

.trans_mod2_tit2{
	margin:15px 0 5px 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d17d03;

}

#trans_mod3_top{
	background:transparent url(images/fdo_top_redondeado_gris_360px.gif) top no-repeat;
	width:364px;
	height:9px;
	margin:0;
	padding:0;
	margin-top:10px;
}
#trans_mod3_bottom{
	background:transparent url(images/fdo_bottom_redondeado_gris_360px.gif) top no-repeat;
	width:364px; 
	height:9px;
	margin:0;
	padding:0;
}

#trans_mod3{
	background:transparent url(images/fdo_redondeado_gris_360px.gif) repeat-y;
	width:364px;
	margin:0;
	padding:0;
	_margin-top:-5px;
}

.trans_mod3_bajada{
	color: #4e4e4e;
	font-size: 11px;
	margin:0;
	padding:0;
	padding-right:10px;
}
.trans_mod3_titulo{
	color: #d17d03;
	font-size: 14px;
	font-weight:bold;
	margin:0;
	padding:0;
	padding: 0 10px 5px 0;
}

#trans_mod3 p{
	margin:0;
}
#trans_mod4_top{
	background:transparent url(images/fdo_top_redondeado_gris_530px.gif) top no-repeat;
	width:530px;
	height:9px;
	margin:0;
	padding:0;
	margin-top:10px;
}
#trans_mod4{
	background-color:#d3d3d3;
	width:530px;
	height:90px;
	margin:0;
	_margin-top:-5px;
	padding:0;
}
#trans_mod4_bottom{
	background:transparent url(images/fdo_bottom_redondeado_gris_530px.gif) top no-repeat;
	width:530px;
	margin:0;
	padding:0;
	height:9px;
}
#trans_mod4 p{
	margin:0 auto;
	padding:0;
	padding-bottom:10px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#848282;
	width:95%;
	
}
#trans_mod4 h4{
	margin:0 auto;
	padding:10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0078b0;
	width:95%;
	
}

#trans_mod5_top{
	width:217px;
	height:13px;
	margin: 10px 0 0 0;
	padding:0;
	background:transparent url(images/fdo_top_vainilla_azul.gif) bottom no-repeat;
}

#trans_mod5{
	width:217px;
	height:394px;
	margin:0;
	background:#203e62 url(images/fdo_deg_vainilla_azul.gif) top repeat-x;
}

#trans_mod5_bottom{
	width:217px;
	height:15px;
	background:transparent url(images/fdo_bottom_vainilla_azul.gif) top no-repeat;
}

#trans_mod5_transferencia_cont_top{
	width:200px;
	height:14px;
	margin: 10px 0 0 0;
	background:transparent url(images/fdo_top_redondeado_gris_200px.gif) bottom no-repeat;
	margin:auto;
}

#trans_mod5_transferencia_cont{
	width:200px;
	height:330px;
	margin:0;
	background:#203e62 url(images/fdo_deg_redondeado_gris_200px.gif) top repeat-x;
	margin:auto;
}

#trans_mod5_transferencia_cont_bottom{
	width:200px;
	height:13px;
	background:transparent url(images/fdo_bottom_redondeado_gris_200px.gif) top no-repeat;
	margin:auto;
}




.tit_transferencias{
	background:transparent url(images/tit_transferencias.gif) no-repeat;
	width:103px;
	height:21px;
	text-indent:-3000px;
	margin:0;
	margin:0 0 10px 10px;
	padding:0;
}

#trans_cont_sale{
	padding:5px 0 5px 0;
}


#trans_cont_sale #trans_cont_sale_col1{
	float:left;
	width:45px;
}

#trans_cont_sale #trans_cont_sale_col1 img{
	display:block;
	margin:auto;
	width:35px;
}

#trans_cont_sale #trans_cont_sale_col2  {
	float:left;
	width:155px;
}
#trans_cont_sale #trans_cont_sale_col2 h3 {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#800006;
	padding:0;
	margin:0;
}

#trans_cont_sale #trans_cont_sale_col2 p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#d00016;
	padding:0;
	margin:0;
}
#trans_cont_sale #trans_cont_sale_col2 p  span{
	color:#3c3c3c;
}

#trans_cont_entra{
	padding:5px 0 5px 0;

}


#trans_cont_entra #trans_cont_entra_col1{
	float:right;
	width:45px;
}

#trans_cont_entra #trans_cont_entra_col1 img{
	display:block;
	margin:auto;
	width:35px;
}

#trans_cont_entra #trans_cont_entra_col2  {
	float:right;
	width:155px;
}
#trans_cont_entra #trans_cont_entra_col2 h3 {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#164d0a;
	padding:0;
	margin:0 5px 0 5px;
	text-align:right;
}

#trans_cont_entra #trans_cont_entra_col2 p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#2a8f10;
	padding:0;
	margin:0 5px 0 5px;
	text-align:right;
}
#trans_cont_entra #trans_cont_entra_col2 p  span{
	color:#3c3c3c;
}

.btn_confirmar_transf{
	background:transparent url(images/btn_confirmar_transf.gif) no-repeat;
	display:block;
	width:184px;
	height:31px;
	text-indent:-3000px;
	margin:0 auto;
	margin-top:10px;
	padding:0;
	overflow:hidden;
}

.btn_confirmar_transf_pt{
	background:transparent url(images/btn_confirmar_transf_pt.gif) no-repeat;
	display:block;
	width:184px;
	height:31px;
	text-indent:-3000px;
	margin:0 auto;
	margin-top:10px;
	padding:0;
	overflow:hidden;
}


.btn_confirmar_transf_en{
	background:transparent url(images/btn_confirmar_transf_en.gif) no-repeat;
	display:block;
	width:184px;
	height:31px;
	text-indent:-3000px;
	margin:0 auto;
	margin-top:10px;
	padding:0;
	overflow:hidden;
}



#tranf_respuesta{
	width:200px;
	margin:0 auto;
}

#noHayMasTrans{
padding:10px;
text-align:center;
}
#noHayMasTrans p{

color:#fff;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
text-align:left;
}

.errores_transferencias li{
	list-style-type:none;
	margin:20px 6px 5px 6px;
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	

}

.separador_h_puntos_azul{
background:transparent url(images/fdo_linea_punteada_azul.gif) repeat-x; 
height:1px;
}

.btn_confirmar_otra_transf{
	background:transparent url(images/btn_confirmar_otra_transf.gif) no-repeat;
	display:block;
	width:193px;
	height:31px;
	text-indent:-3000px;
	margin:0 auto;
	margin-top:15px;
	padding:0;
}



#tranf_respuesta  p{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#f5f5f5;
	margin:0;
	padding:10px 0 10px 0;
	_padding:0px 0 10px 0;

}

#tranf_respuesta  h3{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#f5f5f5;
	text-align:center;
	margin:0;
	font-weight:normal;
	padding:10px 0 10px 0;
	_padding:0px 0 10px 0;
}
#tranf_respuesta  h3 span{
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#f5f5f5;
	text-align:center;
	display:block;
}

#tranf_respuesta  p span.bloque{
	display:block;
	padding:0;
	padding-bottom:5px;
	margin:0;
	font-weight:bold;
}

#transf_mod6{
	width:320px;
	padding-top:10px;
}

.trans_mod6_tab{
	width:290px;
	margin:auto;
	text-align:left;
}
 .trans_mod6_tab .trans_mod6_tab_c1{
	width:20px;

}
.trans_mod6_tab .trans_mod6_tab_c2{
	margin-left:10px;
	width:160px;
}

.trans_mod6_tab .trans_mod6_tab_c3{
	width:95px;
	margin-left:5px;
}


.trans_mod6_tab  .mod6_tab_titu{
	color:#0078b0;
	font-size:11px;
	font-weight:bold;
}


.trans_mod6_tab .trans_mod6_tab_link{
	text-decoration:none;
	color:#848282 !important;
	font-size:11px;
}

.trans_mod6_tab td{
font-size:11px;
color:#848282;
padding:3px 0 3px 0;
}

#transf_titu_mod6{
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#d17d03;
	padding:0;
	padding-bottom:2px;
	width:290px;
	margin: 0 auto;
}
.sep_mod6{
	height:1px;
	width:290px;
	margin:auto;
}

/*Panel Inicio*/

#cont_pInicio{
	width:910px;
	margin:auto;
}
/*Reseteo para los elementos contenidos en #cont_pInicio */
#cont_pInicio p, #cont_pInicio h3, #cont_pInicio h4,  #cont_pInicio ul, #cont_pInicio li {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	list-style:none;
	text-align:left;
}
.separador_v_gris{background: url(images/separador_v_gris_fijo.gif) top right no-repeat;}

#pInicio_barra_top_mod1{
	width:230px;
}

#pInicio_barra_top_mod1_img{
	width:85px;
	float:left;
}

#pInicio_barra_top_mod1_txt{
	width:145px;
	float:left;
}

#pInicio_barra_top_mod1_txt p{
	font-size:12px;
	color:#5e5e5e;

}
#pInicio_barra_top_mod1_txt h3{
	font-size:16px;
	color:#0078b0;
	margin:0 0 5px 0;
	font-weight:bold;
}
#pInicio_barra_top_mod1_txt h4{
	font-size:14px;
	color:#0078b0;
	font-weight:bold;
}
/*Varios Idiomas*/
#pInicio_barra_top_mod2{
	background:transparent url(images/fdo_transferencias.gif) left no-repeat;
	height:92px;
	visibility:visible;
}
#pInicio_barra_top_mod2_pt{
	background:transparent url(images/fdo_transferencias_pt.gif) left no-repeat;
	height:92px;
}
#pInicio_barra_top_mod2_en{
	background:transparent url(images/fdo_transferencias_en.gif) left no-repeat;
	height:92px;
}

#pInicio_barra_top_mod2 p{
	width:220px;
	font-size:12px;
	color:#5e5e5e;
	padding:35px 0 0 90px;
}

#pInicio_barra_top_mod2 p span{
	font-weight:bold;
}

#pInicio_barra_top_mod3{
	background:transparent url(images/fdo_prox_transf.gif) left no-repeat;
}

#pInicio_barra_top_mod3 ul{
	margin:10px 0 0 80px;
	color:#0078b0;
	font-size:12px;
}

#pInicio_barra_top_mod3 ul li span{
	
	color:#ff0000;
	font-size:17px;
	font-weight:bold;
	padding-left:5px;
}

#pInicio_mod4_cont_fdo{
	background:transparent url(images/fdo_degrade_pinicio_mod4.gif) top no-repeat;
	width:359px;
	
}

#pInicio_mod4{
background:transparent url(images/fdo_degrade_1px_pinicio_mod4.gif) repeat-y;
width:359px;
}

#pInicio_mod4_bottom{
background:transparent url(images/fdo_bottom_pinicio_mod4.gif) no-repeat;
width:359px;
height:18px;
}
#pInicio_mod4_cont_fdo h3{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 5px 10px;
}

#pInicio_mod4_cont_fdo #pInicio_mod4_lista{
	margin:5px 0 0 10px;
	width:330px;
	color:#fff;
}
#pInicio_mod4_cont_fdo #pInicio_mod4_lista  li{
	padding:8px 0 8px 0;
}
#pInicio_mod4_cont_fdo #pInicio_mod4_lista span{
	color:#bababa;
	font-size:10px;
}
#pInicio_mod4_cont_fdo #pInicio_mod4_lista h4{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

#pInicio_mod4_cont_fdo #pInicio_mod4_lista p{
	color:#e4e4e4;
	font-size:11px;
}

#pInicio_mod5{
	background:transparent url(images/fdo_resumen_semana.gif) top no-repeat;
	width:359px;
	height:337px;
	margin-top:15px;

}

#pInicio_mod5 h3{
	color:#0078b0;
	font-size:16px;
	font-weight:bold;
	width:310px;
	margin:0 auto;
	padding-top:20px;
}
#pInicio_mod5_cont_video{
	width:310px;
	margin:0 auto;
	padding-top:10px;
}

#pInicio_mod6_cont_fdo{
	background:transparent url(images/fdo_pinicio_mod6_top.gif) top no-repeat;
	width:227px;
	height:416px;
}

#cont_pInicio #pInicio_mod6{
background:transparent url(images/fdo_pinicio_mod6_medio.gif) repeat-y;
width:227px;

}

#pInicio_mod6_bottom{
background:transparent url(images/fdo_pinicio_mod6_bottom.gif) no-repeat;
width:227px;
height:16px;
}


#pInicio_mod6_cont_fdo  .tit_tu_equipo {
	background:transparent url(images/tit_tu_equipo.gif) bottom no-repeat;
	text-indent:-3000px;
	width:71px;
	height:30px;
	margin-left:10px;
}
#pInicio_mod6_cont_fdo  .tit_tu_equipo_pt {
	background:transparent url(images/tit_tu_equipo_pt.gif) top no-repeat;
	text-indent:-3000px;
	width:85px;
	height:20px;
	margin-left:10px;
}
#pInicio_mod6_cont_fdo  .tit_tu_equipo_en {
	background:transparent url(images/tit_tu_equipo_en.gif) top no-repeat;
	text-indent:-3000px;
	width:85px;
	height:20px;
	margin-left:10px;
}

#pInicio_mod6_cont_fdo .bajada_tu_equipo{
	margin:5px 0 0px  10px;
	color:#4e4e4e;
	font-size:11px;
}


#pInicio_mod6_cont_fdo ul{
	width:172px;
	float:left;
}
#pInicio_mod6_cont_fdo ul li{
	margin:5px 10px 5px 0;
	_margin:1px 10px 2px 0;
	color:#0078b0;
	font-size:11px;
}

#pInicio_mod6_cont_fdo ul li span{
	color:#4e4e4e;
}
#pInicio_mod6_cont_fdo ul li span.txt_formacion{
	color:#4e4e4e;
	font-weight:bold;
	font-size:14px;
}
#pInicio_mod6_cont_fdo ul li span.txt_alineacion{
	color:#0078b0;
	font-weight:bold;
	font-size:13px;
}

#pInicio_mod6_cont_fdo  #cont_img_mod6{
	width:55px;
	float:left;
}
#pInicio_mod6_cont_fdo  #cont_img_mod6 img{
	display:block;
	margin: 5px 0 0 10px;
}

.inicio_mod7{
	background:transparent url(images/banner_video_tutorial_fondo.jpg) top no-repeat;
	width:700px;
	height:318px;


}

.inicio_mod702{
	background:transparent url(images/banner_video_tutorial_fondo02.jpg) top no-repeat;
	width:700px;
	height:318px;


}

.inicio_mod7_h3{
	color:#0078b0;
	font-size:16px;
	font-weight:bold;
	padding-top:30px;
	padding-bottom:10px;
	}

.separador_h_pInicio_mod6{
	background: url(images/separador_h.gif) repeat-x;
	height:1px;
	width:205px;
	margin:2px 0 2px 10px;
	clear:left;
	
}

#pInicio_mod6_cont_fdo #pInicio_mod6_listaJug{
	width:205px;
	margin:0px 0 0px 10px;
	_margin-left:5px;
}

#pInicio_mod6_cont_fdo .pInicio_mod6_tit, #pInicio_mod7_cont_fdo .pInicio_mod7_tit, #pInicio_mod8 .pInicio_mod8_tit{
	margin-top: 25px;
	text-align:center;
	color:#006FB7;
	font-size:14px;
	font-weight:bold;
}


#pInicio_mod6_cont_fdo .bajada_tu_equipo_inicio, #pInicio_mod7_cont_fdo .bajada_tu_equipo_inicio{
	padding: 15px;
	text-align:center;
	color:#4e4e4e;
	font-size:12px;
}





#pInicio_mod6_cont_fdo #pInicio_mod6_listaJug li{
	width:205px;
	#margin:0;
	#padding:0;

}
#pInicio_mod6_cont_fdo #pInicio_mod6_listaJug li.tit{
	width:205px;
	margin:0 0 5px  0;
	#margin:0 0 3px  0;
	padding:0;
}

#pInicio_mod6 #pInicio_mod6_cont_fdo #pInicio_mod6_listaJug h4.pInicio_mod6_tit_jug , #pInicio_mod6 #pInicio_mod6_cont_fdo #pInicio_mod6_listaJug p.pInicio_mod6_jug {
	float:left;
	width:130px;
	margin-right:10px;
}

#pInicio_mod6 #pInicio_mod6_cont_fdo #pInicio_mod6_listaJug h4.pInicio_mod6_tit_pos,#pInicio_mod6 #pInicio_mod6_cont_fdo #pInicio_mod6_listaJug p.pInicio_mod6_pos{
	float:left;
	width:65px;
}

#pInicio_mod6 #pInicio_mod6_cont_fdo #pInicio_mod6_listaJug h4.pInicio_mod6_tit_pos, #pInicio_mod6 #pInicio_mod6_cont_fdo #pInicio_mod6_listaJug h4.pInicio_mod6_tit_jug{
	color:#b70000;
	font-weight:bold;
	font-size:11px;
}

#pInicio_mod6 #pInicio_mod6_cont_fdo #pInicio_mod6_listaJug p.pInicio_mod6_jug, #pInicio_mod6 #pInicio_mod6_cont_fdo #pInicio_mod6_listaJug p.pInicio_mod6_pos{
	color:#848282;
	font-size:11px;
} 


.bot_ir_a_titulares{
	background:transparent url(images/bot_ir_a_titulares.gif) no-repeat;
	width:93px;
	height:11px;
	text-indent:-3000px;
	display:block;
	float:right;
	margin:5px 10px 5px 0;
	_margin:0px 5px 0px 0;
	
	
}

.bot_ir_a_titulares_pt{
	background:transparent url(images/bot_ir_a_titulares_pt.gif) no-repeat;
	width:96px;
	height:13px;
	text-indent:-3000px;
	display:block;
	float:right;
	margin:5px 10px 5px 0;
	_margin:0px 5px 0px 0;
}

.bot_ir_a_titulares_en{
	background:transparent url(images/bot_ir_a_titulares_en.gif) no-repeat;
	width:109px;
	height:13px;
	text-indent:-3000px;
	display:block;
	float:right;
	margin:5px 10px 5px 0;
	_margin:0px 5px 0px 0;
}



#pInicio_mod7_cont_fdo{
	background:transparent url(images/fdo_pinicio_mod7_top.gif) top no-repeat;
	width:265px;
	height:414px;
	
}

#pInicio_mod7{
background:transparent url(images/fdo_pinicio_mod7_medio.gif) repeat-y;
width:265px;
}

#pInicio_mod7_bottom{
background:transparent url(images/fdo_pinicio_mod7_bottom.gif) no-repeat;
width:265px;
height:22px;
}

#pInicio_mod7_encabezado{
background:transparent url(images/fdo_canchita02.gif) right  no-repeat;
height:70px;
padding:15px 5px 0;
width:240px;

}

.tit_los_que_mas_sumaron{
	background:transparent url(images/tit_los_que_mas_sumaron.gif) right no-repeat;
	width:100px;
	height:33px;
	text-indent:-3000px;
	display:block;
	margin:5px 0 0 10px;
	
}

#pInicio_mod7_encabezado .bajada_los_que_mas_sumaron{
	color:#4e4e4e;
	font-size:11px;
	padding:5px 0 0 10px;
}

/*accordeon*/
#accordeon{
	width:237px;
	margin:20px 0 0 8px;

}
.accordeon_cerrar, .accordeon_abrir{
	width:237px;
	height:24px;
	display:block;
	margin:5px 0 5px 0;
	text-decoration:none;
}
.accordeon_cerrar span, .accordeon_abrir span{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:3px 0 0 8px;
	display:block;
}

.accordeon_cerrar{
	background:transparent url(images/accordion_cerrar.gif) no-repeat;
}
.accordeon_abrir{
	background:transparent url(images/accordion_abrir.gif) no-repeat;
}


#banner728x90_bottom{
	background-color:#eaeaea;
	height:120px;
	
}
#cont_banner728x90_bottom{
	background-color:#ff9900;
	height:90px;
	width:728px;
	margin: 10px auto;
	
}

#pInicio_mod7 #pInicio_mod7_cont_fdo #accordeon ul.cont_accordeon .pInicio_mod7_jug_tit, #pInicio_mod7 #pInicio_mod7_cont_fdo #accordeon div.panelBody ul.cont_accordeon .pInicio_mod7_jug{
	float:left;
	width:170px;
	margin-right:10px;
	padding-left:5px;
}

#pInicio_mod7 #pInicio_mod7_cont_fdo #accordeon ul.cont_accordeon .pInicio_mod7_puntos_tit, #pInicio_mod7 #pInicio_mod7_cont_fdo #accordeon  div.panelBody  ul.cont_accordeon .pInicio_mod7_puntos{
	float:left;
	width:45px;
	padding-left:5px;
}

#pInicio_mod7 #pInicio_mod7_cont_fdo #accordeon ul.cont_accordeon .pInicio_mod7_puntos_tit, #pInicio_mod7 #pInicio_mod7_cont_fdo #accordeon div.panelBody  ul.cont_accordeon .pInicio_mod7_jug_tit {
	color:#0078b0;
	font-weight:bold;
	font-size:11px;
}

#pInicio_mod7 #pInicio_mod7_cont_fdo #accordeon div.panelBody   ul.cont_accordeon .pInicio_mod7_jug p{
	color:#848282;
	font-size:11px;

}

#pInicio_mod7 #pInicio_mod7_cont_fdo #accordeon  div.panelBody  ul.cont_accordeon .pInicio_mod7_jug p span{
	color:#d17d03;
	font-size:11px;

}
#pInicio_mod7 #pInicio_mod7_cont_fdo #accordeon  div.panelBody  ul.cont_accordeon .pInicio_mod7_puntos p{
	color:#b70000;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

#pInicio_mod7 #pInicio_mod7_cont_fdo #accordeon  div.panelBody  ul.cont_accordeon .fdo_gris{
	background-color:#dcdcdc;

}

#pInicio_mod7 #pInicio_mod7_cont_fdo #accordeon  div.panelBody  ul.cont_accordeon li {
	margin:2px 0 2px 0;

}

#pInicio_mod8{
	margin:10px 0 0 20px;
	padding: 10px 10px 0 20px;
	width:482px !important;
	width:512px;
	width/**/:/**/482px;
	background:transparent url(images/fdo_pinicio_mod8_top.gif) top no-repeat;
}

#pInicio_mod8_bottom{
	margin-left:20px;
	background:transparent url(images/fdo_pinicio_mod8_bottom.gif) no-repeat;
	padding: 0 10px 0 20px;
	width:482px !important;
	width:512px;
	width/**/:/**/482px;
	height: 22px;

}

#pInicio_mod8 .bajada_tu_equipo_inicio {
	color:#4e4e4e;
	font-size:12px;
}

#pInicio_mod8 .pInicio_mod8_tit {
	margin-top:5px;
	text-align:left;
	color:#006FB7;
	font-size:14px;
	font-weight:bold;
}

#pInicio_mod8 .pInicio_mod8_bajada{
	color:#4e4e4e;
	font-size:11px;
	font-weight:bold;
}

.bot_ver_todas_ligas{
	background:transparent url(images/bot_ver_ligas_todas.gif) no-repeat;
	width:251px;
	height:24px;
	text-indent:-3000px;
	display:block;
	margin-top:10px;
}

.bot_ver_todas_ligas_pt{
	background:transparent url(images/bot_ver_ligas_todas_pt.gif) no-repeat;
	width:251px;
	height:24px;
	text-indent:-3000px;
	display:block;
	margin-top:10px;
}

.bot_ver_todas_ligas_en{
	background:transparent url(images/bot_ver_ligas_todas_en.gif) no-repeat;
	width:251px;
	height:24px;
	text-indent:-3000px;
	display:block;
	margin-top:10px;
}

/*Solapa Resultados*/
#cont_solapas_resultados div, #cont_solapas_resultados ul, #cont_solapas_resultados li, #cont_solapas_resultados span{
				margin:0; 
				padding:0;
				list-style:none;
			}
			#cont_solapas_resultados_top{
			background:transparent url(images/solapa_resultados/fdo_resultados_top.gif) bottom no-repeat;
			height:15px;
			width:#700px;
			
			}
			
			#cont_solapas_resultados {
				background-color:#525254;
				width:#700px;
				}
			
			/*Vainilla General*/
			.cuerpo_solapas_0 .cuerpo_solapas_rl, .cuerpo_solapas_1 .cuerpo_solapas_rl, .cuerpo_solapas_2 .cuerpo_solapas_rl{
				height:37px;
				width:5px;
			}
			.cuerpo_solapas_0 .cuerpo_solapas_cont, .cuerpo_solapas_1 .cuerpo_solapas_cont, .cuerpo_solapas_2 .cuerpo_solapas_cont {
				width:666px;
				height:27px;
				padding:5px;
				
			}		
			.cuerpo_solapas_0 .cuerpo_solapas_rr, .cuerpo_solapas_1 .cuerpo_solapas_rr, .cuerpo_solapas_2 .cuerpo_solapas_rr {
				height:37px;
				width:5px;
			}
			
			/*Vainilla Colores*/
			.cuerpo_solapas_0 .cuerpo_solapas_rl{background:transparent url(images/solapa_resultados/cuerpo_solapas_rl_0.gif) top left no-repeat;}
			.cuerpo_solapas_0 .cuerpo_solapas_cont {background-color:#242424;}		
			.cuerpo_solapas_0 .cuerpo_solapas_rr{background:transparent url(images/solapa_resultados/cuerpo_solapas_rr_0.gif) top right no-repeat;}
			
			.cuerpo_solapas_1 .cuerpo_solapas_rl{background:transparent url(images/solapa_resultados/cuerpo_solapas_rl_1.gif) top left no-repeat;}
			.cuerpo_solapas_1 .cuerpo_solapas_cont {background-color:#6bb6d9;}		
			.cuerpo_solapas_1 .cuerpo_solapas_rr{background:transparent url(images/solapa_resultados/cuerpo_solapas_rr_1.gif) top right no-repeat;}
			
			.cuerpo_solapas_2 .cuerpo_solapas_rl{background:transparent url(images/solapa_resultados/cuerpo_solapas_rl_2.gif) top left no-repeat;}
			.cuerpo_solapas_2 .cuerpo_solapas_cont {background-color:#94bd54;}		
			.cuerpo_solapas_2 .cuerpo_solapas_rr{background:transparent url(images/solapa_resultados/cuerpo_solapas_rr_2.gif) top right no-repeat;}
			
			/*Solapas*/
			
			#cont_solapas_resultados #solapas_resultados li{
				float:left;
				margin:0 0 0 20px;
			}
			
			#cont_solapas_resultados #solapas_resultados li td a{
				color:#fff;
				text-decoration:none;
				font-size:14px;
				font-weight:600;
				font-family: Arial, Helvetica, sans-serif;
			}
			
			#cont_solapas_resultados #solapas_resultados .solapa_off .solapa_rl, #cont_solapas_resultados #solapas_resultados .solapa_0 .solapa_rl, #cont_solapas_resultados #solapas_resultados .solapa_1 .solapa_rl, #cont_solapas_resultados #solapas_resultados .solapa_2 .solapa_rl{
				width:10px;
				height:30px;
			}
			#cont_solapas_resultados #solapas_resultados .solapa_off .solapa_cont, #cont_solapas_resultados #solapas_resultados .solapa_0 .solapa_cont, #cont_solapas_resultados #solapas_resultados .solapa_1 .solapa_cont #cont_solapas_resultados #solapas_resultados .solapa_2 .solapa_cont{
				height:30px;
			}
			#cont_solapas_resultados #solapas_resultados .solapa_off .solapa_rr, #cont_solapas_resultados #solapas_resultados .solapa_0 .solapa_rr, #cont_solapas_resultados #solapas_resultados .solapa_1 .solapa_rr, #cont_solapas_resultados #solapas_resultados .solapa_2 .solapa_rr{
				height:30px;
				width:10px;
			}
			
			/*Solapas colores*/
			#cont_solapas_resultados #solapas_resultados .solapa_off .solapa_rl{background:transparent url(images/solapa_resultados/solapa_rl_off.gif) bottom left no-repeat;}
			#cont_solapas_resultados #solapas_resultados .solapa_off .solapa_cont{background:transparent url(images/solapa_resultados/solapa_rc_off.gif) bottom  repeat-x;}
			#cont_solapas_resultados #solapas_resultados .solapa_off .solapa_rr{background:transparent url(images/solapa_resultados/solapa_rr_off.gif) right bottom  no-repeat;}
			
			#cont_solapas_resultados #solapas_resultados .solapa_0 .solapa_rl{background:transparent url(images/solapa_resultados/solapa_rl_0.gif) bottom left no-repeat;}
			#cont_solapas_resultados #solapas_resultados .solapa_0 .solapa_cont{background:transparent url(images/solapa_resultados/solapa_rc_0.gif) bottom  repeat-x;}
			#cont_solapas_resultados #solapas_resultados .solapa_0 .solapa_rr{background:transparent url(images/solapa_resultados/solapa_rr_0.gif) right bottom  no-repeat;}
			
			#cont_solapas_resultados #solapas_resultados .solapa_1 .solapa_rl{background:transparent url(images/solapa_resultados/solapa_rl_1.gif) bottom left no-repeat;}
			#cont_solapas_resultados #solapas_resultados .solapa_1 .solapa_cont{background:transparent url(images/solapa_resultados/solapa_rc_1.gif) bottom  repeat-x;}
			#cont_solapas_resultados #solapas_resultados .solapa_1 .solapa_rr{background:transparent url(images/solapa_resultados/solapa_rr_1.gif) right bottom  no-repeat;}
			
			#cont_solapas_resultados #solapas_resultados .solapa_2 .solapa_rl{background:transparent url(images/solapa_resultados/solapa_rl_2.gif) bottom left no-repeat;}
			#cont_solapas_resultados #solapas_resultados .solapa_2 .solapa_cont{background:transparent url(images/solapa_resultados/solapa_rc_2.gif) bottom  repeat-x;}
			#cont_solapas_resultados #solapas_resultados .solapa_2 .solapa_rr{background:transparent url(images/solapa_resultados/solapa_rr_2.gif) right bottom  no-repeat;}
			
			/*Hover*/
				
			#cont_solapas_resultados #solapas_resultados li.solapa_off td a:hover{
				color:#333333;
			}
			
			.logout{
				color:#ff9900 !important;
				font-family: Arial, Helvetica, sans-serif;
				font-size:11px;
				font-weight:bold;
				text-decoration:none;
			
			}
			
			
/*HEADER SUDAMERICANA*/		
 
.pngFix{
	behavior: url(js/iepngfix.htc)
}
 
 #header_champions{
 	background:#333333 url(images/fdo_header_inicio_champions.jpg) no-repeat;
	height:176px;

 }
.logo_liga_fantastica{
	padding:10px 0 0 20px;
	margin:0;
} 			
.logo_liga_fantastica h1{
	background: transparent url(images/logo_liga_fantastica.png) no-repeat;
	width:130px;
	height:143px;
	overflow:hidden;
	text-indent:-3000px;
	margin:0;
	padding:0;
	behavior: url(js/iepngfix.htc)
}

#login_s .izq{
	background: transparent url(images/fdo_redondeado_gris_izq.gif) bottom no-repeat;
	width:10px;
	
	
}	

#login_s .der{
	background: transparent url(images/fdo_redondeado_gris_der.gif) bottom no-repeat;
	width:10px;
	
	
}				
#login_s td{
	background: transparent url(images/fdo_redondeado_gris_centro.gif) bottom repeat-x;
	padding:5px 0;
	margin:0;
}	
#login_s form{
	margin:0;
	padding:0 0 5px 0;
	
}
		
#login_s form label{
	color:#ffffff;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 5px;
	margin:0;
}


#login_s form input.inpt_password, #login_s form input.inpt_mail{
	height:16px;
	background-color:#656565;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}	

 #login_s form input.inpt_mail{
	width:90px;
}	

 #login_s form input.inpt_password{
	width:60px;
	margin-right:5px;
}	

.idomas_s{
	color:#ffffff;
	font-size:10px;
	padding-left:10px;
}
.idomas_s a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff !important;
	font-size:10px;
}	

.idomas_s .idioma_selected{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#00a8ff;
	text-decoration:none;
	cursor:default;
}

.sponsors_s td{
	padding:20px;
	
}

/*Menu*/
    #menu_s {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  margin-left:10px;

      }
    #menu_s ul {
      margin:0px;
      padding:0;
      list-style:none;
      }
    #menu_s li {
      float:left;
      background:url("images/menu_s_right.gif") right top no-repeat ;
      margin:0 2px;
      padding:0;
	  
      }
    #menu_s a {
      display:block;
      background:url("images/menu_s_left.gif")  left top no-repeat;
      padding:5px 8px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size:13px;
	  color:#242424;
	  text-decoration:none;
	  
      }
	  
	  #menu_s .menu_s_on  {
      float:left;
      background:url("images/menu_s_right_on.gif") right top no-repeat ;
      margin:0 2px;
      padding:0;
      }
    #menu_s  .menu_s_on a {
      display:block;
      background:url("images/menu_s_left_on.gif")  left top no-repeat;
      padding:5px 8px;
	  font-size:13px;
	  color:#fcb131;
	  font-weight:bold;
      }
	  
/*Inicio SUDAMERICANA*/

	  .inico_menu_s_top{
	  	 background:url("images/fdo_vainilla_ancha_gris_top.gif")   bottom no-repeat;
		 width:935px;
		 height:10px;
		 margin:10px 0 0 0;
		 padding:0;
	  }
	  
	  .inicio_menu_s_cont{
	  	background-color:#252525;
		width:935px;
		margin:0;
		padding:0;
		
	  }
	.inicio_menu_s_bottom{
	  	 background:url("images/fdo_vainilla_ancha_gris_bottom.gif")  top no-repeat;
		 width:935px;
		 height:10px;
		 margin:0 ;
		 padding:0;
	  }
	  
	  .inicio_menu_s_top2{
	  	 background:url(images/fdo_vainilla_ancha_negro_top.gif)  bottom no-repeat;
		 width:935px;
		 height:10px;
		 margin:5px 0 0 0;
		 padding:0;
	  }
	  


	  .inicio_menu_s_bottom2{
	  	 background:url(images/fdo_vainilla_ancha_negro_bottom.gif)  top no-repeat;
		 width:935px;
		 height:10px;
		 margin:0 ;
		 padding:0;
	  }
	  
	 .inicio_panelusuario_bottom{
		background-color:#060605;
		width:935px;
	 }
	  .inicio_panelusuario_bottom_msj h3{
		margin:0;
		padding:0;
		color:#24a3df;
		font-size:16px;
		padding-top:5px;
	  }

		
		.inicio_panelusuario_bottom_msj p{
		margin:0;
		padding:0;
		color:#ffffff;
		font-size:13px;
	  }
	  
	
	  
	  .inicio_panelusuario_bottom_tip h3{
		margin:0;
		padding:0;
		color:#24a3df;
		font-size:16px;
		padding-top:5px;
	  }
	 
	 .inicio_panelusuario_bottom_tip form{
		margin:0;
		padding:0;
	  }
	  
	  .tip_textarea{
		width:330px;
		height:30px;
		background-color:#313130;
		border:none;
		padding:5px;
		color:#ffffff;
		margin-top:5px;
		font-size:11px;
		overflow:hidden;
	  }
	  
	  .inicio_panelusuario_bottom_tip_respuesta div{
		margin:0;
		padding:0;

	  }
	  .inicio_panelusuario_bottom_tip_respuesta div span{
		color:#24a3df;
		font-size:16px;
		font-weight:bold;

	  }
	  	  .inicio_panelusuario_bottom_tip_respuesta div a{
		color:#ffffff !important;
		font-size:11px;
		text-decoration:none !important;

	  }
	  .inicio_panelusuario_bottom_tip_respuesta p{
		color:#ffffff;
		margin:0;
		padding:5px 10px 0 0;
		font-size:11px;
		
	  }
	  #inicio_s_cont_foto{
	  	background:url("images/fdo_camara_foto_user.jpg") no-repeat;
		width:158px;
		height:91px;
	  }
	  
	   #inicio_s_cont_foto img{
	  	display:block;
		width:100px;
		height:76px;
		padding:10px 0 0 10px;
	  }
	  
	  
	  .inicio_s_info_usuario{
	  	padding-left:15px;
		
	  }
	  .inicio_s_info_usuario p{
	  	padding:2px 0;
		margin:0;
		color:#e8e8e8;
		font-family: Arial, Helvetica, sans-serif;
	  	font-size:13px;
		
	  }

	  .inicio_s_info_usuario h3{
	  	padding:2px 0;
		margin:0;
		color:#f59203;
		font-family: Arial, Helvetica, sans-serif;
	  	font-size:14px;
		font-weight:bold;
		
	  }
	   .inicio_s_info_usuario_menu {
	  	color:#ffffff;
		font-size:11px;
		font-family: Arial, Helvetica, sans-serif;
	  }

	  .inicio_s_info_usuario_menu a{
	  	color:#ffffff !important;
		text-decoration:none;
		font-size:11px;
		font-family: Arial, Helvetica, sans-serif;
	  }
	  
	.inicio_s_info_usuario_menu a.arial_rojo_11{
	  	color:#ff2400;
		font-size:11px;
		font-family: Arial, Helvetica, sans-serif;
	  }
	.inicio_s_cont_premios  .inicio_s_premios{
		padding:5px 0px 0 0px;
		text-align:center;
	  	color:#ffffff;
		font-size:13px;
		font-family: Arial, Helvetica, sans-serif;	
		font-weight:bold;	
	}

.inicio_s_cont_premios  tr td{
		padding:0px;
		text-align:center;
	  	color:#ffffff;
		font-size:13px;
		font-family: Arial, Helvetica, sans-serif;	
		font-weight:bold;	
	}
	
	
.inicio_s_puntos_usuario p{
	margin:0;
	padding:5px 3px;
	color:#ffffff;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;	
	
}	

.inicio_s_puntos_usuario p b{
	color:#e68a03;

}

.inicio_s_transferencias{
	color:#ffffff;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px 3px;
}	


.inicio_s_transferencias a{
	color:#24a3df !important;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}	
#popup_avatar{
	width:360px;
	height:260px;
	padding:10px;
	background-color:#252525;
}

.popoup_avatar_examinar{
	display:block;
	height:20px;
	margin:15px 0 5px 0;
	
}	

.popup_avatar_txt{
	color:#ffffff;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
}
.popup_avatar_error{
	color:#ff0000;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	padding-bottom:5px;
}

#popup_logros{
	width:300px;
	height:425px;
	padding:10px;
	background-color:#151515;
	color:#ffffff;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
#popup_logros td{
	padding:0px 0;
}



.popup_logros_txt{
	padding:5px;
}


#popup_avatar_respuesta{
	color:#ffffff;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}



/*Home Sudamericana 2009*/

#fdo_home_s{
	background:#000000 url("images/fdo_deg_home_s.jpg") top repeat-x;
	width:980px;
}
 
.home_s_logo_liga{
	background:transparent url("images/login_home_logo_liga.jpg") top no-repeat;
	width:240px;
	height:360px;
}
.home_s_fdo_login{
	background:transparent url("images/login_home_s_fdo.jpg") top no-repeat;
	width:320px;
	height:360px;
	padding:0;
}
 
.home_s_login{
	padding:0;
	margin:0;
	
} 
.home_login_input_email label, .home_login_input_password label {
	display:block;
	color:#ffffff;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 0;
}

.lnk_olvide_contrasenia{
	color:#ffffff !important;
	font-size:11px;

}

.form_error_rojo{
	color:#ed1b2e;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}

.home_login_input_email input,.home_login_input_password input {
	display:block;
	color:#131414;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border:none;
	height:18px;
	width:190px;
	padding:3px 0;
}

.home_login_input_email p,.home_login_input_password p {
	color:#ed1b2e;
	font-size:11px;
	margin:0;
	padding:3px 0 0 0;
	visibility:hidden;
}

.home_login_botones{
	padding:10px 0 ;
	vertical-align:middle;
}
.home_login_botones{
	margin:0;
	padding:4px 0;
	
} 

.home_login_botones a{
	color:#131414 !important;
	font-size:11px;
	text-decoration:none;
	
}
.home_cont_boton_inscribite{
	padding-top:5px;
	
}
.home_s_cont_login{
padding-left:30px;
}
.sponsors_s_home td{
	padding:0 20px;
}


/*LIGAS AMIGOS*/

/*Ligas*/
/*Reseteo estilos para la tabal que contiene Ligas*/
#contenedorLigas p, #contenedorLigas  h1, #contenedorLigas h2, #contenedorLigas h3, #contenedorLigas ul, #contenedorLigas li, #contenedorLigas div {
	margin:0;
	padding:0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4e4e4e;
}

#contenedorLigas .mod_redondeado_gris447px_top{
width:447px;
height:7px;
background: transparent url(images/fdo_redondeado_gris447px_top.gif) bottom no-repeat;
margin:10px 0 0 10px;
}

#contenedorLigas .mod_redondeado_gris447px_middle{
width:427px;
height:auto;
background-color:#f2f2f2;
margin-left:10px;
padding:10px;
}

#contenedorLigas .mod_redondeado_gris447px_bottom{
width:447px;
height:9px;
background: transparent url(images/fdo_redondeado_gris447px_bottom.gif) top no-repeat;
margin-left:10px;
margin-bottom:10px;
}


#contenedorLigas .mod_redondeado_gris209px_top{
width:209px;
height:12px;
background: transparent url(images/fdo_redondeado_gris209px_top.gif) bottom no-repeat;
margin:10px 0 0 10px;
}

#contenedorLigas .mod_redondeado_gris209px_middle{
width:189px;
height:auto;
background-color:#f2f2f2;
margin-left:10px;
padding:10px;
}

#contenedorLigas .mod_redondeado_gris209px_bottom{
width:209px;
height:12px;
background: transparent url(images/fdo_redondeado_gris209px_bottom.gif) top no-repeat;
margin-left:10px;
margin-bottom:10px;
}

#contenedorLigas .mod_redondeado_gris663px_top{
width:663px;
height:13px;
background: transparent url(images/fdo_redondeado_gris663px_top.gif) bottom no-repeat;
margin:10px 0 0 10px;
}

#contenedorLigas .mod_redondeado_gris663px_middle{
width:643px;
height:auto;
background-color:#f2f2f2;
margin-left:10px;
padding:10px;
}

#contenedorLigas .mod_redondeado_gris663px_bottom{
width:663px;
height:13px;
background: transparent url(images/fdo_redondeado_gris663px_bottom.gif) top no-repeat;
margin-left:10px;
margin-bottom:10px;
}



.tit_rojo_bullet, .tit_verde_bullet, .tit_gris_bullet, .tit_azul_bullet{
	background: transparent url(images/bullet_unaflecha.gif) left no-repeat;
}

.tit_rojo_bullet span {
	color:#db1921;
	font-size:16px;
	font-weight:bold;
	padding-left:12px;
}

.tit_verde_bullet span {
	color:#628c15;
	font-size:16px;
	padding-left:12px;
	font-weight:normal;
}

.tit_gris_bullet span {
	color:#656565;
	font-size:14px;
	padding-left:12px;
	font-weight:bold;
}

.tit_azul_bullet span {
	color:#006fb7;
	font-size:14px;
	padding-left:12px;
	font-weight:bold;
}

.bullet_verde_flecha{
	background: transparent url(images/bullet_verde.gif) left no-repeat;
	height:15px;
	display:block;
	text-decoration:none;
}

.bullet_verde_flecha:hover{
	
	text-decoration:none;
}


.bullet_verde_flecha span{
	color:#4e4e4e;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	text-decoration:none;
}

.bot_ver, .bot_editar, .bot_crear, .bot_unirme, .bot_buscar,.bot_resultados,.bot_participar {
	display:block;
	text-indent:-3000px;
	overflow:hidden;
}

.bot_participar{
	background: transparent url(images/bot_participar.gif)  no-repeat;
	width:81px;
	height:15px;
}

.bot_ver{
	background: transparent url(images/bot_ver.gif)  no-repeat;
	width:60px;
	height:22px;
}

.bot_editar{
	background: transparent url(images/bot_editar.gif)  no-repeat;
	width:70px;
	height:22px;
}

.bot_crear{
	background: transparent url(images/bot_crear.gif)  no-repeat;
	width:109px;
	height:37px;
}

.bot_unirme{
	/*background: transparent url(images/bot_unirme.gif)  no-repeat;*/
	width:110px;
	height:35px;
	margin:auto;
}

.bot_buscar{
	/*background: transparent url(images/bot_buscar.gif)  no-repeat;*/
	width:110px;
	height:35px;
	margin:auto;
}

.bot_resultados{
	background: transparent url(images/bot_resultados.gif)  no-repeat;
	width:107px;
	height:22px;
}


.separador_h_gris_1{
	background: transparent url(images/separador_h_gris_1.gif) center center  repeat-x;
	height:10px;
}
.separador_h_gris_2{
	background: transparent url(images/separador_h_gris_2.gif) bottom center  repeat-x;
	height:1px;
	padding:0;
	margin:0;
}
.separador_v_gris_2{
	background: transparent url(images/separador_v_gris_2.gif) right repeat-y;
}

#contenedorLigas  .padding_tb_5{
	padding:5px 0;
}

#contenedorLigas  .padding_tb_10{
	padding:10px 0;
}

#contenedorLigas  .padding_top_10{
	padding-top:10px;
}
#contenedorLigas  .padding_bottom_5{
	padding-bottom:5px;
}

.margin_bt_5{
margin:5px 0 5px 0;
}
.margin_top_10{
	margin-top:10px;

}
#contenedorLigas .verde_12_bold{
	font-size:12px;
	color:#628c15;
	font-weight:bold;
	padding:5px 0;
}
#contenedorLigas .verde_12{
	font-size:12px;
	color:#628c15;
	font-weight:normal;
	padding:5px 0;
}

#contenedorLigas .verde_14{
	font-size:14px;
	color:#628c15;
	font-weight:bold;
	padding:5px 0;
}

.gris9_11{
	font-size:11px;
	color:#999999;
	font-weight:bold;
}

.gris3_12{
	font-size:12px;
	color:#333333;
	font-weight:bold;

}

.gris3_11{
	font-size:11px;
	color:#333333;

}

#contenedorLigas .arial_16_bordo_bold{
	font-size:16px;
	color:#db1921;
	font-weight:bold;
	padding:0;
}
#contenedorLigas  .input_gris{
	border:solid 1px #999999;
	background-color:#cccccc;
	height:18px;
}

#contenedorLigas .input_gris2{
	border:solid 1px #999999;
	background-color:#ebebeb;
	width:185px;
	height:18px;

}

#contenedorLigas  .input_gris3{
	border:solid 1px #999999;
	background-color:#cccccc;
	width:110px;
	height:18px;
}


.paginador_ligas td a{
	font-size:12px;
	color:#628c15;
	font-weight:normal;
	text-decoration:underline;
	padding: 0 2px;
}
.paginador_ligas td b{
	padding: 0 2px;
}

 a.hoverUnderline:hover{
	text-decoration:underline;
 }
 .login_s_logueado{
 text-align:center; color:#ffffff;
 
 }
 
  .login_s_logueado a{
  color:#ffffff !important;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;}

 .login_s_logueado span{
  color:#24A3DF !important;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

div.menu_secundario_home {
	margin: 30px 0 25px 0;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;}

div.menu_secundario_home a {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;}
	
	
	
/* MENU HORIZONTAL */


div.mainlevel-ma-azul {
	width: 130px;
	height:26px;
	float: right;}

div#menulist_root-ma-azul {
	margin:0;
	width: 130px;
	height:26px;
	}

ul.mainlevel-ma-azul, .mainlevel-ma-azul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

ul.mainlevel-ma-azul ul {
	z-index: 110;
}

ul.mainlevel-ma-azul ul ul {
	z-index: 110;
}


ul.mainlevel-ma-azul li {
	margin: 0 0 0 3px;
	padding: 0;

	list-style: none;
	float: left;
	position: relative;
}

ul.mainlevel-ma-azul li li {
	position: relative;
	width: 130px;
	margin: 0;
	padding: 0;
	background-color: #666666;
}

ul.mainlevel-ma-azul li li ul {
	left: 10em;
	top: 0;
}

ul.mainlevel-ma-azul ul {
	display: none;
	position: absolute; 
	top: 26px;
	left: 0;
}

ul.mainlevel-ma-azul2 ul {
	display: none;
	position: absolute; 
	top: 26px;
	left: 0;
}


ul.mainlevel-ma-azul li > ul {
	top: 26px;
	left: 0;
}

ul.mainlevel-ma-azul2 li > ul {
	top: 26px;
	left: 0;
}


ul.mainlevel-ma-azul li:hover ul,
ul.mainlevel-ma-azul li.hover ul {
	display: block;
}

ul.mainlevel-ma-azul2 li:hover ul,
ul.mainlevel-ma-azul2 li.hover ul {
	display: block;
}



ul.mainlevel-ma-azul li:hover ul ul,
ul.mainlevel-ma-azul li.hover ul ul {
	display: none;
}

ul.mainlevel-ma-azul2 li:hover ul ul,
ul.mainlevel-ma-azul2 li.hover ul ul {
	display: none;
}


ul.mainlevel-ma-azul li:hover ul li:hover ul,
ul.mainlevel-ma-azul li.hover ul li.hover ul {
	display: block;
}


ul.mainlevel-ma-azul2 li:hover ul li:hover ul,
ul.mainlevel-ma-azul2 li.hover ul li.hover ul {
	display: block;
}


ul.mainlevel-ma-azul, ul.mainlevel-ma-azul li li {
	clear: left;
}

ul.mainlevel-ma-azul2, ul.mainlevel-ma-azul2 li li {
	clear: left;
}


div.menu-ma-azul {
	height: 20px;}


/** separator 
span.mainlevel-ma-azul, span.sublevel-ma-azul {
	border-width: 0px;
	padding: 5px;
}*/


/** IE bugs: a:link, a:visited, a:hover need to be styled as well; does not display separator... workaround? */
/** customize colors here */

div.menu-ma-azul a.mainlevel-ma-azul, div.menu-ma-azul a.mainlevel_active-ma-azul, div.menu-ma-azul a.mainlevel_current-ma-azul {
	margin:0 15px 0 0;
	_margin:0 5px 0 0;	
	padding:5px 0 0 0;
	height: 21px !important;
	height:26px;
	height/**/:/**/21px;
	width: 130px;
	text-decoration: none;
	float:left;
	display: inline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#242424;
	background-image:url(images/fdo_solapa_como_jugar.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.menu-ma-azul a.mainlevel-ma-azul2, div.menu-ma-azul a.mainlevel_active-ma-azul2, div.menu-ma-azul a.mainlevel_current-ma-azul2 {
	margin:0 15px 0 0;
	_margin:0 5px 0 0;	
	padding:5px 0 0 0;
	height: 21px !important;
	height:26px;
	height/**/:/**/21px;
	width: 130px;
	text-decoration: none;
	float:left;
	display: inline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFDE00;
	font-weight:bold;
	background-image:url(../images/fdo_solapa_como_jugar_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

a.mainlevel-ma-azul:hover {
	color:#242424;
}

a.sublevel-ma-azul, a.sublevel_active-ma-azul, a.sublevel_current-ma-azul,
a.sublevel-ma-azul:link, a.sublevel_active-ma-azul:link, a.sublevel_current-ma-azul:link,
a.sublevel-ma-azul:visited, a.sublevel_active-ma-azul:visited, a.sublevel_current-ma-azul:visited {
	padding:0 5px 0 0;

	width: 118px !important;
	width: 123px;
	width/**/:/**/118px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	border-bottom: 1px solid #333333;
	color:#242424;
	text-indent: 4px;}

a.sublevel-ma-azul:hover, a.sublevel_active-ma-azul:hover, a.sublevel_current-ma-azul:hover {
	color:#000000;
	background-image:url(../images/boolet_menu_over.gif);
	background-repeat: no-repeat;
	background-position: top left;		
	
}


a.sublevel-ma-azul, a.sublevel_active-ma-azul, a.sublevel_current-ma-azul, span.sublevel-ma-azul,
a.sublevel-ma-azul:link, a.sublevel_active-ma-azul:link, a.sublevel_current-ma-azul:link,
a.sublevel-ma-azul:visited, a.sublevel_active-ma-azul:visited, a.sublevel_current-ma-azul:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#dcdcdc;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 0.3em 0.5em 0.3em 0.5em;	/* top, right, bottom, left */
	line-height: 1em;
}

a.sublevel-ma-azul:hover, a.sublevel_active-ma-azul:hover, a.sublevel_current-ma-azul:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 0.3em 0.5em 0.3em 0.5em;	/* top, right, bottom, left */
	line-height: 1em;
}


a.sublevel-ma-azul, a.sublevel_active-ma-azul, a.sublevel_current-ma-azul, span.sublevel-ma-azul {
	font-size: 90%;
	border-top: 0px solid silver;
}
	
	
/* Liga honores */

.separador_honores {
	background-image:url(../images/sep_tabla_honores.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}	

div.menu_fechas	{}

div.menu_fechas ul {padding:0;margin:0;list-style-type: none;}

div.menu_fechas ul li {display:inline; float:left; margin-left: 5px;}

div.menu_fechas ul li a {
	float:left;
	padding:5px 10px 0 10px;margin:0;
	display:inline;
	font-family: Arial;
	font-size: 16px;
	color:#ffffff;
	font-weight:bold;

	height:27px !important;
	height:32px;
	height/**/:/**/27px;

	text-decoration: none;
	text-align:center;
	background-image:url(../images/sep_tabla_honores.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color:#404040;}

div.menu_fechas ul li a:hover {
  color:#999999;}

div.menu_fechas ul li span {
	float:left;
	padding:5px 10px 0 10px;margin:0;
	display:inline;
	font-family: Arial;
	font-size: 16px;
	color:#0f7aa3;
	font-weight:bold;

	height:27px !important;
	height:32px;
	height/**/:/**/27px;

	text-decoration: none;
	text-align:center;
	background-color:#ffffff;
	}

div.menu_fechas ul li span.desactivado {
	float:left;
	padding:5px 10px 0 10px;margin:0;
	display:inline;
	font-family: Arial;
	font-size: 16px;
	color:#626262;
	font-weight:bold;

	height:27px !important;
	height:32px;
	height/**/:/**/27px;

	text-decoration: none;
	text-align:center;
	background-image:url(../images/sep_tabla_honores.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color:#404040;}


    

div.caja_titulo_sopalas div.caja_solapas div.solapas ul li a.act_argentina_prensa {

	float:left;

  padding:0;margin:0;

  padding-top: 3px;

	display:inline;

	color:#ffffff;

	width:145px;

	height:16px !important;

	height:19px;

	height/**/:/**/16px;

	text-decoration: none;

	text-align:center;

  color:#ffffff;

	background-image: url(../images/solapa_noticias_act_argentina_prensa.gif);

	background-repeat: no-repeat;

	}    

    

div.caja_titulo_sopalas div.caja_solapas div.solapas ul li a.desact_argentina_prensa {

	float:left;

  padding:0;margin:0;

  padding-top: 3px;

	display:inline;

	color:#ffffff;

	width:145px;

	height:16px !important;

	height:19px;

	height/**/:/**/16px;

	text-decoration: none;

	text-align:center;

  color:#666666;

	background-image: url(../images/solapa_noticias_desact_argentina_prensa.gif);

	background-repeat: no-repeat;

	}   



div.caja_titulo_sopalas div.caja_solapas div.solapas ul li a.desact {

	float:left;

  padding:0;margin:0;

  padding-top: 3px;

	display:inline;

	width:63px;

	height:16px !important;

	height:19px;

	height/**/:/**/16px;

	text-decoration: none;

	text-align:center;

  color:#666666;

	display:inline;

	background-image: url(../images/solapa_noticias_desact.gif);

	background-repeat: no-repeat;

}



div.caja_titulo_sopalas div.caja_solapas div.solapas ul li a.act:hover, div.caja_titulo_sopalas div.caja_solapas div.solapas ul li a.desact:hover, div.caja_titulo_sopalas div.caja_solapas div.solapas ul li a.act_argentina_prensa:hover, div.caja_titulo_sopalas div.caja_solapas div.solapas ul li a.desact_argentina_prensa:hover {

  color:#333333;}
  
.link{text-decoration:underline;}


.opacidad{
background: url(images/fdo_menu_champions.png) bottom repeat-x;
behavior: url(js/iepngfix.htc);
}
