/* CSS Document */
ul.ivot { list-style:none; margin:0 0 1em 0; padding:0; }
ul.ivot li { display: block; background:url(../images/estrella_vacia.gif) no-repeat;
	width:19px; height:18px; float:left; }
ul.ivot li:hover { background:url(../images/estrella_hover.gif) no-repeat; }
ul.ivot li span { visibility:hidden; }

ul.ivot li.over {background:url(../images/estrella_hover.gif) no-repeat;}
ul.ivot li.normal {background:url(../images/estrella_vacia.gif) no-repeat;}
ul.ivot li.marcada {background:url(../images/estrella_amarilla.gif) no-repeat;}

#ivot_msg { margin: 0.3em 0 0 0; }

