
#divContactenosFlotante {
    position: fixed;
    top: 0%;
    margin: auto;
    right: -500px;
    z-index: 100;
    width: 500px;
}

#divContactenosFlotante.active{
    position: fixed;
    top: 0%;
    margin: auto;
    right: 0px;
    z-index: 100;
    width: 500px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}


#divContactenosFlotante .botonContactoCanvas{
    position: absolute;
    top:100px;
    left: -88px;
    background: #FF6300;
    background: -webkit-linear-gradient(#FF6300,#FF8F00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF6300,#FF8F00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF6300,#FF8F00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF6300,#FF8F00); /* Standard syntax */
    width: 140px;
    height: 35px;
    padding: 0px 10px !important;
    font-size: 22px;
    text-transform: uppercase;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 1px 1px 1px #444;
    
    z-index: 999;
}

.botonContactoCanvas:hover{
    background: #FF6300;
}
.botonContactoCanvas a{
    color: white;
}

.botonContactoCanvas a:hover{
    text-decoration: none;
}

#divContactenosFlotanteMobile {
    position: fixed;
    top: 4%;
    margin: auto;
    right: 12px;
    z-index: 1100;
    width: 50px;
}

#divContactenosFlotanteMobile .botonContactoCanvas{
    position: absolute;
    top:0px;
    left: 0px;
    background: #FF6300;
    background: -webkit-linear-gradient(#FF6300,#FF8F00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF6300,#FF8F00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF6300,#FF8F00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF6300,#FF8F00); /* Standard syntax */
    width: 42px;
    height: 42px;
    padding: 0px 8px !important;
    font-size: 28px;
    text-transform: uppercase;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 1px #444;
    opacity: .8;
    z-index: 999;
}