/*votacion*/
.votacion_estrellas{list-style:none;margin: 0px;padding:0px;width: 100px;height: 20px;position: relative;	background: url(estrellas.gif) top left repeat-x;}
.votacion_estrellas li{	padding:0px;margin:0px;float: left;	}
.votacion_estrellas li a{	display:block;width:20px;	height: 20px;	text-decoration: none;text-indent: -9000px;z-index: 20;	position: absolute;	padding: 0px;	}
.votacion_estrellas li a:hover{	background: url(estrellas.gif) left center;	z-index: 2;	left: 0px;}
.votacion_estrellas a.one-star{	left: 0px;}
.votacion_estrellas a.one-star:hover{	width:20px;	}
.votacion_estrellas a.two-stars{left:20px;}
.votacion_estrellas a.two-stars:hover{width: 40px;}
.votacion_estrellas a.three-stars{left: 40px;}
.votacion_estrellas a.three-stars:hover{width: 60px;}
.votacion_estrellas a.four-stars{	left: 60px;	}	
.votacion_estrellas a.four-stars:hover{	width: 80px;}
.votacion_estrellas a.five-stars{	left: 80px;}
.votacion_estrellas a.five-stars:hover{	width: 100px;	}
.votacion_estrellas li.current-rating{background: url(estrellas.gif) left bottom;	position:absolute;	height: 20px;	display: block;	text-indent: -9000px;	z-index: 1;	}
.hack_explorer {background-image: url(img/pensando.gif);}

