/* CSS Document */

/* PROTAGONISTAS */
#cabecera {
	height: 200px;
}
#contenido{
	margin-top: -111px;
}
#contenido h2{
	margin-bottom: 55px;
}
#contenido h3{
	color: #333;
}
#contenido h4{
	color:#777;
	font: normal 18px Arial,Helvetica,sans-serif;
	padding-bottom: 5px;
}
#nav li#nav_protagonistas a{
	color: #eed670;
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/07/tour/img/fondo_menu_on.png) repeat-x top left;
}
#nav li#nav_protagonistas .sub_nav li a{
	color: #aaa;
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/07/tour/img/casilla_etapa_off.png) top left no-repeat;
}
#nav li#nav_protagonistas .sub_nav{
	display: inline;
}


.sub_nav{
	float: right;
	position: relative;
	width: 100%;
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/07/tour/img/fondo_sub_nav.png) repeat-x top right scroll;
	height: 38px;
	padding: 0;
	margin: 0 0 30px;
}
.sub_nav ul{
	float: right;
	display: inline;
	margin: 0 65px 0 0;
}
.sub_nav li{
	float: left;
	position: relative;
	width: 70px;
	height: 65px;
	margin: 0 1px 0 2px;
	padding: 0;
	display: inline;
	background: none;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	z-index: 3;
}
#nav li#nav_protagonistas .sub_nav li a, #nav li#nav_protagonistas .sub_nav li a:hover {
	float: left;
	position: relative;
	padding: 10px 0;
	line-height: 12px;
	border: none;
	z-index: 10;
	background: none;
}
.sub_nav li a span{
	float: left;
	position: absolute;
	top: 0;
	width: 180px;
	left: -55px;
	height: 16px;
	margin: 30px 0 0;
	padding: 11px 0 0;
	z-index: 9999;
}
.sub_nav li a span strong{
	float: left;
	color: #333;
	font-size: 12px;
	display: none;
	width: 180px;
	text-align: center;
}
.sub_nav li a:hover span{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://estaticos.elmundo.es/elmundodeporte/especiales/2009/07/tour/img/bocadillo.png', sizingMethod='crop');
}
html>body .sub_nav li a:hover span{
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/07/tour/img/bocadillo.png) top left no-repeat;
}
.sub_nav li a:hover span em, 
.sub_nav li a:hover span strong{
	display: inline;
}

.sub_nav li a img{
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 10;
}
#valoracion{
	float: left;
	margin-top: 1px;
}
#valoracion li{
	float: left;
	margin-right: 1px;
	list-style: inline;
	background: #222 url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/07/tour/img/fondo_valoracion.png) top left repeat-x;
	color: #eee;
	padding: 4px;
	width: 75px;
	font-size: 11px;
	text-align: center;
	line-height: 19px;
}
#valoracion li.last{
	margin-right: 0;
	width: 73px;
}
#valoracion li span{
	color: #777;
	font-size: 26px;
	font-weight: bold;
}
#analisis{
	float: left;
	margin: 15px 0 0;
	line-height: 18px;
}
#analisis p{
	margin-bottom: 10px;
}
ul#datos{
	float: left;
	width: 280px;
	background: #f1f1f1 url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/07/tour/img/fondo_detalle_etapas.gif) repeat-x bottom left;
	padding: 5px 10px 10px;
	margin-bottom: 25px;
	border: solid 1px #ddd;
}
ul#datos li{
	padding: 4px 0 2px;
	border-bottom: solid 1px #ddd;
	font-size: 12px;
	line-height: 16px;
	color: #555;
}
ul#datos li strong{
	color: #96874E;
	font-size: 13px;
	padding-left: 3px;
}
ul#datos li.largo strong{
	color: #5f5b50;
	float: left;
	width: 274px;
	background-color: #e2ddc7;
	padding: 2px 3px;
	margin: 3px 0;
}
ul#datos li.last{
	border-bottom: none;
}

