/**
 * Settings for all stars.
 */
div.fivestar-widget-static .star,
div.fivestar-widget .star,
div.fivestar-widget div.on a {
  height: 13px;
}

div.fivestar-widget .star,
div.fivestar-widget .star a,
div.fivestar-widget-static .star,
div.fivestar-widget-static .star span.on {
  background: no-repeat 0 0;
  background-image: url(bolitas.png);
  width: 14px;
}

div.fivestar-widget-static .star span.on,
div.fivestar-widget-static .star span.on a,
div.fivestar-widget div.on a {
  background-position: 0 -13px;
}

div.fivestar-widget div.hover a,
div.rating div a:hover {
  background-position: 0 -13px;
}

/**
 * Unique default setting for each star.
 */
div.fivestar-widget .star-1,
div.fivestar-widget .star-1 a,
div.fivestar-widget-static .star-1 span.off {
  background-position: -57px 0;
}
 
div.fivestar-widget .on.star-1,
div.fivestar-widget .on.star-1 a,
div.fivestar-widget .hover.star-1 a,
div.fivestar-widget .star-1 a:hover,
div.fivestar-widget-static .star-1 span.on {
    background-position: 0 -13px;
}

div.fivestar-widget .star-2,
div.fivestar-widget .star-2 a,
div.fivestar-widget-static .star-2 span.off {
  background-position: -57px 0;
}

div.fivestar-widget .on.star-2,
div.fivestar-widget .on.star-2 a,
div.fivestar-widget .hover.star-2 a,
div.fivestar-widget .star-2 a:hover,
div.fivestar-widget-static .star-2 span.on {
  background-position: -14px -26px;
}

div.fivestar-widget .star-3,
div.fivestar-widget .star-3 a,
div.fivestar-widget-static .star-3 span.off {
  background-position: -57px 0;
}

div.fivestar-widget .on.star-3,
div.fivestar-widget .on.star-3 a,
div.fivestar-widget .hover.star-3 a,
div.fivestar-widget .star-3 a:hover,
div.fivestar-widget-static .star-3 span.on {
  background-position: -28px -39px;
}

div.fivestar-widget .star-4,
div.fivestar-widget .star-4 a,
div.fivestar-widget-static .star-4 span.off {
  background-position: -57px 0;
}

div.fivestar-widget .on.star-4,
div.fivestar-widget .on.star-4 a,
div.fivestar-widget .hover.star-4 a,
div.fivestar-widget .star-4 a:hover,
div.fivestar-widget-static .star-4 span.on {
  background-position: -42px -52px;
}

div.fivestar-widget .star-5,
div.fivestar-widget .star-5 a,
div.fivestar-widget-static .star-5 span.off {
  background-position: -57px 0;
}

div.fivestar-widget .on.star-5,
div.fivestar-widget .on.star-5 a,
div.fivestar-widget .hover.star-5 a,
div.fivestar-widget .star-5 a:hover,
div.fivestar-widget-static .star-5 span.on {
  background-position: -57px -65px;
}

/**
 * Cancel button.
 */
div.fivestar-widget .cancel,
div.fivestar-widget .cancel a {
  background-image: url(cancel.png);
  height: 13px;
  background-position: 0 -2px;
}

div.fivestar-widget .cancel a:hover {
  background-position: 0 -18px;
}