/* CSS Document */

/* EQUIPOS */

#nav li#nav_equipos a {
	color: #eed670;
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/07/tour/img/fondo_menu_on.png) repeat-x top left;
}
#lista_equipos {
	float: left;
	position: relative;
}
#lista_equipos li {
	float: left;
	position: relative;
	margin: 0 15px 20px 0;
	width: 243px;
}
#lista_equipos li.der {
	margin-right: 0;
}
#lista_equipos img {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#lista_equipos img.camiseta{
	float: left;
	position: absolute;
	top: -12px;
	left: 183px;
	z-index: 1000;
}
#lista_equipos h3 {
	color: #fff;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	background-color: #333;
	opacity: 0.85;
	filter: alpha(opacity=85);
	padding: 8px 10px 2px;
	width: 223px;
	border-bottom: none;
	margin: 0;
}
#lista_equipos table{
	float: left;
	position: relative;
	margin: 56px 0 3px;
	width: 243px;
}
#lista_equipos p{
	float: left;
	position: relative;
	font-size: 11px;
	color: #333;
}


.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;
	padding-left: 15px;
	margin: 0 100px 0 0;
}
.sub_nav li{
	float: left;
	position: relative;
	width: 30px;
	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;
}
.sub_nav li a, .sub_nav li a:hover {
	float: left;
	position: relative;
	padding: 10px 0;
	line-height: 12px;
	border: none;
	z-index: 10;
}
.sub_nav li a span{
	float: left;
	position: absolute;
	top: 0;
	width: 180px;
	left: -75px;
	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;
}





