/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
#raiting-stars div.rating-cancel, #raiting-stars div.star-rating{float:left;width:23px;height:19px;text-indent:-999px;cursor:pointer;background:transparent;overflow:hidden}
#raiting-stars div.rating-cancel, #raiting-stars div.rating-cancel a{display:none;}
#raiting-stars div.star-rating{display:block;}
#raiting-stars div.rating-cancel a, #raiting-stars div.star-rating a{text-indent:-999px; overflow: hidden; font-size:0px; text-align:center;}
#raiting-stars div.rating-cancel a{background:url(../images/delete.gif) no-repeat; text-indent:-999px;}
div.star-rating,div.star-rating a{background:url(../images/icn_parentesis_gris.png) no-repeat center; text-indent:-999em; display: block;}
div.rating-cancel a,div.star-rating a{display:block;background-position:0 0px;border:0}
div.rating-cancel a{width:16px;height:15px; margin-top:2px;}
div.star-rating a{width:21px;height:19px}
div.star-rating-on a{background-image: url(../images/icn_parentesis_azul.png)}
div.star-rating-hover a{background-image: url(../images/icn_parentesis_azul.png)}
#raiting-stars div.rating-cancel a:hover{background-position:0 -16px;}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
#raiting-stars
{
	height: 70px;
	width: 180px;
	float: right;
	clear: both;
	background-image: url(../images/bg_voto_raiting.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-left: 243px;
	display: block;
}

