﻿.btnPaquetes_Privados {
    /*GRADIANTE*/
    background: rgba(248,80,50,1);
    background: -moz-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(154,77,8,1) 0%, rgba(230,167,59,1) 25%, rgba(230,167,59,1) 75%, rgba(154,77,8,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,1)), color-stop(0%, rgba(154,77,8,1)), color-stop(25%, rgba(230,167,59,1)), color-stop(75%, rgba(230,167,59,1)), color-stop(100%, rgba(154,77,8,1)));
    background: -webkit-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(154,77,8,1) 0%, rgba(230,167,59,1) 25%, rgba(230,167,59,1) 75%, rgba(154,77,8,1) 100%);
    background: -o-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(154,77,8,1) 0%, rgba(230,167,59,1) 25%, rgba(230,167,59,1) 75%, rgba(154,77,8,1) 100%);
    background: -ms-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(154,77,8,1) 0%, rgba(230,167,59,1) 25%, rgba(230,167,59,1) 75%, rgba(154,77,8,1) 100%);
    background: linear-gradient(to right, rgba(248,80,50,1) 0%, rgba(154,77,8,1) 0%, rgba(230,167,59,1) 25%, rgba(230,167,59,1) 75%, rgba(154,77,8,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#9a4d08', GradientType=1 );
    font-size: 18px !important;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #000000;
    color: #ffffff;
    text-transform: uppercase;
    width: 85%;
}
