﻿/* CSS AACH v1 */

/* INI - CSS Elmentos HTML */
body {
    background-color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    cursor: default;
}

body, td, th {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #333;
}

a {
    color: #1C307B;
    text-decoration: none;
}

    a:hover {
        color: #213b90;
        text-decoration: underline;
    }
/* FIN - CSS Elmentos HTML */



/* INI - CSS Menu */
#menuSM {
    background: #90a6da;
    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));
    padding: 0;
    list-style: none;
    border: 1px solid #7C7C7C;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    /*
    #menuSM li {
        display: block;
        text-decoration: none;
    }
    */
    #menuSM li a {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 15px;
        text-decoration: none;
        text-shadow: 1px 1px 1px #000;
        //float: right;
        padding: 0px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        border-left: 1px solid #FFF;
        //display: inline-block;
    }

        #menuSM li a:hover {
            text-shadow: none;
            background-color: #213b90;
        }



li {
    float: right;
}

    li a, .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        //padding: 14px 16px;
        text-decoration: none;
    }

        li a:hover, .dropdown:hover .dropbtn {
            background-color: red;
            background-color: #213b90;
        }

    li.dropdown {
        display: inline-block;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    background: #90a6da;
    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));
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        border-top: 1px solid #FFF;
    }

        .dropdown-content a:hover {
            background-color: #213b90;
        }

.dropdown:hover .dropdown-content {
    display: block;
}


/* FIN - CSS Menu */




/* INI - CSS Menu OTRO */


/* FIN - CSS Menu OTRO */






