/*!
 * jQuery UI Stars v2.0.0
 *
 * Copyright (c) 2009 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * $Rev: 50 $
 * $Date:: 2009-05-05 #$
 * $Build: 3 (2009-05-05)
 *
 */
 
.ui-stars-star,
.ui-stars-cancel {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.ui-stars-star a,
.ui-stars-cancel a {
	display: block;
	width: 12px;
	height: 100%;
	background: url(../imagenes/estrellas.gif) no-repeat 0 0px;
}
.ui-stars-star a {
	background-position: 0 0;
}
.ui-stars-star-on a {
	background-position: -13px 0px;
}
.ui-stars-star-hover a {
	background-position: -26px 0px;
}
.ui-stars-cancel-hover a {
	background-position: -13px 0px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}
