﻿/*Estilos Master Page 01 */


:root {
    --PrimaryColor: #2e6da9;
    --Btn1: #0068b6;
    --inputBorderFocusColor: 2px solid #2193ff;
    --FocusColor: #2193ff;
    --sombraFocus: 0 0 0 3px rgb(142 200 255 / 35%);
    --inputBorder: #ced4da;
}


/* Elmentos HTML */
* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #585c5f;
    box-sizing: border-box;
    background-color: #fff;
    cursor: default;
}


.TituloVentana {
    display: inline-table;
    float: left;
    font-size: 1.3em;
    color: #4369ab;
}

a {
    color: #4369ab;
    text-decoration: none;
}

    a:hover {
        color: #213b90;
        text-decoration: underline;
    }

p {
    font-size: 13px;
}

hr {
    width: 99%;
    margin: 0 auto;
    border: 0px;
    height: 1px;
    background: #c2c2c2;
    background-image: linear-gradient(to right, #ddd, #c2c2c2, #ddd);
}

label {
    color: #828488;
}

{
    font-size: 13px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #a1a7ae;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    padding: 8px !important;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0px;
}

/*Campos entrada [input,select, checkbox]*/
textarea {
    padding: 10px;
    width: 100%;
    margin: 5px 0px;
    box-sizing: border-box;
    border-radius: 3px;
    color: #484b4d;
    border: 1px solid #a1a7ae;
    background-color: #fff;
    font-size: 13px !important;
    margin-left: 0px !important;
    line-height: 22px;
    border: 1px solid var(--inputBorder);
    transition: ease-out .1s;
    outline: none;
    resize: none;
    min-height: 120px;
}


    textarea:focus {
        outline: none;
        border: 1px solid var(--FocusColor);
        box-shadow: var(--sombraFocus);
    }


    textarea:hover {
        outline: none;
        border: 1px solid var(--FocusColor);
        content: '';
    }






tbCartas {
    width: 100%;
}

    tbCartas td {
        text-align: left !important;
        padding: 5px !important;
    }


/* Alerta validaciones */
.alertaInactiva {
    padding: 0px;
    height: 1px;
    text-align: center;
}

.alertaActiva {
    padding: 5px;
    min-height: 25px;
    color: #af0505;
    background-color: #fdeeee;
    border-bottom: 1px solid #e7b2b2;
    border-top: 1px solid #e7b2b2;
    font-size: 13px;
}

.alertaOK {
    padding: 5px;
    min-height: 25px;
    color: #1a621a;
    background-color: #e5f5dc;
    border-bottom: 1px solid #2b772b;
    border-top: 1px solid #2b772b;
    font-size: 13px;
    font-weight: bold;
}

.alertaIndicacion {
    padding: 5px;
    min-height: 25px;
    color: #957e00;
    background-color: #faf7df;
    border-bottom: 1px solid #bfaf2b;
    border-top: 1px solid #bfaf2b;
    font-size: 13px;
    font-weight: normal;
}


.Asterisco {
    font-size: 1.3em;
    color: #ee0000;
}


/* Elementos de interfaz */
#tdTop {
    color: #00196c;
    border-bottom: #213b90 3px solid;
    background-image: linear-gradient(top, #c8d8ec 20%, #b0c1d6 80%);
    background-image: -o-linear-gradient(top, #c8d8ec 20%, #b0c1d6 80%);
    background-image: -moz-linear-gradient(top, #c8d8ec 20%, #b0c1d6 80%);
    background-image: -webkit-linear-gradient(top, #c8d8ec 20%, #b0c1d6 80%);
    background-image: -ms-linear-gradient(top, #c8d8ec 20%, #b0c1d6 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #c8d8ec), color-stop(0.8, #b0c1d6));
    background-color: #c8d8ec;
}

#tdBarra {
    height: 40px;
    color: #fff;
    text-align: center;
    background-color: #90a6da;
    background-image: linear-gradient(top, #90a6da 0%, #5074b0 5%, #173a80 100%);
    background-image: -o-linear-gradient(top, #90a6da 0%, #5074b0 5%, #173a80 100%);
    background-image: -moz-linear-gradient(top, #90a6da 0%, #5074b0 5%, #173a80 100%);
    background-image: -webkit-linear-gradient(top, #90a6da 0%, #5074b0 5%, #173a80 100%);
    background-image: -ms-linear-gradient(top, #90a6da 0%, #5074b0 5%, #173a80 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #90a6da), color-stop(0.05, #5074b0), color-stop(1, #173a80));
}

.tdNum {
    background-color: #efefef !important;
    font-weight: bold;
    text-align: center !important;
}

.subtituloOpcion {
    font-size: 12pt;
    color: #777;
}

.tdBarraOpcion2 {
    color: #d9e5e9;
    font-size: 13pt;
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}

.tdBarraOpcion {
    color: #fff;
    font-size: 11pt;
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}

    .tdBarraOpcion:hover {
        text-shadow: none;
        background-color: #213b90;
    }

    .tdBarraOpcion a {
        color: #fff;
    }

        .tdBarraOpcion a:hover {
            color: #fff;
            text-decoration: none;
        }

.tbOpciones td {
    border-bottom: 1px dashed #aaa;
    height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.tbOpciones a {
    font-size: 0.95em;
}

.textoOpciones {
    font-size: 0.95em;
    border-bottom: none;
}

#tdContenido {
    padding: 0px;
    width: 206px;
    height: 400px;
    vertical-align: top;
    background-color: #fff
}


.dvContenedor {
    background: #fff !important;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #c3c3c3;
    width: auto;
    min-height: 50px;
    margin: 30px 0px 60px 0px !important;
    box-shadow: 2px 2px 2px #eee;
}

.dvTip {
    background-color: #fffcdd;
    height: auto;
    width: auto;
    padding: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari y Chrome */
    text-align: justify;
    font-size: 10.5pt;
    color: #a09d8d;
    border: 1px solid #dad8c5;
    background-color: #fffce2;
    margin: 20px 0px;
}

    .dvTip table td {
        font-size: 10.5pt;
        color: #676650;
        line-height: 16pt;
    }

#dvModulos {
    position: absolute;
    top: 156px;
    left: 40px;
    width: 300px;
    border: 1px solid #999;
    border-top: none;
    background-color: #f5f5f5;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 3px 3px 3px #888;
}

.tdBarraLateral {
    background-color: #efefef;
    border-right: #efefef solid 1px;
    height: 400px;
    width: 195px;
    background-image: linear-gradient(top, #efefef 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #efefef 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #ffffff));
    vertical-align: top;
    padding: 0px;
    padding-top: 10px;
}

#tbBarraLateral {
    width: 206px;
}

    #tbBarraLateral td {
        background-image: linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
        background-image: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
        background-image: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
        background-image: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e7e7e7));
    }

    #tbBarraLateral a {
        color: #555;
        font-size: 10.5pt;
    }

#tbOpcion {
    width: 100%;
}

    #tbOpcion td {
        background-image: none;
    }

.linkCeldaBarra {
    text-align: left;
    font-size: 10.5pt;
    color: #222;
}

.tbSub {
    width: 100%;
}

.tdSub {
    text-align: left;
    font-size: 10.5pt;
    color: #444;
    width: 90%;
    padding-top: 4px;
    padding-bottom: 4px;
}

    .tdSub a {
        color: #444;
    }

.trEncabezado td {
    font-size: 10.5pt;
    color: #444;
}

.tituloContenedor {
    color: #222;
    font-size: 25pt;
}

.subtituloContenedor {
    color: #213b90;
    font-size: 18px !important;
    font-weight: normal;
}

.tituloForm {
    color: #222;
    font-size: 16pt;
}

.tituloModulo {
    font-size: 15pt;
    color: #414b61;
}

.parrafoContenedor td {
    color: #555;
    font-size: 14px;
    text-align: justify;
    line-height: 36px;
    margin: 10px 0px;
}

    .parrafoContenedor td b {
        color: #777;
    }

.footer {
    font-size: 13px;
    color: #777;
    padding: 5px;
}

#dvCargando {
    display: block;
    position: absolute;
    top: 150px;
}

    #dvCargando td {
        font-size: 13px;
        color: #555;
    }