/* INI - CSS Grilla */
.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Verdana;
    font-size: 12px;
}
    /*.mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #003366; font-size: 1.0em; text-align:center; color: #717171; vertical-align:middle;}*/
    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #003366;
        font-size: 1.0em;
        color: #717171;
        vertical-align: middle;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #999999;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#99CCFF'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#9CF)); /* for webkit browsers */
        background: -moz-linear-gradient(top, #FFF, #9CF); /* for firefox 3.6+ */
        background: #424242;
        font-size: 1.1em;
        font-weight: bold;
        border: solid 2px #c1c1c1;
        text-align: center;
        font-size: 10pt;
        color: #3c506e;
        text-decoration: none;
        background-image: url('../img/tr_celeste.gif');
        background-repeat: repeat-x;
        background-color: #FFF;
        text-align: center;
        font-weight: bold
    }

    .mGrid tr:hover {
        background-color: #FFFFCC;
        color: white;
    }

    .mGrid .alt {
        background: #fcfcfc;
    }

    .mGrid .pgr {
        background: #FFFFFF;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0px;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


    .mGrid .pagerstyle {
        font-size: x-small;
        text-align: right;
        background-position: bottom left;
        background: #D0DEF0 url(../img/toolbarbck.gif) repeat-x scroll left top;
    }

    .mGrid .gopag {
        font-size: x-small;
        width: 20px;
    }

    .mGrid .pagprev {
        background: transparent url(../img/previous.png) no-repeat scroll center;
        height: 1.3em;
        width: 16px;
        cursor: pointer;
        border: 0px;
    }

        .mGrid .pagprev:hover {
            height: 1.4em;
            background: transparent url(../img/previous.png) no-repeat scroll center;
        }

    .mGrid .pagnext {
        background: transparent url(../img/next.png) no-repeat scroll center;
        height: 1.3em;
        width: 16px;
        cursor: pointer;
        border: 0px;
    }

        .mGrid .pagnext:hover {
            height: 1.4em;
            background: transparent url(../img/next.png) no-repeat scroll center;
        }

    .mGrid .pagfirst {
        background: transparent url(../img/first.png) no-repeat scroll center;
        height: 1.3em;
        width: 16px;
        cursor: pointer;
        border: 0px;
    }

        .mGrid .pagfirst:hover {
            height: 1.4em;
            background: transparent url(../img/first.png) no-repeat scroll center;
        }

    .mGrid .paglast {
        background: transparent url(../img/last.png) no-repeat scroll center;
        height: 1.3em;
        width: 16px;
        cursor: pointer;
        border: 0px;
    }

        .mGrid .paglast:hover {
            height: 1.4em;
            background: transparent url(../img/last.png) no-repeat scroll center;
        }

.GridEncabezado {
    font-size: 10pt;
    color: #3c506e;
    text-decoration: none;
    background-image: url('../img/tr_celeste.gif');
    background-repeat: repeat-x;
    background-color: #FFF;
    text-align: center;
    font-weight: bold
}

.mGrid .custom-header {
    padding: 4px 2px;
    color: #3c506e;
    background-image: url('../img/tr_celeste.gif');
    background-repeat: repeat-x;
    background-color: #FFF;
    font-size: 10pt;
    font-weight: bold;
    border: solid 2px #c1c1c1;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Optional: If you want to distinguish the merged header slightly */
.mGrid .custom-header {
    background-color: #f0f5ff; /* Slightly different background */
    border-bottom: 2px solid #9CF; /* Thicker bottom border */
}
/* FIN - CSS Grilla */



/* INI - CSS boton lnk */
.btn {
    /*display: inline-block;*/
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    background: #729ec7;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 15px;
    width: 100%;
    /*margin: 0px auto;*/
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /*display: block;*/
    max-width: 30%;
}

    .btn i {
        margin: 0px 5px 0px 0px;
        padding: 0px;
    }

    .btn:hover {
        background: #07559d;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 9px 15px;
        width: 100%;
        /*margin: 0px auto;*/
        /*display: block;*/
    }

    .btn:hover i {
        margin: 0px 5px 0px 0px;
        padding: 0px;
    }
/* FIN - CSS boton lnk */


/* INI - CSS Formulario */

    #tblFormCia {
        padding: 1em;
        background: #f9f9f9;
        border: 1px solid #c1c1c1;
        margin: 2rem auto 0 auto;
        min-width: 800px;
        max-width: 800px;
        padding: 1em;
        font-family: Verdana;
        font-size: 12px;
    }

    #tblFormCia input {
        background: #fff;
        border: 1px solid #9c9c9c;
        padding: 0.5em;
        margin-bottom: 0.5rem;
    }

        #tblFormCia input:focus {
            outline: 3px solid lightnavy;
        }

    .tblForBusq {
        padding: 1em;
        background: #f9f9f9;
        border: 1px solid #c1c1c1;
        margin: 2rem auto 0 auto;
        min-width: 800px;
        max-width: 800px;
        padding: 1em;
        font-family: Verdana;
        font-size: 12px;
    }

    .tblForBusq600 {
        padding: 1em;
        background: #f9f9f9;
        border: 1px solid #c1c1c1;
        margin: 2rem auto 0 auto;
        min-width: 600px;
        max-width: 600px;
        padding: 1em;
        font-family: Verdana;
        font-size: 12px;
    }

    .tblForBusq input {
        background: #fff;
        border: 1px solid #9c9c9c;
        padding: 0.5em;
        margin-bottom: 0.5rem;
    }

    .tblForBusq input:focus {
        outline: 3px solid lightnavy;
    }


    .error {
        border: 1px solid #b94a48 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

    .btnFormCia {
        background: lightgrey;
        padding: 0.7em;
        width: 15%;
        border: 0;
    }

    .btnFormCia:hover {
        background: gold;
    }

/* FIN - CSS Formulario */



/* Elementos de interaz */

.hiddencolumn {
    display: none;
}

#tdTop {
    color: #00196c;
    border-bottom: #213b90 3px solid;
    background-color: #c8d8ec;
    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));
}

#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-color: #f7f7f7;
    border: 1px solid #ccc;
    height: auto;
    width: auto;
    min-height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari y Chrome */
    background: #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;
    background-image: linear-gradient(top, #ffffff 0%, #fffcdd 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #fffcdd 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #fffcdd 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #fffcdd 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #fffcdd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #fffcdd));
}

    .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: #222;
    font-size: 13pt;
}

.tituloForm {
    color: #222;
    font-size: 16pt;
}

.tituloModulo {
    font-size: 15pt;
    color: #414b61;
}

.parrafoContenedor td {
    color: #555;
    font-size: 10.5pt;
    text-align: justify;
    line-height: 20pt;
}

.footer {
    font-size: 10pt;
    color: #777;
    padding: 5px;
}

#dvCargando {
    display: block;
    position: absolute;
    top: 150px;
}

    #dvCargando td {
        font-size: 10pt;
        color: #555;
    }

