/* CSS Document */

/* VÍDEOS */
#cabecera {
	height: 200px;
}
#contenido{
margin-top: -111px;
}
#contenido h2{
margin-bottom: 45px;
}
#nav li#nav_fotos a{
	color: #eed670;
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/ciclismo/tour/2010/img/fondo_menu_on.png) repeat-x top left;
}
#nav li#nav_fotos .sub_nav li a{
	color: #aaa;
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/ciclismo/tour/2010/img/casilla_etapa_off.png) top left no-repeat;
}
#nav li#nav_fotos .sub_nav{
	display: inline;
}




#indice_fotos li{
	float: left;
	position: relative;
	width: 240px;
	margin: 0 0 10px 10px;
	height: 100px;
	display: inline;
	z-index: 5;
	overflow: hidden;
}
#indice_fotos li a{
	float: left;
	position: relative;
	width: 240px;
	height: 100px;
	color: #555;
	font-size: 11px;
	z-index: 9;
	cursor: pointer;
}
#indice_fotos li a:hover{
	color: #333;
}
#indice_fotos li img{
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}
#indice_fotos li a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75); 
}
#indice_fotos li p{
	position: absolute;
	width: 192px;
	height: 20px;
	top: 60px;
	left: 14px;
	padding: 10px 10px 10px;
	line-height: 23px;
	z-index: 10;
	background-color: #eee;
	text-align: center;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://estaticos.elmundo.es/elmundodeporte/especiales/ciclismo/tour/2010/img/fondo_etiqueta_fotos.png', sizingMethod='crop');
}
html>body #indice_fotos li p{
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/ciclismo/tour/2010/img/fondo_etiqueta_fotos.png) no-repeat top left;
}
#indice_fotos li p em{
	color: #555;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#indice_fotos li a:hover p em{
	color: #555;
}
#indice_fotos li p strong{
	text-transform: uppercase;
	color: #96874e;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#indice_fotos li a:hover p strong{
	color: #96874e;
}


.tit_sub_nav{
	margin: -25px 454px 0 0;
}
#nav_etapa{
	float: right;
	position: relative;
	margin: -25px 15px 0 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	display: inline;
}
#nav_etapa li{
	position: relative;
	display: inline;
}
#nav_etapa li a{
	position: relative;
	background: none;
	width: auto;
	background-color: #f1e1a3;
	border: solid 1px #decb83;
	padding: 4px 10px;
}
#nav_etapa li a:hover{
	background-color: #ecd05c;
	border: solid 1px #d4b233;
	color: #000;
}

#detalles_etapa ul{
	float: left;
	width: 282px;
	background-color: #f1f1f1;
	padding: 5px 10px;
}
#detalles_etapa li{
	padding: 4px 0 2px;
	border-bottom: solid 1px #ddd;
}
#detalles_etapa li strong{
	color: #96874E;
}
#detalles_etapa p{
	float: left;
	width: 272px;
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/ciclismo/tour/2010/img/fondo_detalle_etapas.gif) repeat-x top left;
	color: #555;
	line-height: 18px;
	padding: 15px;
	margin-bottom: 10px;
}

#nav li#nav_fotos .sub_nav li.etapa99{
	width: 60px;
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/ciclismo/tour/2010/img/casilla_etapa_g_inactivo.png) top left no-repeat;
}
#nav li#nav_fotos .sub_nav li.etapa99 a{
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/ciclismo/tour/2010/img/casilla_etapa_g_off.png) top left no-repeat;
	width: 60px;
}