/* Ayuda */

#theToolTip {
    border: #bdbdbd 2px solid;
    padding: 6px 6px 0px 10px;
    z-index: 100;
    filter: progid:dximagetransform.microsoft.shadow(color=gray,direction=135,strength=4);
    left: -300px;
    visibility: hidden;
    width: 200px;
    position: absolute;
    background-color: #eeeeee;
    text-align: justify
}

#ToolTipPointer {
    z-index: 101;
    left: -300px;
    visibility: hidden;
    position: absolute
}

#theToolTip P {
    margin-top: 0px;
    font-size: 9pt;
    color: #454449;
    margin-right: 10px
}

#ToolTipTextWrap {
    font-weight: bold;
    font-size: 10pt;
    color: #00448a;
    margin-right: 10px
}

/*Formulario con pestañas*/

.GridOpciones {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 40px !important;
}

.tdOpciones {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #777;
    padding: 10px 5px 10px 5px;
}

    .tdOpciones a {
        font-size: 15px !important;
        color: #2a3e85;
        text-decoration: none;
    }

.tbForm2 td {
    font-size: 10pt;
    color: #6f6f6f;
    vertical-align: bottom;
    text-align: left;
}

.tbForm {
    background-color: #fff;
    padding: 10px;
}

    .tbForm th {
        font-size: 10pt;
        color: #565656;
        text-align: right;
        font-weight: normal;
        vertical-align: middle;
        padding-top: 7px;
    }

    .tbForm td {
        vertical-align: bottom;
        text-align: left;
    }

.tbTexto td {
    font-size: 14px;
    padding: 5px;
    line-height: 1.5em;
    text-align: justify;
}

.btnAgregar {
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #4369ab;
    border: 1px solid #4369ab;
    height: 35px;
    min-height: 35px !important;
    line-height: 35px;
    width: 100%;
    min-width: 200px;
    padding: 0px 10px;
}

    .btnAgregar p {
        color: #fff;
        display: inline-table;
        width: 100%;
        font-size: 1em !important;
    }

.btnAgregars:hover {
    cursor: pointer;
    color: #fff;
    transition: .2s ease-in-out all;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
    position: relative;
    background-color: #4369ab;
    border: 1px solid #4369ab;
}


input[type="button"] {
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    color: #003684;
    background-color: #c6d2eb;
    border: 1px solid #c6d2eb;
    height: 35px;
    min-height: 35px !important;
    line-height: 35px;
    width: 100%;
    min-width: 100px;
    padding: 0px 10px;
}


    input[type="button"]:hover {
        cursor: pointer;
        color: #fff;
        transition: .2s ease-in-out all;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
        position: relative;
        background-color: #4369ab;
        border: 1px solid #4369ab;
    }


input[type="submit"] {
    border-radius: 6px;
    border: 1px solid #4369ab;
    background-color: #4369ab;
    text-align: center;
    cursor: pointer;
    color: #fff !important;
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding: 0px 10px;
}

    input[type="submit"]:hover {
        cursor: pointer;
        transition: .2s ease-in-out all;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
        position: relative;
        background-color: #2a3e85;
        border: 1px solid #2a3e85;
    }


