
/* Colors */

/**/

.side-buttons {
    top:300px;
    right: 0px;
    width:100px;
    z-index: 10;
    
}
.side-buttons a {
    background:rgba(54,61,76,0.99);
    font-size: 11px;
    padding:10px;
    display: block;
    clear:both;
    margin:0px 0px 5px 0px;
    color:#FFF;
    text-align: center;
    text-transform: uppercase
}
.side-buttons .cotizarblue {
   /* background:rgba(0,173,239,0.99);*/
    background:#AE9D00;
}
.side-buttons .cotizarblue:hover {
    background:rgba(0, 81, 116,0.99);
}
.side-buttons img {
    width:20px;
    height:auto;
}

.side-buttons a:hover{
    transform:scale(1.1);
    background:rgba(40,56,93,0.9);
    }
