@charset "utf-8";
/* CSS Document */

/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.stvotos{
	width:100px;
	height:21px;
	margin:0px 0px;
	padding:0;
	list-style:none;
	/*clear:both;*/
	position:relative;
	background: url(../../comunidad/contenido/matrixmango.png) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.novoto {background-position:0 0}
.unvoto {background-position:0 -21px}
.dosvotos {background-position:0 -42px}
.tresvotos {background-position:0 -63px}
.cuatrovotos {background-position:0 -84px}
.cincovotos {background-position:0 -105px}

ul.stvotos li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
	position:relative;
}
ul.stvotos li a {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:21px;
	text-decoration:none;
	z-index: 200;
}
ul.stvotos li.unvoto a {left:0}
ul.stvotos li.dosvotos a {left:20px;}
ul.stvotos li.tresvotos a {left:40px;}
ul.stvotos li.cuatrovotos a {left:60px;}
ul.stvotos li.cincovotos a {left:80px;}
ul.stvotos li a:hover {
	z-index:2;
	width:100px;
	height:21px;
	overflow:hidden;
	left:0;	
	background: url(../../comunidad/contenido/matrixmango.png) no-repeat 0 0;

}
ul.stvotos li.unvoto a:hover {background-position:0 -231px;}
ul.stvotos li.dosvotos a:hover {background-position:0 -252px;}
ul.stvotos li.tresvotos a:hover {background-position:0 -273px}
ul.stvotos li.cuatrovotos a:hover {background-position:0 -294px}
ul.stvotos li.cincovotos a:hover {background-position:0 -315px}


.mediovoto {background-position:0 -126px}
.unmediovoto {background-position:0 -147px}
.dosmediovoto {background-position:0 -168px}
.tresmediovoto {background-position:0 -189px}
.cuatromediovoto {background-position:0 -210px}

/* end rating code */



#votodes img
{
margin:0px 2px;
float:left;
border:none;
	
}

.stvotosresultado
{
margin:10px 5px;
line-height:21px;
position:relative;
float:left;	
}

.stvotosresultado span
{
margin:0px 2px;

}