/*Campos entrada [input,select, checkbox]*/
input[type="text"],
input[type="password"],
input[type="date"],
input[type="number"],
select {
    padding: 5px;
    width: 100%;
    margin: 5px 0px;
    box-sizing: border-box;
    border-radius: 3px;
    color: #484b4d;
    border: 1px solid #a1a7ae;
    background-color: #fff;
    font-size: 14px !important;
    margin-left: 0px !important;
    height: 35px;
    line-height: 35px;
    border: 1px solid var(--inputBorder);
    transition: ease-out .1s;
    outline: none;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="date"]:focus,
    input[type="number"]:focus,
    select:focus,
    radioBox:focus {
        outline: none;
        border: 1px solid var(--FocusColor);
        box-shadow: var(--sombraFocus);
        content: '';
    }

    input[type="text"]:hover,
    input[type="password"]:hover,
    input[type="date"]:hover,
    input[type="number"]:hover,
    select:hover,
    radioBox:hover {
        outline: none;
        border: 1px solid var(--FocusColor);
        content: '';
    }


.radioBox {
    padding: 5px;
    width: 100%;
    font-size: 13px;
    margin: 5px 0px;
    box-sizing: border-box;
    font-size: 14px !important;
    margin-left: 0px !important;
}

/*Botones*/
.btnMenu {
    border-radius: 6px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #c6d2eb;
    background-color: #c6d2eb;
    text-align: center;
    cursor: pointer;
    color: #003684 !important;
}

    .btnMenu:hover {
        color: #fff !important;
        background: #4f619e;
        background-color: #4f619e;
        transition: 0.2s ease-in-out all;
    }

.btnConsultar {
    border-radius: 6px;
    border: 1px solid #2a3e85;
    text-align: center;
    cursor: pointer;
    color: #fff !important;
    background-color: #4369ab !important;
    height: 35px;
    line-height: 35px;
    width: 100%;
}

    .btnConsultar:hover {
        cursor: pointer;
        transition: .2s ease-in-out all;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
        background-color: #2a3e85 !important;
        position: relative;
    }


/*Botones*/
.botonera_reclamo input[type="button"],
.botonera_reclamo input[type="submit"] {
    margin: 0px 10px 0px auto;
    width: 220px !important;
}


.radioBox {
    text-align: left;
    display: inline-table;
}

.formp {
    border: 1px solid blue;
}

/* Listas para opciones multiples */
.opcionesMultiples {
    width: 300px !important;
    height: 100px;
    border: 1px solid #ccc;
    margin: 0px auto 10px auto;
    padding: 10px;
    overflow-y: auto;
}

    .opcionesMultiples > ul {
        list-style-type: none;
        margin: auto;
        padding: 0;
    }

        .opcionesMultiples > ul > li {
            background: #fff url(../Inter/cross_bright.png) no-repeat 98% center;
            border: 1px solid #213b90 !important;
            margin: 0px auto 5px auto;
            padding: 5px;
            width: 300px;
            height: 26px !important;
            font-weight: bold;
            font-size: 13px;
            box-sizing: border-box;
            border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px 4px 4px 4px;
            -webkit-border-radius: 4px 4px 4px 4px;
            cursor: pointer;
        }

/*Div para check button*/
.chkorden {
    width: 180px;
    margin-top: 10px;
}

/**/
.subtitulo {
    font-size: 0.9em;
    color: #203978;
    text-align: left;
    margin: 10px auto auto 20px;
}

.rblclass {
    margin-right: 10px !important;
}

    .rblclass > input[type="radio"] {
        margin: auto 5px auto 5px !important;
    }

    .rblclass > label {
        margin: auto 5px auto 5px !important;
    }

.cblclass {
    width: 230px;
}

    .cblclass > input[type="checkbox"] {
        margin: 5px;
        display: inline-block;
    }

    .cblclass > label {
        margin: 5px;
        width: 180px;
    }

.PopupDiv {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 85%;
    max-width: 1000px;
    /*bordes*/
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid rgb(126, 126, 126);
    padding: 10px;
    border-radius: 3px;
    box-shadow: rgb(136, 136, 136) 3px 3px 3px;
    z-index: 103;
    /*background-color: rgb(244, 244, 244);  */
}

.tbForm textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.AlertaForm {
    color: #c00000 !important;
    font-weight: bold !important;
    text-align: center !important;
    font-size: 0.9em;
    width: 100%;
    display: inline-table;
    text-align: center;
}

/* Grila Reporte */
.GridRep table {
    border-collapse: collapse;
}

.GridRep td {
    border: 1px solid #616672;
    font-size: 0.82em;
}

.GridRepFilaAlt td {
    background-color: #f6f6f6;
}

