/* CSS Document */

/* BAHAMONTES */
#contenido h3{
	color:#777;
	font: normal 18px Arial,Helvetica,sans-serif;
	padding-bottom: 5px;
	border-bottom: none;
	width: 501px;
	margin: 5px 0;
	border-bottom: solid 1px #ddd;
}
#analisis{
	float: left;
	margin: 15px 0 0;
	line-height: 20px;
}
#analisis p{
	margin-bottom: 10px;
}
ul#datos{
	float: left;
	width: 280px;
	background: #fcf8e7 url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/07/tour/img/fondo_datos_bahamontes.png) top left repeat-x scroll;
	padding: 5px 10px 10px;
	margin-bottom: 25px;
	border: solid 1px #ecd05c;
}
ul#datos li{
	padding: 4px 0 2px;
	border-bottom: solid 1px #faefc1;
	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: #f1e1a3;
	padding: 2px 3px;
	margin: 3px 0;
}
ul#datos li.last{
	border-bottom: none;
}

