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

#reportaje {
	margin: 0;
	padding: 0;
	background-color: #b0c800;
	background-image: url("../../imagenes/reports/f3_2009/fondo.jpg");
	color: #000;
}

#reportaje strong {
	color:#e42f25;
}

#reportaje a:link, #cuerpo a:visited { color: #e42f25; }
#reportaje a:hover {	color: #d010d7; }
#reportaje a:active { color: #CD1531; }

#reportaje h2 {
	display: block;
	height: 375px;
	background: transparent url("../../imagenes/reports/f3_2009/cabecera.jpg") top no-repeat;
}

#reportaje .texto, #reportaje .texto_largo {
	display: inline;
	float: left;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size:12px;
	text-align: justify;
}
#reportaje .texto { width: 380px; }
#reportaje .texto_largo { width: 860px; }


#reportaje .texto p, #reportaje .texto_largo p {
	margin-left: 10px;
	margin-right: 10px;
}

#reportaje ul.fotos {
	display: block;
	float: left;
	width: 460px;
	margin-top: 10px;
	padding-left: 15px;a
	padding-right: 15px;
	padding-top: 15px;
}

#reportaje .fotos li {
	margin: 0 0 5px 5px;
	float: left;
}
#reportaje .fotos li a { display: block; }
#reportaje li a img {  }
#reportaje li a:link img, #reportaje li a:visited img { border-color: #600; }
#reportaje li a:hover img { border-color: #660; }
#reportaje li a:active img { border-color: #600; }

#reportaje ol.clasificacion {
	margin-bottom: 10px;
	margin: 0;
	padding: 0;
	padding-left: 40px;
	margin-top: -10px;
}

#reportaje ol.clasificacion li {
	margin-left: 0;
}

#youtube {
	display: block;
	text-align: center;
}

#reportaje .agradecimientos {
	margin-top: 20px;
	line-height: 1.1;
	font-size: 11px;
}

#reportaje hr {
	visibility: hidden;
	margin: 10px;
}

#footer_reportaje {
	clear: both;
	text-align : justify;
	font-size: 7pt;
	padding-left:20px;
	height: 150px;
	background: transparent url("../../imagenes/reports/f3_2009/pie.jpg") top no-repeat;
}
