/* CSS Document */

#contenido h2 {
	margin-bottom: 20px;
}
#contenido #albumes {
	float: left;
	position: relative;
	width: 645px;
	margin: 0 0 0 -15px;
	padding: 0;
	display: inline;
}
#contenido #albumes h3{
	margin: 0 0 10px 15px;
	padding: 0;
	font: italic 27px Arial, Helvetica, sans-serif;
	color: #7d6b59;
}
#contenido #albumes ul{
	float: left;
	position: relative;
	width: 645px;
}
#contenido #albumes li{
	float: left;
	position: relative;
	width: 200px;
	margin: 0 0 15px 15px;
	display: inline;
	background: none;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://estaticos.elmundo.es/elmundodeporte/especiales/2009/03/f1/img/blanco50.png', sizingMethod='scale');
 	border-top: solid 3px #fff;
}
html>body #contenido #albumes li {
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/03/f1/img/blanco50.png) top left repeat;
}
#contenido #albumes li:hover{
	background: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://estaticos.elmundo.es/elmundodeporte/especiales/2009/03/f1/img/negro50.png', sizingMethod='scale');
}
html>body #contenido #albumes li:hover {
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/03/f1/img/negro50.png) top left repeat;
}
#contenido #albumes li:hover a{
	color: #fff;
}
#contenido #albumes li span{
	float: left;
	position: relative;
	width: 180px;
	padding: 0 10px 2px;
	text-align: center;
	font-weight: bold;
}