.dato {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

.valor {
	margin-bottom: 10px;
}

.nota {
	display: inline;
	float: left;
	font-size: 19px;
	font-weight: bold;
}

.votos {
	font-size: 12px;
	color: #8a8a8a;
}

.estrellas {
	display: inline;
	float: left;
	margin-right: 15px;
	height: 19px;
	background: transparent url(../img/estrellas.png) no-repeat scroll left top;
	
}

.estrella {
	background: transparent url(../img/estrellas.png) no-repeat scroll left bottom; 
	width: 20px;
	height: 19px;
	display: block;
	float: left;
}

.estrella.activada {
	background: transparent url(../img/estrellas.png) no-repeat scroll left top; 
}