.GridRep th {
    border: 1px solid #616e72;
    color: #094e6f;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    font-size: 0.78em;
    background-image: linear-gradient(top, #dbebf0 20%, #9ebcc6 80%);
    background-image: -o-linear-gradient(top, #dbebf0 20%, #9ebcc6 80%);
    background-image: -moz-linear-gradient(top, #dbebf0 20%, #9ebcc6 80%);
    background-image: -webkit-linear-gradient(top, #dbebf0 20%, #9ebcc6 80%);
    background-image: -ms-linear-gradient(top, #dbebf0 20%, #9ebcc6 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #dbebf0), color-stop(0.8, #9ebcc6));
}

/* GridRep Impresion*/
.GridRepImp table {
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000;
}

.GridRepImp td {
    border: 1px solid #000;
    font-size: 0.82em;
}

.GridRepImp th {
    text-align: left;
    background: #ccc;
    font-weight: bold;
    font-size: 0.78em;
}

/* GrillaTabla */
.GrillaTabla {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #9eb0c6;
    border-right: 1px solid #9eb0c6;
    border-bottom: 1px solid #9eb0c6;
}

    .GrillaTabla td,
    .GrillaTabla th {
        font-size: 10pt;
        border-top: 1px solid #9eb0c6;
        padding: 5px 5px 5px 5px;
        background-color: #fff;
        color: #111;
        vertical-align: top;
    }

    .GrillaTabla th {
        font-size: 10pt;
        color: #082a5c;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        background-image: linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -o-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -moz-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -webkit-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -ms-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #dbe0f0), color-stop(0.8, #9eb0c6));
    }

    .GrillaTabla tr.alt {
        color: #000;
        background-color: #ccc;
    }

/* GrillaTabla2 */
.GrillaTabla2 {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #9eb0c6;
    border-right: 1px solid #9eb0c6;
    border-bottom: 1px solid #9eb0c6;
}

    .GrillaTabla2 td, .GrillaTabla2 th {
        font-size: 10pt;
        border-top: 1px solid #9eb0c6;
        padding: 2px 5px 2px 5px;
        background-color: #fff;
        color: #444;
    }

    .GrillaTabla2 th {
        font-size: 10pt;
        color: #082a5c;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        background-image: linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -o-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -moz-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -webkit-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -ms-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #dbe0f0), color-stop(0.8, #9eb0c6));
    }

    .GrillaTabla2 tr.alt {
        color: #000;
        background-color: #ccc;
    }

/* Grilla */
.GridView2 {
    font-size: 13px;
    border-collapse: collapse;
    border: 1px solid #767676;
}

    .GridView2 td, .GridView2 th {
        font-size: 13px;
        color: #333;
        text-decoration: none;
        background-color: #ffffff;
        text-align: left;
        border-collapse: collapse;
        vertical-align: top;
    }

    .GridView2 th {
        font-size: 13px;
        color: #082a5c;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        background-image: linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -o-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -moz-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -webkit-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -ms-linear-gradient(top, #dbe0f0 20%, #9eb0c6 80%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #dbe0f0), color-stop(0.8, #9eb0c6));
    }

    .GridView2 tr.alt td {
        color: #000;
        background-color: #EAF2D3;
    }
/*Estilos tablas */

/*Estilos tablas */
.GridView {
    width: 100%;
    border-collapse: collapse;
    display: table;
    box-shadow: 3px 3px 3px #ddd;
    margin-bottom: 30px;
}

    .GridView thead tr th,
    .GridView tbody tr th {
        background-color: #2a3e85;
        color: #fff;
        border: 1px solid #2a3e85;
        font-size: 13px;
        line-height: 22px;
        font-weight: normal !important;
        padding: 5px;
    }

    .GridView tbody tr {
        background: #ffffff;
        border: 1px solid #c9c9c9;
        line-height: 19px;
        font-size: 13px !important;
        font-style: normal;
        padding: 3px 5px;
        box-sizing: border-box;
    }

    .GridView tbody td {
        padding: 10px 7px;
        color: #424649;
        font-size: 14px;
    }

    .GridView tr:nth-child(even) {
        background-color: #f7f7f7;
    }

    .GridView tr:hover {
        background-color: #d3e2f5 !important;
    }



.GridPaginar {
    border: 0px solid black !important;
}

    .GridPaginar > td {
        background: #fff !important;
        border: 0px solid black !important;
        text-align: right;
    }

        .GridPaginar > td > table {
            display: inline-table;
            border: 0px solid black !important;
            width: initial;
        }

        .GridPaginar > td > table {
            border: 0px solid black !important;
        }

            .GridPaginar > td > table > tbody > tr > td {
                background: #fff !important;
                border: 0px solid black !important;
                width: 20px !important;
            }


/* Tabla reporte */

.TablaRep {
    font-size: 9pt;
    color: #000000;
    text-align: right;
    padding: 10px;
    width: 100%
}

.CeldaRep {
    height: 20px;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #40484F;
    border-collapse: collapse;
    background-color: #fff;
}

    .CeldaRep a {
        color: #165d9b;
    }

.CeldaRep2 {
    height: 20px;
    text-align: left;
    color: #444A4E;
    padding: 5px;
}

.CeldaRepTotal {
    height: 20px;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #40484F;
    background-color: #EEEFF0;
    border-collapse: collapse;
}

.EncabRep {
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    text-align: center;
    color: #1676CA;
}

/* Modal */
.dvModal {
    border: 1px solid #7e7e7e;
    background-color: #f4f4f4;
    padding: 10px;
    text-align: left;
    display: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 3px 3px 3px #888;
}

.tbEncab td {
    font-size: 1.1em;
    color: #000;
}

/* Calendario */
#calendarDiv {
    position: absolute;
    width: 255px;
    border: 1px solid #3e62a1;
    padding: 1px;
    background-color: #FFFFFF;
    font-size: 9pt;
    padding-bottom: 20px;
    visibility: hidden;
}

    #calendarDiv span, #calendarDiv img {
        float: left;
    }

    #calendarDiv .selectBox, #calendarDiv .selectBoxOver {
        line-height: 12px;
        padding: 1px;
        cursor: pointer;
        padding-left: 2px;
    }

    #calendarDiv .selectBoxTime, #calendarDiv .selectBoxTimeOver {
        line-height: 12px;
        padding: 1px;
        cursor: pointer;
        padding-left: 2px;
    }

    #calendarDiv td {
        padding: 3px;
        margin: 0px;
        font-size: 9pt;
    }

    #calendarDiv .selectBox {
        border: 1px solid #EFEFEF;
        color: #EFEFEF;
        position: relative;
    }

    #calendarDiv .selectBoxOver {
        border: 1px solid #CCEAFA;
        background-color: #3e62a1;
        color: #CCEAFA;
        position: relative;
    }

    #calendarDiv .selectBoxTime {
        border: 1px solid #3e62a1;
        color: #3e62a1;
        position: relative;
    }

    #calendarDiv .selectBoxTimeOver {
        border: 1px solid #FF0000;
        color: #FF0000;
        position: relative;
    }

    #calendarDiv .topBar {
        height: 16px;
        padding: 2px;
        background-color: #3e62a1;
    }

    #calendarDiv .activeDay {
        color: #FF0000;
        font-weight: bold
    }

    #calendarDiv .todaysDate {
        height: 17px;
        line-height: 17px;
        padding: 2px;
        background-color: #EFEFEF;
        text-align: center;
        position: absolute;
        bottom: 0px;
        width: 251px;
    }

        #calendarDiv .todaysDate div {
            float: left;
        }

    #calendarDiv .timeBar {
        height: 17px;
        line-height: 17px;
        background-color: #EFEFEF;
        width: 72px;
        color: #CCEAFA;
        position: absolute;
        right: 0px;
    }

        #calendarDiv .timeBar div {
            float: left;
            margin-right: 1px;
        }

    #calendarDiv .monthYearPicker {
        background-color: #EFEFEF;
        border: 1px solid #AAAAAA;
        position: absolute;
        color: #3e62a1;
        left: 0px;
        top: 15px;
        z-index: 1000;
        display: none;
    }

    #calendarDiv #monthSelect {
        width: 90px;
    }

    #calendarDiv .monthYearPicker div {
        float: none;
        clear: both;
        padding: 1px;
        margin: 1px;
        cursor: pointer;
    }

    #calendarDiv .monthYearActive {
        background-color: #3e62a1;
        color: #EFEFEF;
    }

    #calendarDiv td {
        text-align: right;
        cursor: pointer;
    }

    #calendarDiv .topBar img {
        cursor: pointer;
    }

    #calendarDiv .topBar div {
        float: left;
        margin-right: 1px;
    }

