@import url(../reportajes.css);

#cuerpo {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: justify;
	color: #000;
	background: #000 url(../../imagenes/reports/burn_riders_cup_2009_slopestyle/fondo.jpg) top left no-repeat;
}

#reportaje { 
	padding-top: 300px;
}

#reportaje a {
	color: #0C7EBD;
	font-weight: bold;
}

#reportaje a:hover {
	color: #A42E06;
}

#reportaje img {
	border: 5px solid White;
}


#texto { 
	padding-top: 30px;
	display: inline;
	float: left;
	width: 400px;
	margin-left: 130px;
}

#texto p{ 
	margin-bottom: 25px;
}

#texto strong{ 
	color: #0C7EBD;
}

#reportaje ul {
	padding-top: 12px;
	margin-left: 600px;
}

#reportaje li {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 9px;
	margin-bottom: 15px;
}

#fotos_bajas { 
	margin-left: 98px;
}

#fotos_bajas a{ 
	margin-right: 5px;
}

