﻿/*Estilos de Botones y Plecas*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 5px;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
*.clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* Estilo base del botón */
.boton {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue",hevetica,sans-serif;
    font-weight: 100;
    text-shadow: 0 1px 1px rgba(0,0,0,.4),0 2px 2px rgba(0,0,0,.24);
}

article {
    display: block;
    width: 80%;
    margin: 25px auto;
}

/*Estilo General del Botón*/
.btn {
    cursor: pointer;
    text-decoration: none;
    border: 0;
    padding: .8em .8em 1em;
    display: block;
    float: left;
    text-align: center;
    width: 100px;
    margin-top: 20px;
    /*margin: .2em .4em;*/
    border: 1px solid #fff;
    font-family: "Helvetica Neue",hevetica,sans-serif;
    /*line-height: 1;*/
    color: #0DA2CC;
    text-shadow: 0 0 0;
    outline: 0;
    /*border-radius*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 25px;
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: .2;
    color: #fff;
    text-shadow: 0 -1px 4px rgba(0,0,0,.4);
    /*box-shadow*/
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    position: relative;
}

    .btn.GvDerecho {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
    }
    /*Estilos del evento al pasar el puntoreo sobre botón general*/
    .btn:hover {
        top: 0px;
        -webkit-box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        -moz-box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.4), inset 0 -1px 0px rgba(255,255,255,.2);*/
    }

    /*Cotizador Flotillas*/
    .btn.azulMarino {
        background: rgba(0,116,240,1);
        background: -moz-linear-gradient(top, rgba(0,116,240,1) 0%, rgba(0,60,128,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,116,240,1)), color-stop(100%, rgba(0,60,128,1)));
        background: -webkit-linear-gradient(top, rgba(0,116,240,1) 0%, rgba(0,60,128,1) 100%);
        background: -o-linear-gradient(top, rgba(0,116,240,1) 0%, rgba(0,60,128,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,116,240,1) 0%, rgba(0,60,128,1) 100%);
        background: linear-gradient(to bottom, rgba(0,116,240,1) 0%, rgba(0,60,128,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074f0', endColorstr='#003c80', GradientType=0 );
        border: 1px solid #003c80;
    }

    /*Cotizador GMM*/
    .btn.azul {
        /*linear-gradient*/
        background: -webkit-gradient(linear,left top,left bottom,from(#44C1F0),to(#1273B9));
        background: -webkit-linear-gradient(#44C1F0,#1273B9);
        background: -moz-linear-gradient(#44C1F0,#1273B9);
        background: -o-linear-gradient(#44C1F0,#1273B9);
        background: linear-gradient(#44C1F0,#1273B9);
        border: 1px solid #1273B9;
    }
    /*Cotizador Hogar*/
    .btn.rojo {
        /*linear-gradient*/
        background: -webkit-gradient(linear,left top,left bottom,from(#e74c3c),to(#c0392b));
        background: -webkit-linear-gradient(#e74c3c,#c0392b);
        background: -moz-linear-gradient(#e74c3c,#c0392b);
        background: -o-linear-gradient(#e74c3c,#c0392b);
        background: linear-gradient(#e74c3c,#c0392b);
        border: 1px solid brown;
    }
    /*Cotizador Autos*/
    .btn.naranja {
        /*linear-gradient*/
        background: -webkit-gradient(linear,left top,left bottom,from(#F68922),to(#cf6800));
        background: -webkit-linear-gradient(#F68922,#cf6800);
        background: -moz-linear-gradient(#F68922,#cf6800);
        background: -o-linear-gradient(#F68922,#cf6800);
        background: linear-gradient(#F68922,#cf6800);
        border: 1px solid #EA8011;
    }
    /*Cotizador Vida*/
    .btn.verde {
        /*linear-gradient*/
        background: -webkit-gradient(linear,left top,left bottom,from(#A2C152),to(#779e02));
        background: -webkit-linear-gradient(#A2C152,#779e02);
        background: -moz-linear-gradient(#A2C152,#779e02);
        background: -o-linear-gradient(#A2C1521,#779e02);
        background: linear-gradient(#A2C152,#779e02);
        border: 1px solid #779E02;
        line-height: 10px;
    }
    /*Cotizador Flotillas*/
    .btn.morado {
        /*linear-gradient*/
        background: rgba(131,97,153,1);
        background: -moz-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(131,97,153,1)), color-stop(44%, rgba(114,84,133,1)), color-stop(100%, rgba(86,48,109,1)));
        background: -webkit-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
        background: -o-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
        background: -ms-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
        background: linear-gradient(to bottom, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#836199', endColorstr='#56306d', GradientType=0 );
        border: 1px solid #56306d;
    }
    /*Cotizador Flotillas*/
    .btn.azulMarino {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c80', endColorstr='#011933', GradientType=0 );
        border: 1px solid #011933;
        top: 0px;
        left: 0px;
    }

/***************************************************************************************************/
/*Estilos botón con imagen Menú Administrador*/
.btnMenu {
    /*letter-spacing: .1em;*/
    text-decoration: none;
    border: 0;
    padding: .8em .8em 1em;
    padding-top: 25px;
    display: block;
    float: left;
    text-align: center;
    width: 200px;
    margin: .4em .9em;
    border: 1px solid #fff;
    font-family: 'Century Gothic';
    /*line-height: 1;*/
    color: #0DA2CC;
    text-shadow: 1px 1px 1px black;
    outline: 0;
    /*border-radius*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 200px;
    /*font-weight: bold;*/
    /*letter-spacing: .1em;*/
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0 -1px 4px rgba(0,0,0,.4);
    /*box-shadow*/
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    position: relative;
}
    /*Estilos del evento al pasar el puntoreo sobre botón con imagen*/
    .btnMenu:hover {
        top: 0px;
        -webkit-box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        -moz-box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        -webkit-box-shadow: 0px 0px 14px -1px rgba(13,13,13,1);
        -moz-box-shadow: 0px 0px 14px -1px rgba(13,13,13,1);
        box-shadow: 0px 0px 14px -1px rgba(13,13,13,1);
        /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.4), inset 0 -1px 0px rgba(255,255,255,.2);*/
    }

    /*Cotizador GMM - con imagen*/
    .btnMenu.azul {
        /*linear-gradient*/
        background: -webkit-gradient(linear,left top,left bottom,from(#44C1F0),to(#1273B9));
        background: -webkit-linear-gradient(#44C1F0,#1273B9);
        background: -moz-linear-gradient(#44C1F0,#1273B9);
        background: -o-linear-gradient(#44C1F0,#1273B9);
        background: linear-gradient(#44C1F0,#1273B9);
        border: 1px solid #1273B9;
    }

    /*Cotizador Hogar - con imagen*/
    .btnMenu.rojo {
        /*linear-gradient*/
        background: -webkit-gradient(linear,left top,left bottom,from(#e74c3c),to(#c0392b));
        background: -webkit-linear-gradient(#e74c3c,#c0392b);
        background: -moz-linear-gradient(#e74c3c,#c0392b);
        background: -o-linear-gradient(#e74c3c,#c0392b);
        background: linear-gradient(#e74c3c,#c0392b);
        border: 1px solid brown;
    }
    /*Cotizador Autos - con imagen*/
    .btnMenu.naranja {
        /*linear-gradient*/
        background: -webkit-gradient(linear,left top,left bottom,from(#F68922),to(#cf6800));
        background: -webkit-linear-gradient(#F68922,#cf6800);
        background: -moz-linear-gradient(#F68922,#cf6800);
        background: -o-linear-gradient(#F68922,#cf6800);
        background: linear-gradient(#F68922,#cf6800);
        border: 1px solid #EA8011;
    }
    /*Cotizador Vida - con imagen*/
    .btnMenu.verde {
        /*linear-gradient*/
        background: -webkit-gradient(linear,left top,left bottom,from(#A2C152),to(#779e02));
        background: -webkit-linear-gradient(#A2C152,#779e02);
        background: -moz-linear-gradient(#A2C152,#779e02);
        background: -o-linear-gradient(#A2C1521,#779e02);
        background: linear-gradient(#A2C152,#779e02);
        border: 1px solid #2e8a25;
    }
    /*Cotizador Flotillas - con imagen*/
    .btnMenu.morado {
        /*linear-gradient*/
        background: rgba(131,97,153,1);
        background: -moz-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(131,97,153,1)), color-stop(44%, rgba(114,84,133,1)), color-stop(100%, rgba(86,48,109,1)));
        background: -webkit-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
        background: -o-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
        background: -ms-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
        background: linear-gradient(to bottom, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#836199', endColorstr='#56306d', GradientType=0 );
        border: 1px solid #56306d;
    }

    /*Cotizador Flotillas*/
    .btnMenu.azulMarino {
        background: rgba(0,60,128,1);
        background: -moz-linear-gradient(top, rgba(0,60,128,1) 0%, rgba(1,25,51,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,60,128,1)), color-stop(100%, rgba(1,25,51,1)));
        background: -webkit-linear-gradient(top, rgba(0,60,128,1) 0%, rgba(1,25,51,1) 100%);
        background: -o-linear-gradient(top, rgba(0,60,128,1) 0%, rgba(1,25,51,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,60,128,1) 0%, rgba(1,25,51,1) 100%);
        background: linear-gradient(to bottom, rgba(0,60,128,1) 0%, rgba(1,25,51,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c80', endColorstr='#011933', GradientType=0 );
        border: 1px solid #011933;
    }

/***************************************************************************************************/
/*Estilos del Pie de Página*/
.PlecaPiePagina {
    border: 0;
    padding: 0;
    padding-top: 13px;
    padding-bottom: 0px;
    width: 900px;
    height: 100%;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    text-shadow: 0 0 0 rgba(0,0,0,.4);
    /*border-radius*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*Degradado*/
    background: rgba(222,222,224,1);
    background: -moz-linear-gradient(top, rgba(222,222,224,1) 0%, rgba(166,166,167,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,222,224,1)), color-stop(100%, rgba(166,166,167,1)));
    background: -webkit-linear-gradient(top, rgba(222,222,224,1) 0%, rgba(166,166,167,1) 100%);
    background: -o-linear-gradient(top, rgba(222,222,224,1) 0%, rgba(166,166,167,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,222,224,1) 0%, rgba(166,166,167,1) 100%);
    background: linear-gradient(to bottom, rgba(222,222,224,1) 0%, rgba(166,166,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedee0', endColorstr='#a6a6a7', GradientType=0 );
    /*box-shadow*/
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    position: relative;
}

.ImgPiePagina {
    border: 0;
    margin-top: 30px;
    padding: 0;
    width: 160px;
    height: 65px;
    float: left;
    text-align: left;
    margin-left: 10px;
}

.TextoPiePagina {
    padding: 7px;
    padding-top: 0px;
    width: 715px;
    float: left;
    position: relative;
}

.AvisoLegal {
    border: 0;
    padding: 0;
    margin: 0 auto;
    margin-left: 178px;
    height: 25px;
    line-height: 2;
    position: absolute;
}

.AvisosIFAI {
    color: #003A7F;
    /*color: #6F2368;*/
    font-family: 'Century Gothic';
    font-size: 12px;
    outline: 0;
    text-decoration: none;
}

    .AvisosIFAI.Condiciones {
        margin-left: 470px;
    }

    .AvisosIFAI:hover {
        font-weight: bold;
    }
/***************************************************************************************************/
/*Estilos Versión*/
.PlecaVersion {
    width: 100px;
    border: 0;
    height: 20px;
    background-color: #4d4d4d;
    position: relative;
    line-height: 1.8;
    font-family: 'Century Gothic';
    font-size: 10px;
    color: white;
}

.UserImage {
    position: absolute;
    margin-left: 2px;
    margin-top: 3px;
}

.NombreUsuario {
    margin-left: 20px;
    position: absolute;
}

.VersionSistema {
    margin-left: 828px;
    position: absolute;
}

.FechaActual {
    margin-left: 418px;
    position: absolute;
}

/* 
.FechaActual {
    margin-left: 10px;
    position: absolute;
}
.UsuariosActivos {
    margin-left: 418px;
    position: absolute;
}
*/
/***************************************************************************************************/
/*Estilo para Credencial, Logo Teléfono de Usuario*/

.plecaCredencial {
    text-decoration: none;
    appearance: none;
    border: 0;
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    font-family: 'Arial', Helvetica, Clean, sans-serif;
    color: #0DA2CC;
    text-shadow: 0 0 0;
    outline: 0;
    /*border-radius*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 20px;
    font-size: 12px;
    line-height: 1.8;
    color: #fff;
    text-shadow: 0 -1px 4px rgba(0,0,0,.4);
    position: relative;
}

    /*Pleca Bienvenid@*/
    .plecaCredencial.GrisFuerte {
        background: rgba(130,130,130,1);
        background: -moz-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(88,88,88,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,130,130,1)), color-stop(100%, rgba(88,88,88,1)));
        background: -webkit-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(88,88,88,1) 100%);
        background: -o-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(88,88,88,1) 100%);
        background: -ms-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(88,88,88,1) 100%);
        background: linear-gradient(to bottom, rgba(130,130,130,1) 0%, rgba(88,88,88,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#585858', GradientType=0 );
    }

        .plecaCredencial.GrisFuerte.Superior {
            border-radius: 4px 4px 0px 0px;
            -moz-border-radius: 4px 4px 0px 0px;
            -webkit-border-radius: 4px 4px 0px 0px;
        }

.LogoUsuario {
    text-decoration: none;
    appearance: none;
    border: 0;
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    /*border: 1px solid #fff;*/
    font-family: 'Arial', Helvetica, Clean, sans-serif;
    /*line-height: 1;*/
    color: #0DA2CC;
    text-shadow: 0 0 0;
    outline: 0;
    /*border-radius*/
    height: 100px;
    /*font-weight: bold;*/
    font-size: 1.4em;
    line-height: 1.8;
    color: #fff;
    text-shadow: 0 -1px 4px rgba(0,0,0,.4);
    border-right: 1px solid #CCCCCC;
    position: relative;
}

    .LogoUsuario.Inferior {
        border-radius: 0px 0px 4px 4px;
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-bottom: 1px solid #CCCCCC;
    }

.TelefonoUsuario {
    text-decoration: none;
    appearance: none;
    border: 0;
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    /*border: 1px solid #fff;*/
    font-family: 'Century Gothic';
    /*line-height: 1;*/
    outline: 0;
    /*border-radius*/
    height: 20px;
    /*font-weight: bold;*/
    font-size: 13px;
    line-height: 1.8;
    color: #4d4d4d;
    text-align: center;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    position: relative;
}

/***************************************************************************************************/
/*Estilo General de Plecas para Cotizadores*/
.pleca {
    text-decoration: none;
    appearance: none;
    border: 0;
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    /*border: 1px solid #fff;*/
    font-family: 'Arial', Helvetica, Clean, sans-serif;
    /*line-height: 1;*/
    color: #0DA2CC;
    text-shadow: 0 0 0;
    outline: 0;
    /*border-radius*/
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    height: 30px;
    /*font-weight: bold;*/
    font-size: 1.4em;
    line-height: 1.8;
    color: #fff;
    text-shadow: 0 -1px 4px rgba(0,0,0,.4);
    /*box-shadow*/
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    position: relative;
}

/*.TextoPleca {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    top: 0px;
    left: 0px;
}*/

/*Cotizador Flotillas*/
.pleca.azulMarino {
    background: rgba(0,60,128,1);
    background: -moz-linear-gradient(top, rgba(0,60,128,1) 0%, rgba(1,25,51,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,60,128,1)), color-stop(100%, rgba(1,25,51,1)));
    background: -webkit-linear-gradient(top, rgba(0,60,128,1) 0%, rgba(1,25,51,1) 100%);
    background: -o-linear-gradient(top, rgba(0,60,128,1) 0%, rgba(1,25,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,60,128,1) 0%, rgba(1,25,51,1) 100%);
    background: linear-gradient(to bottom, rgba(0,60,128,1) 0%, rgba(1,25,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c80', endColorstr='#011933', GradientType=0 );
    border: 1px solid #011933;
}
/*Cotizador GMM*/
.pleca.azul {
    background: rgba(68,193,240,1);
    background: -moz-linear-gradient(top, rgba(68,193,240,1) 0%, rgba(18,115,185,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68,193,240,1)), color-stop(100%, rgba(18,115,185,1)));
    background: -webkit-linear-gradient(top, rgba(68,193,240,1) 0%, rgba(18,115,185,1) 100%);
    background: -o-linear-gradient(top, rgba(68,193,240,1) 0%, rgba(18,115,185,1) 100%);
    background: -ms-linear-gradient(top, rgba(68,193,240,1) 0%, rgba(18,115,185,1) 100%);
    background: linear-gradient(to bottom, rgba(68,193,240,1) 0%, rgba(18,115,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44c1f0', endColorstr='#1273b9', GradientType=0 );
    border: 1px solid #1273B9;
}

/*Cotizador Gris*/
.pleca.gris {
    background: rgba(158,158,158,1);
    background: -moz-linear-gradient(top, rgba(158,158,158,1) 0%, rgba(77,77,77,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158,158,158,1)), color-stop(100%, rgba(77,77,77,1)));
    background: -webkit-linear-gradient(top, rgba(158,158,158,1) 0%, rgba(77,77,77,1) 100%);
    background: -o-linear-gradient(top, rgba(158,158,158,1) 0%, rgba(77,77,77,1) 100%);
    background: -ms-linear-gradient(top, rgba(158,158,158,1) 0%, rgba(77,77,77,1) 100%);
    background: linear-gradient(to bottom, rgba(158,158,158,1) 0%, rgba(77,77,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#4d4d4d', GradientType=0 );
    border: 1px solid #4d4d4d;
}

/*Cotizador Hogar*/
.pleca.rojo {
    /*linear-gradient*/
    background: rgba(231,76,60,1);
    background: -moz-linear-gradient(top, rgba(231,76,60,1) 0%, rgba(192,57,43,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,76,60,1)), color-stop(100%, rgba(192,57,43,1)));
    background: -webkit-linear-gradient(top, rgba(231,76,60,1) 0%, rgba(192,57,43,1) 100%);
    background: -o-linear-gradient(top, rgba(231,76,60,1) 0%, rgba(192,57,43,1) 100%);
    background: -ms-linear-gradient(top, rgba(231,76,60,1) 0%, rgba(192,57,43,1) 100%);
    background: linear-gradient(to bottom, rgba(231,76,60,1) 0%, rgba(192,57,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74c3c', endColorstr='#c0392b', GradientType=0 );
    border: 1px solid brown;
}
/*Cotizador Autos*/
.pleca.naranja {
    /*linear-gradient*/
    background: rgba(245,172,103,1);
    background: -moz-linear-gradient(top, rgba(245,172,103,1) 0%, rgba(211,108,4,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,172,103,1)), color-stop(100%, rgba(211,108,4,1)));
    background: -webkit-linear-gradient(top, rgba(245,172,103,1) 0%, rgba(211,108,4,1) 100%);
    background: -o-linear-gradient(top, rgba(245,172,103,1) 0%, rgba(211,108,4,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,172,103,1) 0%, rgba(211,108,4,1) 100%);
    background: linear-gradient(to bottom, rgba(245,172,103,1) 0%, rgba(211,108,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ac67', endColorstr='#d36c04', GradientType=0 );
    border: 1px solid #EA8011;
}
/*Cotizador Vida*/
.pleca.verdeclaro {
    /*linear-gradient*/
    /*background: rgba(162,193,82,1);
    background: -moz-linear-gradient(top, rgba(162,193,82,1) 0%, rgba(119,158,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162,193,82,1)), color-stop(100%, rgba(119,158,2,1)));
    background: -webkit-linear-gradient(top, rgba(162,193,82,1) 0%, rgba(119,158,2,1) 100%);
    background: -o-linear-gradient(top, rgba(162,193,82,1) 0%, rgba(119,158,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(162,193,82,1) 0%, rgba(119,158,2,1) 100%);
    background: linear-gradient(to bottom, rgba(162,193,82,1) 0%, rgba(119,158,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2c152', endColorstr='#779e02', GradientType=0 );
    border: 1px solid #779E02;*/
    margin: 10px 0 20px 0;
    background: rgba(190, 211, 129,1);
    background: -moz-linear-gradient(top, rgba(190, 211, 129,1) 0%, rgba(190, 211, 129,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(190, 211, 129,1)), color-stop(100%, rgba(190, 211, 129,1)));
    background: -webkit-linear-gradient(top, rgba(190, 211, 129,1) 0%, rgba(190, 211, 129,1) 100%);
    background: -o-linear-gradient(top, rgba(190, 211, 129,1) 0%, rgba(190, 211, 129,1) 100%);
    background: -ms-linear-gradient(top, rgba(190, 211, 129,1) 0%, rgba(190, 211, 129,1) 100%);
    background: linear-gradient(to bottom, rgba(190, 211, 129,1) 0%, rgba(190, 211, 129,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81be41', endColorstr='#81be41', GradientType=0 );
    border: 1px solid #779E02;
}

.pleca.verde {
    /*linear-gradient*/
    /*background: rgb(150, 216, 115);
    background: -moz-linear-gradient(top, rgb(150, 216, 115) 0%, rgb(150, 216, 115) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(150, 216, 115)), color-stop(100%, rgb(150, 216, 115)));
    background: -webkit-linear-gradient(top, rgb(150, 216, 115) 0%, rgb(150, 216, 115) 100%);
    background: -o-linear-gradient(top, rgb(150, 216, 115) 0%, rgb(150, 216, 115) 100%);
    background: -ms-linear-gradient(top, rgb(150, 216, 115) 0%, rgb(150, 216, 115) 100%);
    background: linear-gradient(to bottom, rgb(150, 216, 115) 0%, rgb(150, 216, 115) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96d873', endColorstr='#96d873', GradientType=0 );
    border: 1px solid #779E02;*/
     background: rgb(150, 216, 115);
    background: -moz-linear-gradient(top, rgb(79,122,33,1) 0%, rgb(79,122,33,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(79,122,33,1)), color-stop(100%, rgb(79,122,33,1)));
    background: -webkit-linear-gradient(top, rgb(79,122,33,1) 0%, rgb(79,122,33,1) 100%);
    background: -o-linear-gradient(top, rgb(79,122,33,1) 0%, rgb(79,122,33,1) 100%);
    background: -ms-linear-gradient(top, rgb(79,122,33,1) 0%, rgb(79,122,33,1) 100%);
    background: linear-gradient(to bottom, rgb(79,122,33,1) 0%, rgb(79,122,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7a21', endColorstr='#4f7a21', GradientType=0 );
    border: 1px solid #779E02;
}







/*Cotizador */
.pleca.morado {
    /*linear-gradient*/
    background: rgba(131,97,153,1);
    background: -moz-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(131,97,153,1)), color-stop(44%, rgba(114,84,133,1)), color-stop(100%, rgba(86,48,109,1)));
    background: -webkit-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
    background: -o-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
    background: -ms-linear-gradient(top, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
    background: linear-gradient(to bottom, rgba(131,97,153,1) 0%, rgba(114,84,133,1) 44%, rgba(86,48,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#836199', endColorstr='#56306d', GradientType=0 );
    border: 1px solid #56306d;
}
/***************************************************************************************************/


/* Light version*/
.light .btn {
    font-weight: 100;
}
