
	.reportaje{ position:relative; padding:10px; }
		.reportaje .encabezadoReportaje { position:relative; margin-top:7px; width:100%; }
			.reportaje .encabezadoReportaje div { position:absolute; top:20px; right:0px; text-align:right; }
		.reportaje .tituloReportaje {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:21px; text-transform:uppercase;}

		.reportaje .redaccion { position:relative; margin:0; }
		.reportaje .redaccion div { margin-top:15px; float:left; }
		.reportaje .redaccion .texto { width:300px; text-align:justify; }
		.reportaje .redaccion .texto p { margin-bottom:10px; }
		.reportaje .redaccion .texto p strong { color:#33ccff; font-weight:normal; }
		.reportaje .redaccion .texto p a { color:#33ccff; }

		.reportaje .redaccion .imagenes { position:relative; margin-left:23px; width:194px; overflow:hidden; }
			.reportaje .redaccion .imagenes ul { position:relative; width:100%; line-height:30px; background-color:#ccc; list-style:none; }
			.reportaje .redaccion .imagenes li { font-size:12px; color:#666; background-color:#ccc; text-align:center; width:30px; float:left; border-right:1px solid #fff; }
			.reportaje .redaccion .imagenes li a { font-size:12px; color:#666; font-weight:bold; }
			.reportaje .redaccion .imagenes li a.seleccionado { color:#000; }
			.reportaje .redaccion .imagenes ul img { position:absolute; right:5px; top:3px; }
			.reportaje .redaccion .imagenes dl { background-color:#ebebeb; margin-top:23px; }
			.reportaje .redaccion .imagenes dt { background-color:#33ccff; color:#fff; line-height:30px; text-align:center; font-weight:bold;  }
			.reportaje .redaccion .imagenes dd { position:relative; padding:10px 10px 0px 10px; }
				.reportaje .redaccion .imagenes dd a { position:relative; color:#000; display:block; padding-bottom:11px; border-bottom:1px dashed #ccc; }
				.reportaje .redaccion .imagenes dd.masDetalles a { color:#999; padding:7px 0; border:0px; display:in-line; }

		.reportaje .redaccion br { clear:both; }


