/* CSS Document */
.campo {
	width: 665px;
	height: 856px;
	background: url(http://estaticos.elmundo.es/elmundodeporte/futbol/2008-2009/mercado/img/fondo_campo.jpg) no-repeat top left;
	float: left;
	clear: both;
	position: relative;
}
.noticia h2 {
	color:#003D7A;
	font: bold 25px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing:0;
	line-height:1.2em;
	margin:0 0 5px;
	float: left;
	clear: both;
}
.flotante {
	width: 125px;
	position: absolute;
}
.flotante h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.flotante .club {
	color: #555;
}
.ficha {
	background: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	padding: 5px;
	width: 115px;
	border: 1px solid #4B5421;
}
.flotante img {
	width: 115px;
	height: 45px;
}
.ficha ul {
	width: 112px;
	padding: 3px 0 0 3px;
	margin: 0;
}	
.noticia .ficha ul li {
	padding: 0 0 0 10px;
	list-style-type: none;
	margin-bottom: 2px;
	line-height: 14px;
	background: url(http://estaticos.elmundo.es/elmundodeporte/futbol/2008-2009/mercado/img/jugadores/bg_li.gif) no-repeat 0 5px;
}
.noticia .ficha ul li, .noticia .ficha li a {
	width: 100px;
}
.noticia .ficha li a {
	color: #879155;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 0;
}
.noticia .ficha ul li , .noticia .ficha li a:hover {
	color: #666;
}
.fichado {
	background: #E4EAC4;
}