#clientes{
	border-radius:5px;
	border:1px solid #ccc;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(143,143,143,1);
-moz-box-shadow: 5px 5px 5px 0px rgba(143,143,143,1);
box-shadow: 5px 5px 5px 0px rgba(143,143,143,1);
}
img{
	max-width: 100%;
}

#listres{
	margin-top: 15px;
	/*margin-right: 15px;*/
}
#clienrec:hover{
	opacity: 0.6;

}
.ratings {
            overflow:   visible;
            position:   relative;
            width:      100%;
            /* height:     100px;*/
        }
.ratings_stars {
            background: url('../img/estrellaVacia.png') no-repeat;
            float:      left;
            padding:    0 ;
            width: 18px;
            height: 18px;
        }
.ratings_vote {
            background: url('../img/estrellaLlena.png') no-repeat;
        }
.ratings_over {
            background: url('../img/estrellaHover.png') no-repeat;
        }
        
.total_votes {  
    background: #eaeaea;  
    top: 25px;  
    left: 0;  
    padding: 5px;  
    position:   absolute;  
}  
.product{  
    font: 10px verdana, sans-serif;  
    margin: 0 auto ;  
    width: 100%; 
    height:50px;
}  


