/* CSS Document */

h3 {
	margin-bottom: 1em;
}

#titulo-pagina {
	padding-top: 5px;
	text-align: right;
}

#titulo-pagina h2 {
	padding-right: 10px;
}

#titulo-pagina p {
	color: #8DC63F;
	padding-right: 10px;
}

#contenido-vista {
	padding: 10px 10px 10px 14px;
}

#reportajes {
	margin-bottom: .3em;
}

#reportajes .reportaje {
	float: left;
	width: 250px;
	margin: 0px 11px 10px 0px;
	color: #fff;
	overflow: hidden;
}

#reportajes .sinmargen {
	margin-right: 0px;
}

.reportaje p {
	margin-bottom: .2em;
}

.reportaje .cover {
	float: left;
	
}

.reportaje .preview {
	width: 130px;
	float: right;
}

.reportaje .cover {
	margin-bottom: .3em;
}

.reportaje .preview div {
	margin: 10px 0px 10px 10px;
}

.reportaje p.descripcion {
	font-size: .9em;
	color: #B3B3B3;
}

#paginacion {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#paginacion a {
	font-size: .8em;
	vertical-align: middle;
	padding: 0px 2px;
}

#paginacion img {
	vertical-align: middle;
}


/* Puntuación */
div#resultados_votacion.cajaborde {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#resultados_votacion .puntuacion {
	float: right;
}

#resultados_votacion .puntuacion img {
	margin-bottom: 10px;
}

#resultados_votacion .puntuacion_1 strong {
	color: #F1D24B;
}

#resultados_votacion .puntuacion_2 strong {
	color: #FFF;
}

#resultados_votacion .puntuacion_3 strong {
	color: #FF9852;
}

#resultados_votacion .cover {
	float: left;
	background: #444;
	margin: 0px;
}

#resultados_votacion .previewtext {
	margin: 0px 0px 0px 10px;
	width: 260px;
}

#resultados_votacion .previewtext .preview .cajaborde {
	border: none;
	margin-right: 5px;
}

#resultados_votacion .previewtext .texto {
	margin-top: 10px;
}