i have a problem using css.
.ventabotones div{
    float:left;
    margin-right: 3%;
}
.ventabotones{
    overflow:hidden;
}
.ventabotones{
    height:80px;
    border: 1px solid;
    border-radius: 10px;
}
How could center horizontally #ventabotones content?
 
    