/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}
a {	text-decoration:none;}
a:hover {text-decoration:underline;}
form {
	margin:0px;
	padding:0px;
}
table {
	padding:0px;
	margin:0px;
	border:0px;
}
ul {
	margin:0px;
	padding:0px;
}
li {
	list-style:none;
	float:left;
}
li a{
	text-decoration:none;
}
.clear {
	clear:both;
}
/*--tamaņo del contenedor--*/
#reducidas{
	width:300px;
}
#stats {
	width:660px;
	margin:0px 0px;
}
/*--cabeceras--*/
#reducidas .cabecera{
	display:none;
}
#reducidas .campeonato, #stats .nav{
	color:#FFFFFF;
	background:#31536F url(../img/barra.gif) top repeat-x;
	width: 100%;
	height:22px;
	border-top:1px solid #687C94;
	border-bottom:1px solid #687C94;
	text-align:center;
	font-size:12px;
	line-height:21px;
}
#reducidas .campeonato .torneo{
	display:none;
}
#reducidas .campeonato .num_fecha{
	width:70px;
	display:block;
	background: url(../img/separador.gif) no-repeat right center;
	float:right;
	font-weight:bold;
}
#reducidas .campeonato a{
	padding:0 8px;
	color:#FFFFFF;
	background: url(../img/separador.gif) no-repeat right center;
	float:left;
}
#reducidas .campeonato a.sel{
	font-weight:bold;
}
#stats .torneo{
	height:28px;
	border-top:1px solid #BABABA;
	font-size:16px;
	line-height:28px;
	text-transform:uppercase;
	color:#636363;
}
#stats .torneo span{
	margin-left:5px;
	padding-left:15px;
	background:url(../img/mam_bulletB.gif) no-repeat center left;
	color:#000000;
}
/*--------NAVEGACION------*/
#reducidas .nav {
	height:30px;
}
#reducidas .nav li{
	background:url(../img/btn_nav_agenda.gif) no-repeat;
	height:23px;
}
#reducidas .nav #primeraa{
	width:150px;
	background-position: top left;
	float:left;
}
#reducidas .nav #argentinoa{
	width:150px;
	background-position: top right;
	float:right;
}

#reducidas .nav li a{
	display:block;
	height:23px;
	width:150px;
}
#reducidas .nav li a span{
	display:none;
}
#reducidas .nav #primeraa.sel{
	background-position: left bottom;
}
#reducidas .nav #argentinoa.sel{
	background-position: right bottom;
}
#stats .nav{
	height:24px;
	background-color:#335271;
	font-size:11px;
}
#stats .nav ul{
	margin-left:10px;
	text-transform:uppercase;
	/*padding-top:2px;*/
}
#stats .nav li{
	text-align:center;
	height:24px;
	display:block;
	color:#FFFFFF;
	background: url(../img/separador.gif) no-repeat right center;
	float:left;
}
#stats .nav li a{
	font-size:11px;
	color:#ffffff;
	line-height:23px;
	text-transform:uppercase;
	padding:5px 15px 3px;
}
#stats  .nav li a:hover{
	color:#cccccc;
	text-decoration:none;
}
#stats .nav .sel{
	color:#ffffff;
	background:#E57900 url(../img/btn_nav_sel.gif) top repeat-x;
}
/*.nav .sel a{
	color:#407711;
}*/
#stats .nav select{
	font-size:11px;
	margin:3px;
	width:150px;
	color:#636363;
}
/*------------------*/
#stats .subnav{
	color:#636363;
	line-height:23px;
	border-bottom:1px solid #CCC9BD;
}
#stats .subnav .fecha{
	font-size:11px;
	height:18px;
	text-transform:uppercase;
	height:20px;
	line-height:20px;
}
#stats .subnav table{
	width:100%;
	text-decoration:none;
	height:21px;
	text-align:center;
	line-height:14px;
}
#stats .subnav table .fecha{
	line-height:15px;
	text-align:center;
	font-size:10px;
}
#stats .subnav table .fecha a{
	color:#636363;
	background-color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	padding:1px 3px;
	margin:auto;
}
#stats .subnav table .fecha a:hover{
	text-decoration:none;
	background-color:#2A517A;
	color:#FFFFFF;
}
#stats .subnav table td{
	width:5%
}
#stats .subnav table .activo a{
	background-color:#2A517A;
	color:#FFFFFF;	
}
#stats .subnav .ant, #stats .subnav .prox{
	width:30px;
}
#stats .subnav .ant a, #stats .subnav .prox a{
	font-size:12px;
	font-weight:bold;
	color:#407711;
	display:block;
	width:15px;
	height:15px;
}
#stats .subnav .ant a{
	background:url(../img/btn_nav_izq.gif) no-repeat top;
}
#stats .subnav .prox a{
	background:url(../img/btn_nav_der.gif) no-repeat top;
}
#stats .subnav .ant a span, #stats .subnav .prox a span{
	display:none;
}
#stats .subnav .ant a:hover{
	background-position:bottom;
}
#stats .subnav .prox a:hover{
	background-position:bottom;
}
/*-------contenido---------*/
.contenido{
	font-size:11px;
	background-color:#EBEBEB;
}
#stats #datos_cargando {
	height:320px;
	width:100%;
}
#stats #fixture, #stats #posiciones, #stats #descenso, #stats #goleadores {
	margin:0 8px;
	border-bottom:8px solid #EBEBEB;
}
#stats #fixture table, #stats #posiciones table, #stats #descenso table, #stats #goleadores table{
	font-size:11px;
	width:100%;
}
#stats #fixture.tipoB .cajaFecha{
	width:314px;
	margin-right:8px;
	float:left;
}
#reducidas table{
	width:100%;
	height:340px;
	color:#666666;
	text-align:center;
}
#reducidas table td{
	border-bottom:1px solid #CBCBCB;
}
/*primera linea tablas*/
#stats #fixture .primera{
	display:none;
}
#stats .primera td{
	height:30px;
	color:#636363;
	line-height:23px;
	border-bottom:1px solid #BABABA;
	text-transform:uppercase;
	text-align:center;
}
#stats .primera .escudo{
	width:30px;
}
#stats .primera .equipo, #stats .primera .jugador{
	text-align:left;
}
#stats .primera .equipo span, #stats .primera .jugador span{
	padding-left:10px;
}
/*filas de las tablas (no fixture)*/
#stats .linea td{
	height:25px;
	color:#565144;
	border-bottom:1px solid #CCC9BD;
	background-color:#FFFFFF;
	text-align:center;
}
#stats .linea .orden{
	color:#27527C;
	font-weight:bold;
}
#stats .linea .escudo{
	width:30px;
}
#stats .linea .escudo img{
	width:20px;
	height:20px;
}
#stats #goleadores .linea .equipo{
	font-weight:bold;
}
#stats .linea .jugador, #stats .linea .equipo{
	text-align:left;
	color:#27527C;
}
#stats .linea .equipo span, #stats .linea .jugador span{
	padding-left:10px;
	font-size:13px;
}
#stats .linea .destacado{
	color:#2B5278;
	font-weight:bold;
}
#stats .linea .columna{
	background-color:#EBEBEB;
}
/*destacado en fixture*/
#reducidas .fecha td{
	text-transform:uppercase;
	background-color:#E6E6E8;
	color:#4C5864;
	font-size:14px;
}
/*filas en fixture*/
#fixture .partido td{
	background-color:#ffffff;
	border-bottom:1px solid #BABABA;
	height:30px;
	text-align:center;
	color:#636363;
}
#reducidas .partido td{
	background-color:#ffffff;
}
#reducidas .partido .pos{
	color:#27527C;
	font-weight:bold;
}
#fixture .partido .equipo{
	color:#2A517A;
}
#fixture.tipoB .partido .equipo{
	width:105px;
}
#reducidas .partido .visitante, #reducidas .partido .equipo{
	text-align:left;
}
#reducidas .partido .local{
	text-align:right;
}

