.rating {
	cursor: pointer;
	clear: both;
	display: block;
	position:relative;
	padding: 0px;
	width: 94px;
	/*height:18px;*/
	overflow:hidden;
	margin:  0px auto 0 auto;	
}
.starRpta {
	/*height:15px;
	width:140px;
	padding:1px;*/
	text-align:center;
	padding-top:10px;
	color:#3FA79C;
}
/*.cancel,*/
.star {
	float: left;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
/*.cancel,
.cancel a {background: url(delete.gif) no-repeat 0 -16px;}
*/
.star,
.star a {background: url(../imxs/estrellas.png) no-repeat 0 0px;}
	
/*.cancel a,*/
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a, div.rating_after div.on  {
	background-position: 0 -18px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -36px;
}

.valoracionlenda{
	text-align:center;
	padding-top:10px;
	color:#3FA79C;
}

.rating_after {
	clear: both;
	display: block;
	position:relative;
	padding: 0px;
	width: 94px;
	/*height:18px;*/
	overflow:hidden;
	margin:  0px auto 0 auto;	
	
}

div.rating_after div.star{
	cursor: auto;
}
