
/* CSS Document */
/* Estilos rankings NBA Especial Baloncesto 09/10 | NBA | elmundo.es | 
Octubre de 2009 */

/* Rankings NBA*/

#nav_rankings{
	float: left;
	position: relative;
	margin:0 0 10px;
}
#nav_rankings ul{
	float: left;
	position: relative;
	width:950px;
	display: inline;
	padding:0;
}
#nav_rankings li{
	float: left;
	position: relative;
	display: inline;
	margin:0 2px 0 0;
}
#nav_rankings li a{
	float: left;
	position: relative;
	width: 80px;
	height:18px;
	padding:4px 0;
	border:solid 1px #bbb;
	color:#ee4848;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

body.palmares #nav_rankings li.nav_palmares a,
body.puntos #nav_rankings li.nav_puntos a,
body.rebotes #nav_rankings li.nav_rebotes a,
body.asistencias #nav_rankings li.nav_asistencias a,
body.robos #nav_rankings li.nav_robos a,
body.tapones #nav_rankings li.nav_tapones a,
body.triples #nav_rankings li.nav_triples a{
	background-color:#47494c;
	color:#fff;
	border:solid 1px #34393D;
}

body#rankings table .ganador, body#rankings table .nombre {
	font-weight:bold;
}