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

#reportaje {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background: url("../../imagenes/reports/snowzone_guinness_2008/fondo.jpg") top;
	color: #FBFBFB;
}

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

#reportaje h2 {
/*	display: block;
	height: 398px;*/
}
#reportaje h2 span {
	display:none;
}
.bloque_intro {
	display:block;
	width: 370px;
	padding-top: 240px;
	/*margin-top: -150px;*/
	padding-left: 10px;
	background:none;
}
.texto_intro {
	display:block;
	width: 360px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
	color:#FFFFFF;
}
.bloque {
	display:block;
}
#reportaje .texto, #reportaje .texto_largo {
	display: block;
	float: left;
	margin-top: 0px;
	padding-left: 5px;
	text-align: justify;
	color:#FFFFFF;
}
#reportaje .texto { width: 375px; }
#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: 500px;
	margin:0;
	padding:0;
}
.no_foto {
	display:block;
	width: 122px;
	height: 82px;
}
#reportaje .fotos li {
	margin: 0;
	padding:0;
	float: left;
}
#reportaje .fotos li a { display: block; }
#reportaje li a img { /*border: 1px solid #FFFFFF;*/ }
#reportaje li a:link img, #reportaje li a:visited img { border-color: #FFFFFF; }
#reportaje li a:hover img { border-color: #999999; }
#reportaje li a:active img { border-color: #ECECEC; }

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

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

#reportaje .fotos_largo {
	display:block;
	width: 800px;
}

#reportaje .fotos_largo li {
	margin: 0;
	padding:0;
	float: left;
}

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

#reportaje .agradecimientos {
	margin: 20px 0;
	font-size: 11px;
}

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

#footer_reportaje {
	clear: both;
	margin: 5px 0 0 0;
	padding: 30px 0 0 20px;
	text-align : justify;
	font-size: 7pt;
	height: 80px;
	background: transparent url("../../imagenes/reports/snowzone_guinness_2008/pie.jpg") top no-repeat;
}
