.fivestar-estrellas_de_nestor {
    color: transparent;
}

.fivestar-estrellas_de_nestor div.fivestar-widget-static .star {
  width: 28px;
  height: 28px;
  background: url(../img/star.png) no-repeat 0 0;
  float: left;
}

.fivestar-estrellas_de_nestor div.fivestar-widget-static .star span.on {
  background: url(../img/star.png) no-repeat 0 -58px;
  width: 80px;
  display: block;
  height: 28px;
}

.fivestar-estrellas_de_nestor div.fivestar-widget-static .star span.off {
  background: url(../img/star.png) no-repeat 0 0;
}

/* Javascript Star Version */
.fivestar-estrellas_de_nestor div.fivestar-widget .cancel,
.fivestar-estrellas_de_nestor div.fivestar-widget .star {
  width: 28px;
  height: 28px;
}

.fivestar-estrellas_de_nestor div.fivestar-widget .cancel,
.fivestar-estrellas_de_nestor div.fivestar-widget .cancel a {
  background: url(../img/cancel.png) no-repeat 0 0;
}

.fivestar-estrellas_de_nestor div.fivestar-widget .star,
.fivestar-estrellas_de_nestor div.fivestar-widget .star a {
  width: 28px;
  height: 28px;
  background: url(../img/star.png) no-repeat 0 0;
  float: left;
  color: transparent;
}

.fivestar-estrellas_de_nestor div.fivestar-widget div.on a {
  background-position: 0 -59px;
}

.fivestar-estrellas_de_nestor div.fivestar-widget div.hover a,
.fivestar-estrellas_de_nestor div.rating div a:hover {
  background-position: 0 -60px;
}

#edit-fivestar-submit {
    display: none;
}