/* PwdMeter */
.neutral {
    line-height: 20px;
    width: 100% !important;
    padding: 3px;
    color: #000000;
    font-size: 9pt;
    text-align: center;
    border: 1px solid #a1a7ae;
    background-color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}

.veryweak {
    border: 1px solid #a1a7ae;
    background-color: #ed2121;
    color: #fff;
    width: 100% !important;
}

.weak {
    border: 1px solid #a1a7ae;
    background-color: #f58a39;
    color: #fff;
    width: 100% !important;
}

.medium {
    border: 1px solid #a1a7ae;
    background-color: #f7f06c;
    color: #000;
    width: 100% !important;
}


.strong {
    border: 1px solid #a1a7ae;
    background-color: #9AFE2E;
    color: #000;
    width: 100% !important;
}


.verystrong {
    border: 1px solid #a1a7ae;
    background-color: #347a0c;
    color: #fff;
    width: 100% !important;
}

/*Fin PwdMeter */

#tbEncabezado td {
    font-size: 1.2em;
    color: #000;
}

.Pregunta {
    color: #111;
    text-align: justify;
    line-height: 1.5em;
}

#tbMatriz {
    background-color: #fff !important;
}

    #tbMatriz td {
        color: #555;
        border: none;
    }

.tdBlanco {
    background-color: #fff !important;
}

    .tdBlanco:hover {
        background-color: #fff !important;
    }

.tdVerde {
    font-size: 1.7em !important;
    background-color: #44AF44 !important;
    width: 31%;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    color: #fff !important;
}

    .tdVerde:hover {
        background-color: #85bb4f !important;
    }

.tdVerdeR {
    font-size: 1.7em !important;
    color: #fff !important;
    background-color: #358335 !important;
    width: 31%;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
}

.tdAmbar {
    font-size: 1.7em !important;
    background-color: #F8D300 !important;
    width: 31%;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
}

    .tdAmbar:hover {
        background-color: #FFE552 !important;
    }

.tdAmbarR {
    font-size: 1.7em !important;
    color: #fff !important;
    background-color: #DCBC03 !important;
    width: 31%;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
}

.tdRojo {
    font-size: 1.7em !important;
    color: #fff !important;
    background-color: #DA2725 !important;
    width: 31%;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
}

    .tdRojo:hover {
        background-color: #F44644 !important;
    }

.tdRojoR {
    font-size: 1.7em !important;
    color: #fff !important;
    background-color: #AD1E1C !important;
    width: 31%;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
}

.tbFrmModal {
    width: 100%;
}

    .tbFrmModal td {
        font-size: 0.8em;
        vertical-align: bottom;
    }

    .tbFrmModal input[type="button"] {
        font-size: 1em;
        padding: 3px 7px 5px 7px;
        height: 27px;
    }


