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

#reportaje {
	margin: 0;
	padding: 0;
	background: #e5e5e5 url("../../imagenes/reports/totalfight2009/cabecera.jpg") top no-repeat;
	color: #336;
}

#reportaje a:link, #cuerpo a:visited { color: #036; }
#reportaje a:hover {	color: #d40; }
#reportaje a:active { color: #036; }

#reportaje h2 {
	display: block;
	height: 425px;
}

#reportaje .texto, #reportaje .texto_largo {
	display: inline;
	float: left;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}
#reportaje .texto { width: 320px; margin-bottom: 0;}
#reportaje .texto_largo { width: 860px; }


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

#reportaje ul.fotos {
    width: 840px;
    padding: 0;
    margin: 0 auto;

}

#reportaje .fotos li {
    float: left;
    width: 120px;
	 margin: 0 0 5px 15px;
}
#reportaje .fotos li a {
    display: block;
    width: 120px;
    padding: 4px 0;
    float: left;
}
#reportaje li a img { border: 1px solid #336; }
#reportaje li a:link img, #reportaje li a:visited img { border-color: #336; }
#reportaje li a:hover img { border-color: #d40; }
#reportaje li a:active img { border-color: #336; }

#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: 20px 0;
	font-size: 11px;
}

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

#footer_reportaje {
	background: transparent url("../../imagenes/reports/totalfight2009/pie.jpg") bottom no-repeat;
	clear: both;
	margin: 0;
	padding: 0;
	height: 300px;
}

.copyright {
	text-align : justify;
	font-size: 7pt;
	margin-top: 0px;
 	padding-top: 80px;
	padding-left: 20px;
}
