div#indicator {
    position: absolute;
    width: 100px;
    height: 40px;
    left: 10px;
    top: 10px;
    z-index: 900;
    background: url(../../../img/indicator.gif) no-repeat 0 0;
}
.clickable {
    cursor: pointer;
}
label[for="star1"] {
}
#star1 {
}
#votacion .info_votacion {
    display: block;
}
#votacion form {
    display: inline;
}
.info_votacion img {
	float:none !important     /* quito posibles flotaciones de las imagenes */;
    border: 0 !important;    /* aqadm un important para que tenga mas fuerza */
    margin:0 !important;     /* quiti margenes y padding para asegurame de que ocupaban lo justo, ademas aqadm important para reafirmar el estilo */
    padding:0 !important;
}
div.estilos-votacion p.preview {
    float: left;
    margin: 0 1em 1em 0;
}
div.estilos-votacion ul li {
    list-style: none;
}

div.estilos-votacion h4 {
    margin: 3em 0 0 0;    
    clear:left;
}

.estado_votacion_vota,
.estado_votacion_votado {
    margin-top: 0;
    margin-left: 1em;
    font-size: 75%;
    font-style: italic;
    font-weight: bold;
    height: 1.5em;
    display: block;
}
.estado_votacion_votado {
    font-weight: normal;
}


/* Estilos para seleccionar las estrellas que se desean votar */
#estrellas-rate {
    width: 160px;
    height: 32px;
    line-height: 32px;
    position: relative;
    cursor: pointer;
    background-color: gray;
}
.estrella,
.estrella-completa,
.estrella-media,
.estrella-vacia {
    display: block;
    float: left;
    position: relative;
    top: 0;
    text-indent: -1000px;
    min-width: 32px;
    width: 32px;
    height: 32px;
}

.info_votacion, .form-votacion{padding:5px 0;}  /* para separarlas un poco de posibles textos superiores */
.estrellas-votado span{font-size:11px;display:block;font-weight:normal}
.estrellas-votado img{width:32px !important;height:32px !important;}