#esp_valoraciones_columna img{
    max-width: 100px;
}

#esp_valoraciones_columna {
    clear: both;
    margin: 0 auto;
    background-color: #eee;
    color: #000;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.esp_valoraciones_avg{
    background-color: #fff;
    float: left;
    font-size: 34px;
    font-weight: bold;
    line-height: 65%;
    padding: 5px 0;
    width: 100%;
}

.esp_valoraciones_avg > span {
    clear: both;
    display: block;
    font-size: 14px;
}

#esp_valoraciones_columna > p{
    float: left;
    clear: both;
    width: 100%;
}

#esp_valoraciones_columna > p > span{
    width: 49%;
    float: left;
    font-size: 15px;
}

#esp_valoraciones_columna > p > span:first-child{
    text-align: left;
    width:65%;
    margin-right:1%;
}

#esp_valoraciones_columna > p > span:last-child{
    text-align: right;
    width:34%;
}

.product_list.list .barraestrellas > div:first-child{
    left: 14px !important;
}