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

#cuerpo {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #1f1f1f;
	font-size: 12px;
}

#reportaje {
	width:880px;
	background-color: #1f1f1f;
/*	border:black solid 1px;*/
}

#reportaje h2 {
	height: 628px;
	background: #1f1f1f url("../../imagenes/reports/riders_cup_slopestyle_08/cabecera.jpg") top no-repeat;
}

.clear {
	clear: both;
}

#reportaje a {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
#reportaje a:hover { color:#ec1c1c; }

#reportaje_izquierda {
	float:left;
	display:block;
	width: 490px;
	margin-top: -420px;
	margin-left: 10px;
}

#reportaje_izquierda p {
	color:#ececec;
	text-align: justify;
}

#reportaje_derecha {
	float:left;
	display:block;
	width: 370px;
	margin-top: -415px;
}

#reportaje_derecha a {
	text-decoration:none;
}

#reportaje_derecha a span {
	display:none;
}

#reportaje_derecha ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left: 15px;
}

#reportaje_derecha li {
	float:left;
	margin-right: 2px;
}

#footer_reportaje {
	font-size:7pt;
	margin : 0px;
	/*margin-top: 280px;*/
	padding-left:15px;
	padding-bottom: 10px;
	text-align : justify;
	color: #FFFFFF;
}

#youtube {
	display:block;
	margin-top: 15px;
	margin-left: 30px;
}