/* Matriz */
.tdVerde1 {
    font-size: 1.1em !important;
    background-color: #44AF44 !important;
    width: 31%;
    height: 135px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/1.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdVerde1:hover {
        background-color: #85bb4f !important;
    }

.tdVerde2 {
    font-size: 1.1em !important;
    background-color: #44AF44 !important;
    width: 31%;
    height: 135px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/2.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdVerde2:hover {
        background-color: #85bb4f !important;
    }

.tdVerde3 {
    font-size: 1.1em !important;
    background-color: #44AF44 !important;
    width: 31%;
    height: 135px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/3.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdVerde3:hover {
        background-color: #85bb4f !important;
    }

.tdAmbar4 {
    font-size: 1.1em !important;
    background-color: #F8D300 !important;
    width: 31%;
    height: 135px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/4.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdAmbar4:hover {
        background-color: #FFE552 !important;
    }

.tdRojo6 {
    font-size: 1.1em !important;
    background-color: #DA2725 !important;
    width: 31%;
    height: 135px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/6.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdRojo6:hover {
        background-color: #F44644 !important;
    }

.tdRojo9 {
    font-size: 1.1em !important;
    background-color: #DA2725 !important;
    width: 31%;
    height: 135px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/9.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdRojo9:hover {
        background-color: #F44644 !important;
    }

/* Matrices */
.tdVerde1_M {
    text-align: center;
    font-size: 1.6em !important;
    color: #000;
    background-color: #44AF44 !important;
    width: 31%;
    height: 120px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/1.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdVerde1_M:hover {
        background-color: #85bb4f !important;
    }

.tdVerde2_M {
    text-align: center;
    font-size: 1.6em !important;
    color: #000;
    background-color: #44AF44 !important;
    width: 31%;
    height: 120px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/2.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdVerde2_M:hover {
        background-color: #85bb4f !important;
    }

.tdVerde3_M {
    text-align: center;
    font-size: 1.6em !important;
    color: #000;
    background-color: #44AF44 !important;
    width: 31%;
    height: 120px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/3.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdVerde3_M:hover {
        background-color: #85bb4f !important;
    }

.tdAmbar4_M {
    text-align: center;
    font-size: 1.6em !important;
    color: #000;
    background-color: #F8D300 !important;
    width: 31%;
    height: 120px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/4.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdAmbar4_M:hover {
        background-color: #FFE552 !important;
    }

.tdRojo6_M {
    text-align: center;
    font-size: 1.6em !important;
    color: #000;
    background-color: #DA2725 !important;
    width: 31%;
    height: 120px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/6.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdRojo6_M:hover {
        background-color: #F44644 !important;
    }

.tdRojo9_M {
    text-align: center;
    font-size: 1.6em !important;
    color: #000;
    background-color: #DA2725 !important;
    width: 31%;
    height: 120px;
    border-top: #a8a8a8 1px solid !important;
    border-left: #a8a8a8 1px solid !important;
    background-image: url(../../Content/Inter/9.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .tdRojo9_M:hover {
        background-color: #F44644 !important;
    }

/* Fin Matrices */


.tdDato {
    width: 20%;
}

.dvDato {
    background-color: #fefefe;
    padding: 3px;
    text-align: center;
    font-size: 0.9em;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari y Chrome */
}

.etiquetaMatriz {
    color: #555;
    text-align: center;
    font-size: 0.80em;
}

.tdGrupo {
    background-color: #efefef;
    border: 1px solid #ccc;
    font-size: 0.9em;
    padding-left: 10px;
}

.tbRepResumen {
    width: 100%;
    border-collapse: collapse;
}

    .tbRepResumen td, .tbRepResumen th {
        font-size: 0.9em;
        border: 1px solid #58626F;
        padding: 3px 7px 2px 7px;
    }

    .tbRepResumen th {
        font-size: 0.9em;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #58626F;
        color: #fff;
    }

    .tbRepResumen td {
        color: #000;
        text-align: center;
        padding: 7px;
    }

.tdLink {
    color: #115095 !important;
    text-decoration: none;
    cursor: pointer;
}

    .tdLink:hover {
        background-color: #CBE5F3;
    }

.tdTotales {
    color: #777 !important;
    font-weight: bold;
    background-color: #f5f5f5;
}

#titRep {
    width: 100%;
    padding: 10px;
    background-color: #efefef;
    border: 1px solid #ccc;
    text-align: center;
}

.tdTR {
    height: 60px;
    text-align: center;
    font-size: 1.6em;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.texto {
    color: #111;
    font-size: 0.9em;
}

.tbSVS {
    table-layout: fixed;
    width: 100%;
    padding: 0px;
}

    .tbSVS td {
        width: 3%;
        text-align: center;
    }

.TotalRegistros {
    width: 100%;
    font-size: 15px;
    padding: 5px;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: right;
}

#lbTotalRegistros span {
    border: 1px solid red !important;
}

.tdEnumeracion {
    background-color: #e4e4e4;
    text-align: center;
    font-weight: bold;
    width: 50px;
}

.tbEncabezadoDetalle {
    border: 1px solid #dddddd;
    border-spacing: 0px;
    width: 90%;
    padding: 0px;
    border-spacing: 0px
}

    .tbEncabezadoDetalle td {
        padding: 10px;
        font-size: 10pt;
        color: #777;
        width: 1px;
        white-space: nowrap;
    }

.tbDetalleLlamada {
    width: 100%;
    padding: 1px;
    font-size: 10pt;
    color: #777;
}

    .tbDetalleLlamada td {
        padding: 5px;
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: left;
    }

.tituloCelda {
    padding: 2px 5px 5px 2px;
    font-size: 15px;
    color: #4369ab;
    font-weight: bold;
}

.contadorRegistros {
    text-align: right;
    font-size: 14px;
    color: #7e8185;
}


#ContentPlaceHolder1 {
    text-align: center;
}

.paginacont {
    display: inline-table;
}

.contenedor {
    margin: 0px;
    width: 100%;
    box-sizing: border-box;
}


#frm th {
    font-size: 12pt;
    color: #565656;
    text-align: right;
    font-weight: normal;
    vertical-align: middle;
    padding-top: 7px;
}

#tdTop {
    color: #00196c;
    border-bottom: #213b90 3px solid;
    background-image: linear-gradient(top, #c8d8ec 20%, #b0c1d6 80%);
    background-image: -o-linear-gradient(top, #c8d8ec 20%, #b0c1d6 80%);
    background-image: -moz-linear-gradient(top, #c8d8ec 20%, #b0c1d6 80%);
    background-image: -webkit-linear-gradient(top, #c8d8ec 20%, #b0c1d6 80%);
    background-image: -ms-linear-gradient(top, #c8d8ec 20%, #b0c1d6 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #c8d8ec), color-stop(0.8, #b0c1d6));
    background-color: #c8d8ec;
}

.boton-01 {
    border-radius: 6px;
    border: 1px solid #4369ab !important;
    background-color: #4369ab !important;
    text-align: center;
    cursor: pointer;
    color: #fff !important;
    height: 35px;
    line-height: 35px;
    width: 100% !important;
}

    .boton-01:hover {
        cursor: pointer;
        transition: .2s ease-in-out all;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
        position: relative;
        background-color: #2a3e85 !important;
        border: 1px solid #2a3e85 !important;
    }


.dvbox {
    height: auto;
    width: auto;
    min-height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #c3c3c3 !important;
    border-radius: 8px;
}

.tituloContenedor {
    color: #222;
    font-size: 25pt;
}

.tituloForm {
    color: #222;
    font-size: 16pt;
}

.parrafoContenedor {
    color: #555;
    font-size: 11pt;
    text-align: justify;
    line-height: 20pt;
}

.AlertaForm {
    color: #CC0000;
    text-align: center;
    font-size: 11pt;
}

.sombras {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.label_titulo a {
    color: #3e4149;
    font-size: 1.2em;
    /*font-size:18px;*/
    text-decoration: none;
}


    .label_titulo a:hover {
        color: #34558f;
        text-decoration: none;
    }

.label_titulo {
    color: #6e7381;
    font-size: 21px;
    line-height: 36px;
    box-sizing: border-box;
    margin-left: 10px;
}

.tdUsuario {
    margin: 0 auto;
    text-align: right;
    height: 10px;
    color: #000;
}

.mancol {
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    display: inline-block;
    width: 195px;
    border: 1px solid #1e45a2;
    box-sizing: border-box;
    text-align: left;
    padding: 10px;
    margin: 5px;
    font-size: 15px;
}

    .mancol > div {
        line-height: 30px;
    }

.mancolfirst {
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}

.mancollast {
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
}

.confcol {
    margin: 10px 10px;
    border-radius: 6px;
    display: inline-table;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    box-shadow: 2px 2px 2px #eee;
    padding: 10px 0px;
    min-height: 358px;
}

    .confcol > div {
        text-align: left;
        line-height: 45px;
        vertical-align: middle !important;
        font-size: 10.5pt;
        border: 0px solid orange;
        margin: 0px auto !important;
        padding-left: 0px !important;
    }

        .confcol > div > img {
            vertical-align: middle !important;
            margin: 0px 10px;
            border: 0px solid green;
        }

        .confcol > div > a {
            margin-left: 0px;
        }

.confcolfirst {
    padding: 0px 0px 0px 5px;
    text-align: left;
    color: #244887;
    border: 0px;
    font-size: 18px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .confcolfirst img {
        vertical-align: middle !important;
        border: 0px solid green !important;
    }

.confcollast {
    text-align: left;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
}

.Dashboard {
    width: 300px;
    display: inline-table;
    margin: 10px 10px;
    cursor: pointer;
}

.cargando {
    position: static;
    /*top:0px;
    left:0px;*/
    width: 100%;
    height: 100%;
    border: 0px solid blue;
    box-sizing: border-box;
    margin: 0px !important;
}

    .cargando > div {
        border: 0px solid #4369ab;
        vertical-align: middle !important;
        text-align: center;
        margin: 0 auto;
        width: 160px;
        line-height: 50px;
        background: white;
        border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px 20px;
        padding: 22px 10px 10px 10px;
    }

        .cargando > div > p {
            font-size: 15px;
        }

.destCia {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #ccc !important;
    padding: 10px !important;
    text-align: left;
}

    .destCia div {
        width: 95% !important;
        box-sizing: border-box;
    }

    .destCia ul {
        width: 100% !important;
        box-sizing: border-box;
        max-height: 105px;
        overflow-y: auto;
    }

    .destCia li label {
        padding-left: 5px;
    }

    .destCia ul li {
        border: 0px solid red;
        padding: 3px 0px 4px 5px;
        margin: 1px 0px;
        line-height: 20px;
        width: 100%;
        box-sizing: border-box;
        vertical-align: middle;
    }

        .destCia ul li:hover {
            border-radius: 3px 3px 3px 3px;
            -moz-border-radius: 3px 3px 3px 3px;
            -webkit-border-radius: 3px 3px 3px 3px;
            background: #ccc;
        }


/* Clase estandar para tablas */


.bordes {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 0px solid #000000;
}

.sombras {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.cuerpo {
    margin: 0px auto;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.boton {
    width: 300px;
    padding: 10px;
    margin: 10px;
    /*bordes*/
    border-radius: 10px 10px 10px 10px !important;
    -moz-border-radius: 10px 10px 10px 10px !important;
    -webkit-border-radius: 10px 10px 10px 10px !important;
}

/*Inicio Menu*/
ul {
    list-style: none;
}

.ulreclamo {
    display: inline-table;
    max-width: 1300px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

    .ulreclamo li {
        display: table-cell;
        vertical-align: middle;
        max-width: 190px;
        width: 20%;
        box-sizing: border-box;
        margin: 0px 5px;
        display: inline-table;
        margin-bottom: 10px;
    }

        .ulreclamo li a {
            background-color: #c6d2eb;
            color: #003684;
            line-height: 35px;
            text-decoration: none;
            font-size: 14px;
            display: block;
            /*bordes*/
            border: 1px solid #c6d2eb;
            border-radius: 6px;
        }

            .ulreclamo li a:hover {
                color: #fff !important;
                background-color: #2a3e85;
                /*transicion*/
                transition: 0.2s ease;
                -moz-transition: 0.2s ease; /* Firefox */
                -webkit-transition: 0.2s ease; /* Chrome - Safari */
                -o-transition: 0.2s ease; /* Opera */
                box-sizing: border-box;
            }


/*Clase para kuamersh*/
.visible > a {
    color: #fff !important;
    background-color: #2a3e85 !important;
    border: none;
}


/*Etiqueta horizontal para  formulario*/
/*Fin Menu*/
.label2442 {
    /*Antes width:180px ;*/
    width: 200px;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

/*Texto, para esribir parrafos y titulos*/
.texto {
    box-sizing: border-box;
    width: 400px;
    margin: 0px auto;
    display: inline-block;
    text-align: left;
    padding: 3px 0px !important;
    margin: 0px 0px 10px 0px !important;
}

    .texto b {
        margin-top: 10px;
        color: #4369ab;
        font-size: 1.25em;
    }

    .texto p {
        padding: 0px;
        margin: 5px;
    }

.subtexto {
    box-sizing: border-box;
    width: 400px;
    margin: 0px auto;
    display: inline-block;
    text-align: left;
    border: 0px solid orange;
    padding: 3px 0px !important;
    margin: 0px 0px 10px 0px !important;
}

    .subtexto > b {
        margin-top: 10px;
        color: #2a3e85;
        font-size: 1.25em;
        font-weight: normal;
    }


.box2442 {
    margin: 0px 0px 10px 0px;
    text-align: left;
    padding: 0px !important;
}

    .box2442 > input[type="text"],
    .box2442 > input[type="number"],
    .box2442 > select {
        width: 280px;
    }

.drawer {
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 6px;
    margin-top: 5px;
    border: 1px solid #c3c3c3;
}

/*caja400px*/
.box2 {
    padding: 10px;
    width: 400px;
    display: inline-table;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 10px;
}


/*caja500px*/
.box3 {
    padding: 10px;
    width: 500px !important;
    display: inline-table;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 10px;
}

/*caja210px*/
.box4 {
    padding: 10px;
    width: 210px !important;
    display: inline-table;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 10px;
    border: 0px solid blue;
}



/*Leyenda*/
.leyenda {
    text-align: center;
    border: 0px solid red;
    margin: 5px 0px 5px 0px;
}

    .leyenda > div {
        line-height: 40px;
        border: 0px solid red;
        width: 100px;
        vertical-align: middle;
        display: inline-table;
    }

        .leyenda > div > img {
            margin-right: 10px;
        }

.centrar {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.border_2 {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #ccc;
}

.contenido {
    box-sizing: border-box;
    width: 100%;
    border: 0px solid #ccc;
}

.botonera {
    text-align: right;
}

.dvContenedorReclamo {
    margin: 0px 25px;
    display: inline-table;
    vertical-align: top;
    padding: 10px;
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    min-height: 290px;
}

.dvAntecedentesPoliza {
    padding-left: 0px;
    display: inline-table;
    vertical-align: top;
    margin-right: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 420px;
    padding: 0px 10px 0px 20px;
    box-sizing: border-box;
}

.dvAntecedentesReclamo {
    display: inline-table;
    vertical-align: top;
    padding-left: 20px;
    width: 100%;
    max-width: 420px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}

ckreclamos {
    margin: 10px 0px;
    border: 0px solid red;
    width: 360px;
    display: inline-table;
    text-align: left !important;
    padding-left: 10px;
}


.contenedorMenu {
    width: 100%;
    padding: 5px;
    margin: 0px auto;
    box-sizing: border-box;
    text-align: left !important;
}

.contenedorMenuCentrado {
    width: 100%;
    padding: 5px;
    margin: 0px auto;
    box-sizing: border-box;
    text-align: center !important;
}

.boxMenu div {
    padding: 5px 0px;
    box-sizing: border-box;
}

/*Box disponible*/
.boxMenu {
    width: 100%;
    max-width: 240px;
    display: inline-table;
    height: 60px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 15px;
    padding: 0px 8px;
}

.drawerMenu {
    width: 100%;
    max-width: 1758px;
    box-sizing: border-box;
    display: inline-table;
    align-items: flex-start;
    flex-wrap: wrap;
}


/*Responsive Contenido Master Page*/
section {
    width: 100%;
}

.div_cont_titulo {
    margin-top: 20px;
}

.dvEncbezadoContenido {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inline-table;
    vertical-align: top;
}

.div_contenido {
    margin: 0px auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-table;
    vertical-align: top;
    border: 0px solid blue;
    text-align: center
}

.div_titulo {
    display: inline-table;
    line-height: 36px;
    margin: 0px auto;
    box-sizing: border-box;
}


.div_cont_titulo hr {
    width: 99%;
    margin: 0 auto;
    border: 0px;
    background: #9d9d9d;
    background-image: linear-gradient(to right, #ddd, #9d9d9d, #ddd);
}


.div_titulo2 {
    display: none;
    width: 100%;
    line-height: 36px;
    color: #213b90;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1023px) {
    section {
        margin-top: 0px;
    }

    .div_cont_titulo {
        margin-top: 0px;
    }

    .dvEncbezadoContenido {
        display: none;
    }

    .div_titulo {
        display: none;
    }

    .div_titulo2 {
        display: inline-table;
    }


    .dvContenedorReclamo {
        margin: 0px 0px 20px 0px;
    }

    .dvAntecedentesPoliza {
        padding-left: 10px;
        border: 0px solid orange;
    }

    .dvAntecedentesReclamo {
        border-left: 0px;
        padding-left: 10px;
        margin-top: 15px;
    }

    .thHide {
        display: none;
    }

    .dvContenidoPRO {
    }

    .ulreclamo li {
        max-width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .thHide2,
    .tdEnumeracion {
        display: none;
    }

    .label2442 {
        width: 150px;
        box-sizing: border-box;
        display: block;
        text-align: left;
    }

    .input2442 {
        width: 200px;
        box-sizing: border-box;
        display: block;
    }

    .contenido {
        padding: 10px;
        margin: 0px;
        height: 10%;
        width: 100%;
        box-sizing: border-box;
    }

    .cuerpo {
        padding: 0px;
        margin: 0px;
        background: #fff;
    }

    .botonera {
        text-align: left;
    }

    .texto {
        width: 98% !important;
        margin: 5px;
        padding: 0px;
        box-sizing: border-box;
    }

    .box2442 {
        margin: 5px;
        text-align: center;
        border: 0px solid blue;
        box-sizing: border-box;
    }

    .box2 {
        width: 100%;
        padding: 0px;
    }

    textarea {
        width: 98%;
    }

    .drawer {
        padding: 10px;
    }

    .ulreclamo li {
        width: 290px;
        padding: 5px;
    }

    .boxMenu {
        width: 100% !important;
    }

    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="number"],
    select,
    .radioBox {
        width: 290px !important;
    }
}