/* Controles formulario */
.boton-02 {
    border: 1px solid #213b90;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari y Chrome */
    margin-left: 5px;
    font-size: 11pt;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #d3e8f0;
    padding: 9px 15px 7px 15px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    color: #203887;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top left, #d3e8f0 20%, #bbcfd6 80%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top left,#d3e8f0 20%, #bbcfd6 80%);
    /* Opera */
    background-image: -o-linear-gradient(top left, #d3e8f0 20%, #bbcfd6 80%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #d3e8f0), color-stop(1, #bbcfd6));
    /* Webkit (Chrome 11+) */
    background: -webkit-linear-gradient(top left, #d3e8f0 20%, #bbcfd6 80%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(top bottom right, #d3e8f0 20%, #bbcfd6 80%);
    border: 1px solid #4278b4;
}

    .boton-02:hover {
        color: #fff;
        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top left, #4278b4 20%, #203887 80%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top left,#4278b4 20%, #203887 80%);
        /* Opera */
        background-image: -o-linear-gradient(top left, #4278b4 20%, #203887 80%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #4278b4), color-stop(1, #203887));
        /* Webkit (Chrome 11+) */
        background: -webkit-linear-gradient(top left, #4278b4 20%, #203887 80%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(top bottom right, #4278b4 20%, #203887 80%);
    }

.boton-01 {
    border: 1px solid #213b90;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari y Chrome */
    margin-left: 5px;
    font-size: 11pt;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: #2c428b;
    padding: 9px 15px 7px 15px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    color: #fff;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top left, #4278b4 20%, #203887 80%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top left,#4278b4 20%, #203887 80%);
    /* Opera */
    background-image: -o-linear-gradient(top left, #4278b4 20%, #203887 80%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #4278b4), color-stop(1, #203887));
    /* Webkit (Chrome 11+) */
    background: -webkit-linear-gradient(top left, #4278b4 20%, #203887 80%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(top bottom right, #4278b4 20%, #203887 80%);
}

    .boton-01:hover {
        color: #203887;
        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top left, #d3e8f0 20%, #bbcfd6 80%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top left,#d3e8f0 20%, #bbcfd6 80%);
        /* Opera */
        background-image: -o-linear-gradient(top left, #d3e8f0 20%, #bbcfd6 80%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #d3e8f0), color-stop(1, #bbcfd6));
        /* Webkit (Chrome 11+) */
        background: -webkit-linear-gradient(top left, #d3e8f0 20%, #bbcfd6 80%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(top bottom right, #d3e8f0 20%, #bbcfd6 80%);
        border: 1px solid #4278b4;
    }

.campo-01 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10.5pt;
    font-weight: normal;
    color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 1px 2px 3px #CCC;
    border-top: 1px solid #999;
    background-color: #fff;
    border: 1px solid #AAA;
    margin-bottom: 1px;
    margin-top: 2px;
    padding: 3px
}

/* 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;
}

.tdOpciones {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #777;
    font-size: 9pt;
    padding: 10px 5px 10px 5px;
}

.tbForm2 td {
    font-size: 10pt;
    color: #6f6f6f;
    vertical-align: bottom;
    text-align: left;
}

.tbForm {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    -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;
}

    .tbForm th {
        font-size: 10pt;
        color: #565656;
        text-align: right;
        font-weight: normal;
        vertical-align: middle;
        padding-top: 7px;
    }

    .tbForm td {
        font-size: 10pt;
        color: #6f6f6f;
        vertical-align: bottom;
        text-align: left;
    }

    .tbForm input[type="text"], input[type="password"], select {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: normal;
        color: #333;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 3px 3px 3px #ccc;
        -webkit-box-shadow: 3px 3px 3px #ccc;
        box-shadow: 1px 2px 3px #CCC;
        border-top: 1px solid #999;
        background-color: #fff;
        border: 1px solid #AAA;
        margin-bottom: 1px;
        margin-top: 2px;
        padding: 3px
    }

    .tbForm input[type="button"], input[type="submit"] {
        border: 1px;
        border-radius: 3px;
        -moz-border-radius: 3px; /* Firefox */
        -webkit-border-radius: 3px; /* Safari y Chrome */
        font-size: 10pt;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        background: #2c428b;
        padding: 4px 10px 4px 10px;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        color: #fff;
        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top left, #4278b4 20%, #203887 80%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top left,#4278b4 20%, #203887 80%);
        /* Opera */
        background-image: -o-linear-gradient(top left, #4278b4 20%, #203887 80%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #4278b4), color-stop(1, #203887));
        /* Webkit (Chrome 11+) */
        background: -webkit-linear-gradient(top left, #4278b4 20%, #203887 80%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(top bottom right, #4278b4 20%, #203887 80%);
    }

        .tbForm input[type="button"]:hover, input[type="submit"]:hover {
            color: #203887;
            /* IE10 Consumer Preview */
            background-image: -ms-linear-gradient(top left, #d3e8f0 20%, #bbcfd6 80%);
            /* Mozilla Firefox */
            background-image: -moz-linear-gradient(top left,#d3e8f0 20%, #bbcfd6 80%);
            /* Opera */
            background-image: -o-linear-gradient(top left, #d3e8f0 20%, #bbcfd6 80%);
            /* Webkit (Safari/Chrome 10) */
            background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #d3e8f0), color-stop(1, #bbcfd6));
            /* Webkit (Chrome 11+) */
            background: -webkit-linear-gradient(top left, #d3e8f0 20%, #bbcfd6 80%);
            /* W3C Markup, IE10 Release Preview */
            background-image: linear-gradient(top bottom right, #d3e8f0 20%, #bbcfd6 80%);
        }

    .tbForm hr {
        color: #f7f7f7;
        background-color: #f7f7f7;
        height: 2px;
    }

    .tbForm textarea {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }

.AlertaForm {
    color: #cc0000 !important;
    font-weight: bold !important;
    text-align: center !important;
    font-size: 0.9em;
}

/* 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: "Trebuchet MS", 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 tr:hover td {
        background-color: #efefef;
        color: #1f3959;
    }

    .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: 10pt;
    border-collapse: collapse;
    border: 1px solid #767676;
}

    .GridView2 td, .GridView2 th {
        font-size: 10pt;
        color: #333;
        text-decoration: none;
        background-color: #ffffff;
        text-align: left;
        border-collapse: collapse;
        vertical-align: top;
    }

    .GridView2 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));
    }

    .GridView2 tr.alt td {
        color: #000;
        background-color: #EAF2D3;
    }


.GridView {
    border: none;
    font-size: 10pt;
}

    .GridView 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));
        border: none;
        border-top: 1px solid #9eb0c6;
        border-bottom: 1px solid #9eb0c6;
    }

    .GridView td {
        font-size: 10pt;
        color: #333;
        text-decoration: none;
        background-color: #ffffff;
        text-align: left;
        border: none;
        border-bottom: 1px dashed #ccc;
        border-collapse: collapse;
        vertical-align: top;
    }

    .GridView tr:hover td {
        background-color: #fbf3a8;
        color: #1f3959;
    }

.GridFilaAlt td {
    background-color: #f6f6f6;
}

.GridEditFila {
    /*
	color:#2C5B8A;		
	border-style: solid;
	border-width: 1px;
	border-color:#40484F;
	background-color:#ffffff;
	text-align:left
	*/
}

.GridPie {
    font-size: 9pt;
    color: #444444;
    text-decoration: none
}

.GridPieTotales {
    font-weight: bold;
    text-align: right;
    color: #000000;
    text-decoration: none;
}

.GridPaginar a {
    font-size: 10pt;
    color: #111111;
    text-decoration: underline
}

    .GridPaginar a:hover {
        color: #183e78;
    }

/* 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;
}

.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 {
    width: 150px;
    padding: 3px;
    color: #000000;
    font-size: 9pt;
    text-align: center;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

.veryweak {
    border: 1px solid #000000;
    background-color: #B40404;
}

.weak {
    border: 1px solid #000000;
    background-color: #DF7401;
}

.medium {
    border: 1px solid #000000;
    background-color: #FFFF00;
}


.strong {
    border: 1px solid #000000;
    background-color: #9AFE2E;
}


.verystrong {
    border: 1px solid #000000;
    background-color: #0B610B;
    color: #FFFFFF;
}

#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;
    }

#BarraFooter td {
    color: #8ea6d7;
    font-size: 10.5pt;
}

#BarraFooter a {
    color: #ababab;
}

    #BarraFooter a:hover {
        color: #c9d8eb;
    }

#BarraFooter {
    position: relative;
    min-width: 760px;
}

* html #BarraFooter {
    width: 780px;
}

#BarraFooter {
    padding-top: 3px;
    z-index: 1000;
    position: fixed;
    color: #8ea6d7;
    background-color: #294c93;
    width: 100%;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 35px;
}

.dvResultado {
    width: 500px;
    font-size: 10pt;
    color: #555;
    text-align: left;
}

.boton-05 {
    border: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari y Chrome */
    font-size: 10pt;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: #2c428b;
    padding: 4px 10px 4px 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    color: #2a5a8f;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top left, #d3e8f0 20%, #d2e0f0 80%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top left,#d3e8f0 20%, #d2e0f0 80%);
    /* Opera */
    background-image: -o-linear-gradient(top left, #d3e8f0 20%, #d2e0f0 80%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #d3e8f0), color-stop(1, #d2e0f0));
    /* Webkit (Chrome 11+) */
    background: -webkit-linear-gradient(top left, #d3e8f0 20%, #d2e0f0 80%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(top bottom right, #d3e8f0 20%, #d2e0f0 80%);
}

.GridIRF {
    font-size: 10pt;
    border-collapse: collapse;
    border: 1px solid #767676;
}

    .GridIRF td, .GridView2 th {
        font-size: 10pt;
        color: #333;
        text-decoration: none;
        background-color: #ffffff;
        border-collapse: collapse;
    }

    .GridIRF 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));
    }

    .GridIRF tr:hover {
        background-color: #AAA !important;
    }

.tdProveedor {
    text-align: center !important;
    font-size: 1.3em !important;
    font-style: italic;
    padding: 5px;
}

.tdDia {
    background-color: #AAA !important;
    color: #FFF !important;
    text-align: center !important;
    min-width: 90px;
    font-size: 1.0em !important;
    border-bottom: 1px solid #cccccc;
}

.tdFeriado {
    background-color: #dddfe1 !important;
    min-width: 150px;
}

.tdSemana {
    min-width: 150px;
}

.tdBoton {
    text-align: center !important;
    font-size: 1.0em !important;
    text-transform: uppercase;
    font-style: italic;
    cursor: pointer;
    background-image: linear-gradient(top, #f8f9fa 10%, #e1e4e8 90%);
    background-image: -o-linear-gradient(top, #f8f9fa 10%, #e1e4e8 90%);
    background-image: -moz-linear-gradient(top, #f8f9fa 10%, #e1e4e8 90%);
    background-image: -webkit-linear-gradient(top, #f8f9fa 10%, #e1e4e8 90%);
    background-image: -ms-linear-gradient(top, #f8f9fa 10%, #e1e4e8 90%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #f8f9fa), color-stop(0.9, #e1e4e8));
}

    .tdBoton:hover {
        background-image: linear-gradient(top, #fffccf 10%, #fbf3a8 90%);
        background-image: -o-linear-gradient(top, #fffccf 10%, #fbf3a8 90%);
        background-image: -moz-linear-gradient(top, #fffccf 10%, #fbf3a8 90%);
        background-image: -webkit-linear-gradient(top, #fffccf 10%, #fbf3a8 90%);
        background-image: -ms-linear-gradient(top, #fffccf 10%, #fbf3a8 90%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #fffccf), color-stop(0.9, #fbf3a8));
    }


    /*CLASE PARA MODAL*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

.border {
    display: inline-block;
    /*justify-content: center;*/
    /*padding: 20px;*/
    border: 2px solid #173a80;
    Change color and thickness of the border border-radius: 5px;
    Rounded corners background-color: #ffffff;
    /*box-sizing:border-box;*/
    margin: 0 auto;
    width: 350px;
}

.row-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row {
    display: flex;
    align-items: center;
    justify-content: center;

}

.label {
    font-weight: bold;
    margin-right: 5px;
}

.radio-list {
    display: inline-block;
}

.button-container {
    display: flex;
    justify-content: right; /* Center the button */
    width: 100%; /* Allow full width for responsiveness */
}

.export-button {
    background-color: #007bff; /* Button color */
    color: white; /* Button text color */
    padding: 10px 20px; /* Button padding */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    font-size: 16px; /* Font size */
    transition: background-color 0.3s; /* Transition for hover effect */
}

.export-button:hover {
        background-color: #0056b3; /* Darker color on hover */
}


