/*
	Sistema de votación por estrellas
	
	23-05-07
*/

/* SISTEMA DE VOTACION */
/*------------------------------------------------------------------------------*/

.votacion,
.votacion a:hover,
.votacion a:active,
.votacion a:focus,
.votacion .votos_actuales,
.votacion .votos_actuales_result {
	background: url(../img/estrellas/estrella.gif) left -1000px repeat-x;
}

.votacion {
 	position: relative;
	width: 110px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.votacion li {
	display: inline;
}

.votacion a,
.votacion span,
.votacion .votos_actuales,
.votacion .votos_actuales_result {
  	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.votacion a:hover,
.votacion a:active,
.votacion a:focus {
	background-position: left center;
}

.votacion a.r1_estrellas {
	width: 20%;
	z-index: 6;
}

.votacion a.r2_estrellas {
	width: 40%;
	z-index: 5;
}

.votacion a.r3_estrellas {
	width: 60%;
	z-index: 4;
}

.votacion a.r4_estrellas {
	width: 80%;
	z-index: 3;
}

.votacion a.r5_estrellas {
	width: 100%;
	z-index: 2;
}

.votacion .votos_actuales {
	z-index: 1;
	background-position: left center;
}

.votacion .votos_actuales_result {
	z-index: 1;
	background-position: left bottom;
}


/* ESTRELLA PEQUEÑA */
.estrella_peq {
	/*clear: both;*/
	height: 15px;
	margin: 0 0.5em;
	width: 81px;
}

.estrella_peq,
.estrella_peq a:hover,
.estrella_peq a:active,
.estrella_peq a:focus,
.estrella_peq .votos_actuales,
.estrella_peq .votos_actuales_result{
	background-image: url(../img/estrellas/estrella_peq.gif);
	line-height: 15px;
	height: 15px;
}

