﻿
@media screen and (max-width:640px) {
    /* reglas CSS */
}

@media screen and (max-width:1024px) and (min-width:640px) {
    /* reglas CSS */
}

@media screen and (min-width:1024px) {
    /* reglas CSS */
}

body {
    /*cursor: url('https://amatista.palmercol.com/Default.cur'), default;*/
    color: black;
    font-size: 9pt;
}

.Label_Centrado {
    text-align: center;
}

div.BarraTareas {
    background: rgba(41,184,229,1);
    background: -moz-linear-gradient(top, rgba(41,184,229,1) 0%, rgba(145,68,245,1) 0%, rgba(77,158,246,1) 50%, rgba(8,247,247,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,184,229,1)), color-stop(0%, rgba(145,68,245,1)), color-stop(50%, rgba(77,158,246,1)), color-stop(100%, rgba(8,247,247,1)));
    background: -webkit-linear-gradient(top, rgba(41,184,229,1) 0%, rgba(145,68,245,1) 0%, rgba(77,158,246,1) 50%, rgba(8,247,247,1) 100%);
    background: -o-linear-gradient(top, rgba(41,184,229,1) 0%, rgba(145,68,245,1) 0%, rgba(77,158,246,1) 50%, rgba(8,247,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(41,184,229,1) 0%, rgba(145,68,245,1) 0%, rgba(77,158,246,1) 50%, rgba(8,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(41,184,229,1) 0%, rgba(145,68,245,1) 0%, rgba(77,158,246,1) 50%, rgba(8,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b8e5', endColorstr='#08f7f7', GradientType=0 );
}

.form-control {
    max-width: 100%;
    width: 100%;
    padding: 5px 5px;
    /*margin-bottom: 5px;
    margin-top:5px;*/
    margin: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    border-color: #e1e1e1;
    -webkit-box-shadow: 0 1px 2px 0 rgba(180,180,180,0.2);
    border-radius: 3px;
    min-height: 30px;
    box-sizing: border-box;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.form-control_In {
    max-width: 100%;
    width: 100%;
    padding: 5px 5px;
    /*margin-bottom: 5px;
    margin-top:5px;*/
    margin: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    border-color: #e1e1e1;
    -webkit-box-shadow: 0 1px 2px 0 rgba(180,180,180,0.2);
    border-radius: 3px;
    min-height: 30px;
    box-sizing: border-box;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    background-color: #D8D8D8;
    border: 1px solid #cccccc;
}


.form-control_requerido {
    max-width: 100%;
    width: 100%;
    padding: 5px 5px;
    /*margin-bottom: 5px;
    margin-top:5px;*/
    margin: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    border-color: #e1e1e1;
    -webkit-box-shadow: 0 1px 2px 0 rgba(180,180,180,0.2);
    border-radius: 3px;
    min-height: 30px;
    box-sizing: border-box;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-bottom: 4px solid #FA5858;
    border-bottom-left: 4px solid #FA5858;
    border-bottom-rigth: 4px solid #FA5858;
}

.form-control_Seleccion {
    max-width: 100%;
    width: 100%;
    padding: 5px 5px;
    /*margin-bottom: 5px;
    margin-top:5px;*/
    margin: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    border-color: #e1e1e1;
    -webkit-box-shadow: 0 1px 2px 0 rgba(180,180,180,0.2);
    border-radius: 3px;
    min-height: 30px;
    box-sizing: border-box;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-bottom: 4px solid #2E9AFE;
}

.form-control_Solicitud {
    max-width: 100%;
    width: 100%;
    padding: 5px 5px;
    /*margin-bottom: 5px;
    margin-top:5px;*/
    margin: 2px;
    font-size: 14px;
    line-height: 20px;
    color: white;
    border-color: #e1e1e1;
    -webkit-box-shadow: 0 1px 2px 0 rgba(180,180,180,0.2);
    border-radius: 3px;
    min-height: 30px;
    box-sizing: border-box;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    background-color: #FA5858;
    border: 1px solid #cccccc;
    border-bottom: 4px solid #FA5858;
    border-bottom-left: 4px solid #FA5858;
    border-bottom-rigth: 4px solid #FA5858;
}

div.tMenu_Height {
    height: 100px;
}

.BotonBarra {
    margin-top: 4px;
    width: 50px;
    height: 50px;
    /*margin:2px;
    padding:1px;*/
}

/*.BotonBarra:hover
{
    width:60px;
}*/

span.Titulo {
    font-family: Verdana;
    font-size: 20pt;
}

span.Titulo2 {
    font-family: Verdana;
    font-size: 15pt;
}

span.SubTitulo {
    font-family: Verdana;
    font-size: 12pt;
}

BarraSuperiorBlanco {
    font-family: Verdana;
    font-size: 8pt;
    color: white;
    text-decoration: none;
}

Titulo12 {
    font-family: Verdana;
    font-size: 12pt;
    color: Black;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.contenedor {
    width: 1000px;
    margin: 0 auto;
}

.fila {
    width: 100%;
    display: block;
    font-size: 0px;
}

.col {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
}

    .col p {
        margin: 0px;
    }

    .col.col1 {
        width: 10%;
        background: white;
        vertical-align: middle;
    }

    .col.col2 {
        width: 20%;
        background: white;
    }

    .col.col3 {
        width: 20%;
        background: white;
    }

div.LetrasNegras {
    color: Black;
}

div.FondoBtn {
    background: rgb(184,225,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(184,225,252,1) 0%, rgba(169,210,243,1) 10%, rgba(144,186,228,1) 25%, rgba(144,188,234,1) 37%, rgba(144,191,240,1) 50%, rgba(107,168,229,1) 51%, rgba(162,218,245,1) 83%, rgba(189,243,253,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,225,252,1)), color-stop(10%,rgba(169,210,243,1)), color-stop(25%,rgba(144,186,228,1)), color-stop(37%,rgba(144,188,234,1)), color-stop(50%,rgba(144,191,240,1)), color-stop(51%,rgba(107,168,229,1)), color-stop(83%,rgba(162,218,245,1)), color-stop(100%,rgba(189,243,253,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 );  IE6-9 */
}

div.FondoCat_old {
    /*background: rgb(59,103,158); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );  IE6-9 */
}

div.FondoCat {
    background: rgb(197,222,234);
    background: -moz-linear-gradient(-45deg, rgba(197,222,234,1) 0%, rgba(138,187,215,1) 31%, rgba(6,109,171,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(197,222,234,1)), color-stop(31%,rgba(138,187,215,1)), color-stop(100%,rgba(6,109,171,1)));
    background: -webkit-linear-gradient(-45deg, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%);
    background: linear-gradient(135deg, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=1 );*/
}


div.FondoCat_Sel {
    /*background: rgb(135,224,253);*/
    background: -moz-linear-gradient(-45deg, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(4,57,142,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(4,57,142,1)));
    background: -webkit-linear-gradient(-45deg, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(4,57,142,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(4,57,142,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(4,57,142,1) 100%);
    background: linear-gradient(135deg, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(4,57,142,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#04398e',GradientType=1 );*/
}

.bgCarouselH {
    width: 100%;
}

    .bgCarouselH li {
        padding: 0;
        margin-left: 0px;
        float: left;
    }

        .bgCarouselH li a {
            margin-right: 0px;
        }

div.SizePpal {
    width: 165px;
    float: left;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    div.SizePpal:hover {
        height: 180px;
        width: 165px;
        background-color:rgba(0,0,0,0.8);
    }

img.SizePpal_Img {
    width: 100px;
}

span.SizePpal_Span {
    font-size: 8pt;
    font-style: italic;
    font-family: Verdana;
    text-decoration: none;
    color: black;
}

a:hover span.SizePpal_Span {
    color: black;
}

.TablaListado {
    border-collapse: collapse;
    text-align: center;
}

    .TablaListado td {
        border: 2px solid #3498DB;
    }

    .TablaListado tr {
        background-color: white;
    }

        .TablaListado tr:hover {
            background-color: Silver;
        }

td.Listado {
    text-align: center;
    padding: 0;
    min-height: 30px;
}

    td.Listado:hover {
        min-height: 30px;
        text-align: center;
        padding: 0;
    }

tr.Lista {
    border: 2px solid transparent;
}

    tr.Lista:hover {
        border: 2px solid #3498DB;
    }

div.BarraSeccion {
    height: 100px;
    float: right;
    /*vertical-align:middle; 
    text-align:center; 
    display:table-cell; 
    border-top-left-radius: 3px; 
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px; 
    border-bottom-right-radius: 3px; */
    /*margin: 3px 3px 3px 3px;*/
}

    div.BarraSeccion:hover {
        background-color:rgba(0,0,0,0.8);
        float: right;
        color: White;
    }

.InfoCliente {
    background-color: rgba(0,0,0,0.5);
    width: 111px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

    .InfoCliente:hover {
        background-color:rgba(0,0,0,0.8);
        width: 111px;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
    }

.ImgBarra {
    width: 40px;
    height: 40px;
}

div.BarraLetras {
    width: 34.821px;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
}

    div.BarraLetras:hover {
        color: White;
        width: 34.821px;
        height: 40px;
        background-color:rgba(0,0,0,0.8);
        vertical-align: middle;
        display: table-cell;
        font-size: 20pt;
    }

div.SeleccionEmpresas:hover {
    background-color:rgba(0,0,0,0.8);
    width: 190px;
    height: 190px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

div.Seguridad {
    width: 80px;
    height: 80px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    vertical-align: middle;
    position: fixed;
    display: table-cell;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

div.Notificacion {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9de96+0,8ab66b+44,398235+100;Green+3D+%233 */
    background: #c9de96; /* Old browsers */
    background: -moz-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c9de96 0%,#8ab66b 44%,#398235 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
}

div.Circulo {
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 2px;
    border-color: #E6E6E6;
}

.ImgUsuario {
    width: 50px;
}

    .ImgUsuario:hover {
        width: 60px;
    }

.div_Usuario:hover {
    background-color: silver;
}

div.BarraCarteraEstado {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(241,231,103,1);
    background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
    background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
    /*border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px; */
}

div.Transparencia {
    -webkit-filter: blur(3px); /* Chrome, Safari, Opera */
    filter: blur(3px);
}

div.SelectFactura {
    /*width:1170px;*/
    border: 2px solid white;
}

    div.SelectFactura:hover {
        border: 2px solid #3498DB;
        /*overflow:hidden;
    width:1170px;*/
        margin-left: auto;
        margin-right: auto;
    }

/*tr.Seleccion
{
    border: 1px solid white;
}

tr.Seleccion:hover
{
    border: 1px solid #3498DB;
}

table
{
     border-collapse:collapse;
}*/

.hexagon {
    position: relative;
    width: 300px;
    height: 173.21px;
    background-color: #64C7CC;
    margin: 86.60px 0;
}

    .hexagon:before,
    .hexagon:after {
        content: "";
        position: absolute;
        width: 0;
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
    }

    .hexagon:before {
        bottom: 100%;
        border-bottom: 86.60px solid #64C7CC;
    }

    .hexagon:after {
        top: 100%;
        width: 0;
        border-top: 86.60px solid #64C7CC;
    }

.News {
    /*background-color: #fafafa;*/
    color: #4a4a4a;
}

    .News:hover {
        background-color: #eee; /*rgba(0,0,0,0.5)*/
        color: #4a4a4a;
    }

div.VerMas {
    background-color: Silver;
}

    div.VerMas:hover {
        background-color: rgba(0,0,0,0.5);
        color: White;
    }

.ImgInfoCliente {
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 40px;
}

    /*.ImgInfoCliente:hover {
        margin-left: auto;
        margin-right: auto;
        transform: scale(1.25);
        z-index: 100;
    }*/
