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

/* calendario NBA*/

#columna_der{
	margin:33px 0 0;

}
.navegacion_fotos{
/*overflow:hidden;*/
	position:relative;
	float:left;
	width:588px;
	height:70px;
	margin-bottom:15px;
}
.navegacion_fotos .carrusel_cont {
	position:relative;
	float:left;
	overflow:hidden;
	width:568px;
	height:70px;
	background-color: #fff;
}
.navegacion_fotos .carrusel_prev {
	float:left;
	position:relative;
	cursor:pointer;
	display:block;
	height:70px;
	width:10px;
	z-index:2;
	background:transparent url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/10/baloncesto/img/nba/calendario/nav_prev.png) no-repeat scroll 0 0;
}
.navegacion_fotos .carrusel_next {
	background:transparent url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/10/baloncesto/img/nba/calendario/nav_next.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	float:left;
	height:70px;
	left:-3px;
	position:relative;
	width:10px;
}
.navegacion_fotos ul#miniaturas{
	float:left;
	position:relative;
	margin:0;
	padding:0;
	list-style-type:none;
	width:568px;
	height:70px;
}
.navegacion_fotos .carrusel_cont ul li {
	float:left;
	display:inline;
	width:74px;
	height:44px;
	padding:16px 10px 10px;
	cursor:pointer;
	border-right:1px solid #9d9ea0;
	background:transparent url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/10/baloncesto/img/nba/calendario/bg_li.png) no-repeat;
}

.navegacion_fotos .carrusel_cont ul li .fecha{
	color:#696D74;
	display:block;
	width:74px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px dotted #a9acb1;
}
.navegacion_fotos .carrusel_cont ul li .partidos{
	color:#696D74;
	text-align:center;
	display:block;
	width:74px;
}
.navegacion_fotos .carrusel_cont ul#miniaturas li.activaJs{
	background:transparent url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/10/baloncesto/img/nba/calendario/bg_li_marcado.png) no-repeat;
	border-right:1px solid #7a7b7e;
}

.navegacion_fotos .carrusel_cont ul#miniaturas li.activaJs .fecha{
	color:#fff;
	border-bottom:1px dotted #FFF;
}
.navegacion_fotos .carrusel_cont ul#miniaturas li.activaJs .partidos{
	color:#515459;
	font-weight:bold;
}
.modulo_jornada {
	display:none;   
}
.modulo_jornada.activa, .modulo_jornada.activaJs{
	display:block;
}
.el_js_esta_activo .modulo_jornada.activa{
	display:none;
}
.activaJs{
}
#columna_izq .modulo_jornada p {
	float:left;
	background:#FFF url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/10/baloncesto/img/acb/tablas/bg_th_gris.png) repeat-x scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	color:#B3B3B3;
	font-size:11px;
	font-weight:bold;
	padding:4px 5px;
	width:578px;
}
#columna_izq .modulo_jornada table th {
	background:#FFF url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/10/baloncesto/img/acb/tablas/bg_td_posicion.png) repeat-x scroll 0 0;
	color:#616669;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px;
	text-align:center;
}