#reducidas .gol{
	color:#27527C;
	font-size:12px;
	font-weight:bold;
	padding:0 3px;
}
#fixture .partido .gol {
	color:#2A517A;
	font-size:16px;
	font-weight:bold;
	padding:0 3px;
	background-color:#EBEBEB;
	width:36px;
}
#reducidas .escudo img{
	padding:0 3px;
}
#reducidas .loc, #fixture .loc{
	border-right:1px solid #BABABA;
}
#reducidas .vis{
	border-left:1px solid #CCC9BD;
}
.sep{
	display:none;
}
/*estados del partido*/
#stats .partido .estado{	
	background-color:#EBEBEB;
}
#reducidas .partido .estado, #reducidas .partido .puntos{
	color:#ffffff;	
	background-color:#27527C;
	border-right:1px solid #CED6E1;
	border-left:1px solid #CED6E1;
	width:40px;
	font-weight:bold;
	font-size:11px;
}
#stats .partido .hora{
	background-color:#EBEBEB;	
}
#stats .partido .ficha{
	color:#cccccc;
	display:none;
}
#stats .partido .ficha a{
	color:#636363;
}
#stats .partido .ficha a span{
	padding-left:10px;
	background:url(../img/mam_bulletA.gif) left no-repeat;
}
#stats .nota_al_pie td{
	padding:5px;
	color:#565144;
}
/*------------pies--------*/

#reducidas .subnav{
	display:none;
}
#reducidas .ver_completa{
	background-color:#E8E8E8;
	border:1px solid #D2D2D2;
	border-bottom:0px;
	text-align:right;
	font-size:12px;
}
#reducidas .ver_completa a{
	text-decoration:none;
	color:#333333;
	padding-right:5px;
	padding-top:5px;
}
#reducidas .ver_completa a:hover{
	text-decoration:underline;
}
#reducidas .pie{
	height:9px;
	background-color:#E8E8E8;
	border:1px solid #D2D2D2;
	border-top:0px;
}
#stats .pie{
	height:29px;
	font-size:9px;
	line-height:30px;
	color:#636363;
	width:50%;
	border-bottom:1px solid #BABABA;
	float:left;
}
#stats .pie span{
	margin:0 8px;
}
#stats .creditodf{
	float:right;
	width:50%;
	border-bottom:1px solid #BABABA;
}
#stats .creditodf img{
	float:right;
}
