#boton{ 
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0;
    outline: none;
    padding: 0 0;
    width: 127px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #d03238;
    background: -webkit-linear-gradient(top,#d03238,#d03238);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    min-width: 60px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none!important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    height: 35px;
}

#boton:active{
    background: #f3bf99;
    background: -webkit-linear-gradient(top,#f3bf99,#f3bf99);
    color: #d03238;
    }