
  .estrellas{
    margin:10px 0px;
  }

  .estrellas2{
  }

  .estrella_1{
    background:url(/lib/ebdml/57/estrella_gris_1.png) top left no-repeat;
    width:8px;
	height:16px;
    float:left;
    cursor:move;
    cursor:pointer;
  }

  .estrella_2{
    background:url(/lib/ebdml/57/estrella_gris_2.png) top left no-repeat;
    width:8px;
	height:16px;
    float:left;
    padding-left:4px;
    cursor:move;
    cursor:pointer;
  }

  .clear{
    clear:both;
  }


