﻿
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
    box-sizing: border-box;
    color: #333;
    font-size: 1em;
    font-family: "Zurich BT", FuenteHycsa, Verdana, Arial, "Segoe UI", "Times New Roman" !important;
    font-weight:300;
    box-sizing: border-box;
}

.rddtIcon {
    font-family: "WebComponentsIcons" !important;
}

.rcbScroll {
    font-family: "WebComponentsIcons" !important;
}

.p-icon {
    font-family: "WebComponentsIcons" !important;
}

.RadRotator {
    font-family: "WebComponentsIcons" !important;
}

.RadSpreadsheet {
    font-family: "WebComponentsIcons" !important;
}
	
html {
    background-color: #fff;
}

body {
}

/*.imgLogo
{
    margin: 3% auto;
    width: 50%;
}

@media (min-width: 768px)
{
    .imgLogo
    {
        margin: 3% auto 4px auto;
        width: 58%;
    }
}*/

#divRedes {
    margin: 3% auto;
}

@media (min-width: 768px) {
    #divRedes {
        margin: 3% auto;
    }
}

#divRedes div {
    display: block;
    text-align: right;
    margin-right: 18%;
}

#divRedes a {
    margin: 2%;
}

.textoRojo {
    color: #990000;
    font-weight: normal;
}

h1, h2, h3 {
    color: #636266;
    font-weight: normal;
}

h1 {
    font-size: 3.5em;
}

h2 {
    font-size: 2em;
}

/*#divFiltrosCon h3 {
    margin-left: 90px; 
}*/

section {
    width: 100%;
}

.lblTexto {
    color: #636266 !important;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    .lblTexto:hover {
        color: #FFC000 !important;
    }

.oculto {
    visibility: hidden;
}

.pComentario {
    height: 5px;
    min-width: 300px;
    overflow: hidden;
}

    .pComentario:hover {
        height: auto;
        min-height: 50px;
        overflow: visible;
    }

/* Estilo predeterminado */
.contenedorBoton {
    display: flex;
    justify-content: center; /* Puedes ajustar la alineación predeterminada */
}

/* Alineaciones ajustables */
.margin-izquierda-20 {
    margin-left: -20px;
}

.margin-derecha-20 {
    margin-right: -1710px;
}

.margin-abajo-20 {
    margin-bottom: 20px;
}

.margin-arriba-20 {
    margin-top: 20px;
}

/* Boton EGM */
.btnTexto {
    background-color: #F3CA27;
    background: linear-gradient(#F3CA27, #FAF099);
    border-radius: 5px;
    padding: 2px 20px;
    color: #000;
    border-bottom: 2px solid #FFCE01;
    border-right: 2px solid #FFCE01;
    box-shadow: 2px 3px 6px #89878c;
}

.btnTexto:hover {
    background-color: #FAF099;
    color: #000; /* Texto en negro EGM */
    border-bottom: 2px solid #FFCE01;
    border-right: 2px solid #FFCE01;
    background: linear-gradient(120deg, #FAF099, #FFC000, #FFC000);
}

element.style {
    /*border-left: 1px solid red;*/
    padding-right: 5px;
}



.btnRegresar {
    text-decoration: none;
    position: relative;
    font-size: 1em;
    background-color: #FFC000;
    background: linear-gradient(#FFC000,#FAF099);
    border-radius: 0px 5px 5px 0px;
    padding: 2px 20px;
    color: #000;
    border-bottom: 2px solid #FFC000;
    border-right: 2px solid #FFC000;
    box-shadow: 2px 3px 6px #89878c;
}

    .btnRegresar:hover {
        color: #FFF;
        background-color: #FAF099;
        background: linear-gradient(#FAF099,#FFC000);
        border-bottom-color: #FAF099;
        border-right-color: #FAF099;
    }

.flotanteRight {
    float:right;
}

.flotanteLeft{
    float:left;
}

/********************** TAMAÑO **********************/
.t01 {
    width: 8.33% !important;
}

.t02 {
    width: 16.66% !important;
}

.t03 {
    width: 25% !important;
}

.t04 {
    width: 33.33% !important;
}

.t05 {
    width: 41.66% !important;
}

.t06 {
    width: 50% !important;
}

.t07 {
    width: 58.33% !important;
}

.t08 {
    width: 66.66% !important;
}

.t09 {
    width: 75% !important;
}

.t10 {
    width: 83.33% !important;
}

.t11 {
    width: 91.66% !important;
}

.t12 {
    width: 100% !important;
}

.t12Azure{
    width: 100% !important;
    background-color:azure;
    margin-bottom: 20px;
}

.t01min {
    min-width: 8.33% !important;
}

.t02min {
    min-width: 16.66% !important;
}

.t03min {
    min-width: 25% !important;
}

.t04min {
    min-width: 33.33% !important;
}

.t05min {
    min-width: 41.66% !important;
}

.t06min {
    min-width: 50% !important;
}

.t07min {
    min-width: 58.33% !important;
}

.t08min {
    min-width: 66.66% !important;
}

.t09min {
    min-width: 75% !important;
}

.t10min {
    min-width: 83.33% !important;
}

.t11min {
    min-width: 91.66% !important;
}

.t12min {
    min-width: 100% !important;
}


/********************** ALTO **********************/
.alto400PxMin {
    min-height: 500px;
}


/********************** ENCABEZADO **********************/
.secEncabezado {
    width: 100%;
    background-color: #FFF;
    z-index: 100;
}

#secEncabezado {
    top: 0px;
    left: 0px;
    z-index: 1900;
    background-color: #FFF;
}

    #secEncabezado #divEncabezado {
        width: 100%;
        overflow: hidden;
        position: fixed;
        padding-bottom: 1%;
        z-index: 100;
    }

        #secEncabezado #divEncabezado #imgEncabezado {
            position: absolute;
            width: 100%;
            top: 0px;
        }

    #secEncabezado #imgLogoEncabezado {
        width: 35%;
        position: absolute;
        left: 10%;
        top: 70%;
    }

    #secEncabezado #divUsuario {
        width: 100%;
        background-color: rgba(243,202,39,0.7);
        color: #FFF;
        padding: 5px 1%;
        position: relative;
        margin-bottom: 1%;
    }

    #secEncabezado .lblFecha {
        float: right;
        color: #FFF;
        font-size: 1em;
        margin-right: 1%;
    }

/*

.imgEncabezado {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 30%;
}

#secEncabezado
{
    width: 100%;
    position: fixed;
    top: 0px;
    margin: 0px !important;
    background-color: #FFFFFF;
    z-index: 100;
}

#secEncabezado h1
{
    font-style: italic;
    font-size: 2.8em;
    font-weight: normal;
}

#secEncabezado .tdImagen
{
    width: 20%;
    max-width: 187px;
    min-width: 120px;
}

#secEncabezado .titulo
{
    font-size: 2em;
    font-style: italic;
}

#secEncabezado .textos
{
    font-size: 0.7em;
}

#secEncabezado table
{
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#secEncabezado table td
{
    text-align: center;
    margin: 0px;
}

#secEncabezado table .tdCentradoVertical
{
    text-align: center;
    vertical-align: middle;
}



#secEncabezado .trMenu
{
    background-color: #282526;
    border: 0px;
}

#secEncabezado .trMenu td
{
    text-align: center;
    background-color: #282526;
    border: 0px;
}
    */

/********************** PIE **********************/

.imgPie {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 30%;
}


/********************** MENU **********************/
#divMenu {
    background-color: white; /*linear-gradient(#B50923,#E04660);*/
    position: fixed;
    width: 100%;
    z-index: 100;
}

.menu {
    padding: 0px;
    margin: 0px;
    display: block;
}

    .menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        .menu ul li a, .menu ul li a:visited {
            /*background-color: #282526;*/
            /*background: linear-gradient(#B50923,#E04660);*/
            border-right: 2px solid #FFF;
            color: #FFFFFF;
            display: block;
            line-height: 1.5em;
            padding: 2px 30px 2px 30px !important;
            text-decoration: none;
            white-space: nowrap;
            margin: 0px;
            font-size: 1.2em;
        }

            .menu ul li a:hover {
                /*background-color: #FFFFFF;*/
                background: #B50923;
                color: #FFF;
                text-decoration: none;
            }

            .menu ul li a:active {
                /*background-color: #282526;*/
                /*background: linear-gradient(#B50923,#E04660);*/
                color: #FFFFFF;
                text-decoration: none;
            }

.menuSeleccionado ul li a, .menuSeleccionado ul li a:visited {
    /*background-color: #FFFFFF;*/
    background: #B50923;
    color: #FFF;
    text-decoration: none;
}




/********************** CARGANDO **********************/
#cargando {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    background: rgba(255,255,255,0.6);
}

    #cargando .cargandoContenedor {
        width: 6%;
        top: 35% !important;
        left: 46%;
        position: absolute;
    }

    #cargando img {
        /*margin: 40% auto;*/
        left: 43%;
        top: 25%;
        min-height: 100px;
        min-width: 100px;
        width: 14%;
        position: absolute;
    }



/********************** MODAL **********************/
/*#divNuevoElemento, #divNuevaBolsa, #divHistorialSaldo, #divSaldo, #divTransferir, #divDeposito
    , #divHistorialBolsa, #divHistorialFactura, #divBusqueda, #divArchivosFactura*/

/*z-index: 999;
    padding: 20% 25% 0px 25%;
*/
.divModal {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    background: rgba(255,255,255,0.6);
    padding: 10% 10% 0px 10%;
}

    .divModal .divDefault {
        border: 4px solid #F3CA27;
        border-radius: 25px;
        box-shadow: 5px 10px 25px #89878C;
        background-color: RGBA(255,255,255,0.8);
        margin: 0px 0px 5% 0px;
        padding: 0px 5% 5% 5%;
        position: relative;
    }

    .divModal .divDefault2 {
        border: 1px solid #F3CA27;
        border-radius: 25px;
        box-shadow: 5px 10px 25px #89878C;
        background-color: RGBA(255,255,255,0.8);
        margin: 0px 0px 5% 0px;
        padding: 0px 5% 5% 5%;
        position: relative;
    }

        .divModal .divDefault .btnCerrarModal {
            font-size: 3em;
            color: #000;
            position: absolute;
            right: -15px;
            top: -15px;
            border-radius: 25px;
            max-width: 35px;
        }

/*
    visibility: hidden;
    background-color: #FFFFFF;
    position: fixed;
    min-width: 15%;
    max-width: 70%;
    max-height: 50%;    
    min-height: 150px;
    padding: 50px 10px !important;
    top: 30%;
    left: 25%;
    border: 3px solid #B50923;
    border-radius: 25px;
    z-index: 100 !important;
    box-shadow: 15px 15px 20px #EF8191;
    overflow:auto;
*/


/********************** FILTROS **********************/
#divFiltros {
    margin: 0px;
    padding: 0px 1%;
    text-align: center;
}

    #divFiltros .divDefault {
        margin: 0px;
        box-shadow: none;
        border-radius: 10px;
    }

        #divFiltros .divDefault table td {
            padding: 0px;
        }


/********************** LOGIN **********************/
/*#secLogin {
    margin: 8% 30%;
    width: 40%;
}

    #secLogin h1 {
        color: #000;
        font-weight: bold;
        margin: 5% 0px;
        font-size: 2.5em;
    }

    #secLogin h2 {
        color: #000;
        font-weight: bold;
        font-size: 1.3em;
        text-align: left;
    }

    #secLogin table {
        width: 60%;
        margin: 1% 20%;
        text-align: center;
    }

        #secLogin table td {
            padding: 1% 0px;
        }
*/



/********************** CONTENEDORES **********************/
#secContenido {
    margin-bottom: 2%;
    width: 100%;
    position: absolute;
}

.divDefault {
    border: 3px solid #F3CA27;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #89878C;
    margin-bottom: 5%;
}

    .divDefault table td {
        padding: 1% 0px;
    }


#divIzquierdo {
    top: 0px;
    position: absolute;
    padding: 5px;
    float: left;
    display: inline-block;
}

#secDerecho {
    top: 0px;
    position: relative;
    display: inline-block;
    width: 68%;
    float: right;
    right: 1%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 1s;
    -moz-transition: all 2s ease-in-out 1s;
    -o-transition: all 2s ease-in-out 1s;
}

#secPestania {
    position: absolute;
    width: 68%;
    right: 0px;
}

    #secPestania .txt {
        border: none;
        color: #B50923;
        padding: 3px;
        /*border-right: 2px solid #B50923;
    border-bottom: 2px solid #B50923;*/
        border-right: 2px solid #E7E7E7;
        border-bottom: 2px solid #E7E7E7;
        background-color: #E7E7E7;
        font-size: 1em;
    }

        #secPestania .txt:hover {
            border-right: 2px solid #B50923;
            border-bottom: 2px solid #B50923;
        }

    #secPestania .txtTotales {
        border: none;
        color: #000;
        border-right: 2px solid #B50923;
        border-bottom: 2px solid #B50923;
        background-color: #FFFFFF;
        font-size: 1.1em;
    }

        #secPestania .txtTotales:hover {
            border-right: 2px solid #89878C;
            border-bottom: 2px solid #89878C;
        }

    #secPestania .txtMoneda {
        border: none;
        color: #000000;
        /*border-right: 2px solid #89878C;
    border-bottom: 2px solid #89878C;
    background-color: #FFFFFF;*/
        border-right: 2px solid #E7E7E7;
        border-bottom: 2px solid #E7E7E7;
        background-color: #E7E7E7;
        font-size: 1.2em;
        font-weight: bold;
        text-align: right;
    }

        #secPestania .txtMoneda:hover {
            /*border-right: 2px solid #000000;
            border-bottom: 2px solid #000000;*/
            border-right: 2px solid #B50923;
            border-bottom: 2px solid #B50923;
        }


    #secPestania table tr td {
        padding: 5px;
    }



/********************** CAMPOS DE TEXTO **********************/
.txt {
    border: none;
    color: #605755 !important;
    border-right: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
    background-color: #E7E7E7 !important;
    font-size: 1.2em;
}

    .txt:hover {
        border-right: 2px solid #F3CA27 !important;
        border-bottom: 2px solid #F3CA27 !important;
        background-color: #FAF099 !important;
    }

    .txt:focus {
        border-right: 2px solid #F3CA27 !important;
        border-bottom: 2px solid #F3CA27 !important;
        background-color: #FAF099 !important;
    }

.txtMultilinea {
    border: none;
    color: #605755;
    border-right: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
    background-color: #FAF099 !important;
    font-size: 1em;
    height: 70px;
    overflow: auto;
}

    .txtMultilinea:hover {
        border-right: 2px solid #F3CA27 !important;
        border-bottom: 2px solid #F3CA27 !important;
    }

.txtMoneda {
    border: none;
    color: #000000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
}

    .txtMoneda:hover {
        border-right: 2px solid #F3CA27;
        border-bottom: 2px solid #F3CA27;
    }



.txtNumeric .riTextBox {
    border: none;
    color: #000 !important;
    border-right: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
    background-color: #E7E7E7 !important;
    font-size: 1.2em !important;
    text-align: right !important;
}

.txtNumeric .riTextBox .riEmpty, 
.txtNumeric .riTextBox .riEnabled, 
.txtNumeric .riTextBox .riError, 
.txtNumeric .riTextBox .riNegative
{
    border-width: 2px;
    border-radius: 5px;
}

.txtNumeric .riTextBox .riHover {
    border-right: 2px solid #F3CA27 !important;
    border-bottom: 2px solid #F3CA27 !important;
    background-color: #FAF099 !important;
}

.txtNumeric .riTextBox .riFocused {
    border-right: 2px solid #F3CA27 !important;
    border-bottom: 2px solid #F3CA27 !important;
    background-color: #FAF099 !important;
}

span.txtNumeric .riDisplay
{
    border-left-width: 2px;  
    border-top-width: 2px;    
}

.txtNumeric .RadInput .riTextBox.riEmpty
{
    color: #ffffff;
    border-color: #e6e6fa;
}

.txtNumeric .RadInput .riTextBox.riEnabled 
{
	border-color: #be73ae;
	background: #E7E7E7;
}

.txtNumeric .RadInput .riTextBox.riHover {
    border-color: #800080;
    background: #FAF099;
}

.txtNumeric .RadInput .riTextBox.riFocused
{
    border-color: #EBC3E4;
    background: #FAF099;
}






.error {
    color: #F21536;
}

.exito {
    color: #00CB3D;
}

.btn {
    width: 20%;
    max-width: 50px;
    min-width: 35px;
}

.ddl {
    font-size: 1.1em;
    color: #000;
    margin: 10px auto;
    padding: 0px 0px 0px 10px;
    border-radius: 12px;
    background-color: #FAF099;
}

/*Magda*/
.ddlsmall {
    font-size: 1.1em;
    color: #000;
    margin: 3px auto;
    padding: 0px 0px 0px 10px;
    border-radius: 12px;
    background-color: #FAF099;
}

.centrado {
    text-align: center;
}

.centradoMargen {
    margin-left: auto;
    margin-right: auto;
}

.DistribucionEnlineaBloque{
    display: inline-block !important;
    width: 100%;
}

/********************** ARBOL **********************/
.arbolNodo {
    color: #000 !important;
    font-size: 1.1em;
    padding: 3px 0px !important;
}

    .arbolNodo:hover {
        color: #F3CA27 !important;
        background-color: #FFFFFF !important;
    }

    .arbolNodo a {
        margin-left: 10px !important;
    }

.arbolNodoSeleccionado {
    font-weight: bold;
    padding: 3px !important;
    background-color: #FFFFFF !important;
}

    .arbolNodoSeleccionado:hover {
        color: #605755 !important;
        background-color: #FFFFFF !important;
    }


/********************** CHECKBOX **********************/
/*appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
.chk [type="checkbox"] {
    border: 1px solid red;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin: 0 5px 0 0;
}

    .chk [type="checkbox"] + label {
        position: relative;
        cursor: pointer;
        font-size: 1em;
        color: #000;
    }

input[type="checkbox"]#checkbox2:checked + label:before {
    content: '\f046';
}
/*.chk [type="checkbox"] {
    display: none;
}

    .chk [type="checkbox"] + label:after {
        content: '';
        position: absolute;
    }

    .chk [type="checkbox"] + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        font-size: 1.1em;
        font-weight: bold;
        color: #000;
    }

    .chk [type="checkbox"]:hover:not(:checked) + label {
        color: #007F0E;
    }

    .chk [type="checkbox"]:hover + label {
        color: #605755;
    }

    .chk [type="checkbox"] + label:after {
        width: 15px;
        height: 15px;
        transition: all .2s;
        top: 0;
        left: 0;
    }*/
/* OFF */
/*.chk [type="checkbox"]:not(:checked) + label:after {
        background-color: rgba(96,87,85,0.3);
        border: 2px solid #605755;
        border-radius: 0px 8px 0px 0px;
    }

    .chk [type="checkbox"]:hover:not(:checked) + label:after {
        background-color: rgba(0,255,33,0.8);
        border: 2px solid #605755;
    }*/

/* ON */
/*.chk [type="checkbox"]:checked + label {
    }

        .chk [type="checkbox"]:checked + label:after {
            background-color: #00FF21;
            border: 2px solid #007F0E;
            border-radius: 20px 0px 20px 20px;
        }*/

/********************** GRID **********************/
.grid {
    margin: 0px auto !important;
    border: 2px solid #F3CA27;
    background-color: #FFFFFF;
    display: inline-block;
}

    .grid .gridHeader {
        border: 1px solid #F3CA27;
        background-color: #F3CA27;
        color: #000000 !important;
        font-weight: bold;
        text-align: center;
    }

        .grid .gridHeader th {
            color: #000000 !important;
            padding-left: 15px;
            padding-right: 15px;
        }

    .grid .gridRenglon {
        background-color: #FFFFFF;
        text-align: left;
    }

    .grid .gridRenglonAlterno {
        background-color: #FAF099;
        text-align: left;
    }

        .grid .gridRenglon td, .grid .gridRenglonAlterno td {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

            .grid .gridRenglon td p, .grid .gridRenglonAlterno td p {
                text-align: justify !important;
                white-space: pre-line;
            }

/*************************   USUARIOS   *************************/
#secUsuarios {
    /*margin: 10% 0px;*/
    width: 100%;
    position: absolute;
}

#divEstructura {
    background-color: #FFFFFF;
    top: 5px;
    position: absolute;
    padding: 5px;
    width: 30%;
    display: inline-block;
}

.divUsuarios {
    margin-top: 1%;
    padding: 1%;
}

#secUsuarios #divNuevoElemento {
    top: 20% !important;
    left: 30%;
}

#secUsuarios .btnAgregar {
    margin: 5px;
    left: 3%;
}






















/********************** PAGOS **********************/

#secPagos .divDefault table td {
    padding: 1%;
}

#secPagos .divDefault {
    border: 3px solid #F3CA27;
    border-radius: 25px;
    box-shadow: 5px 10px 25px #89878C;
    background-color: RGBA(255,255,255,0.5);
    margin: 0px 0px 1% 0px;
}

#secPagos .divUsuarios {
    margin-top: 1%;
    padding: 0px 1%;
    text-align: center;
}

    #secPagos .divUsuarios table td {
        padding: 0px 10px;
    }


/********************** DIV EDITAR GRID **********************/
.divEditarGrid {
    border: 2px solid #F3CA27;
    border-radius: 10px;
    background-color: RGBA(255,255,255,0.5);
    padding: 0px;
}

    .divEditarGrid td {
        padding: 0px;
    }

    .divEditarGrid h3 {
        font-size: 1em;
    }



/********************SPLITER **************************/
.RadSplitter_Default,
.RadSplitter_Default .rspPaneTabContainer,
.RadSplitter_Default .rspPane, .RadSplitter_Default .rspResizeBar,
.RadSplitter_Default .rspSlideContainerResize,
.RadSplitter_Default .rspPaneHorizontal,
.RadSplitter_Default .rspResizeBarHorizontal,
.RadSplitter_Default .rspSlideContainerResizeHorizontal,
.RadSplitter_Default .rspPaneHorizontal {
    background-color: rgba(255,255,255,0.1) !important;
}

/********************RAD COMBO MULTIPLE-COLUMNS GMA 20170518**************************/

.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul,
.rcbHovered ul,
.rcbDisabled ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}
 
.radDepositos.RadComboBoxDropDown .rcbHeader {
    padding: 5px 27px 4px 7px;
}
 
.rcbScroll {
    overflow: scroll !important;
    overflow-x: hidden !important;
}
 
.col1,
.col2,
.col3 {
    margin: 0;
    padding: 0 5px 0 0;
    width: 30%;
    line-height: 14px;
    float: left;
}

.col1{
    width: 70%;
}

.col2{
    text-align: right;
    width: 30%;
}
 
 
/** Multiple rows and columns */
.multipleRowsColumns .rcbItem,
.multipleRowsColumns .rcbHovered {
    float: left;
    margin: 0 1px;
    min-height: 13px;
    overflow: hidden;
    padding: 2px 19px 2px 6px;
    width: 193px;
}
 
 
.results {
    display: block;
    margin-top: 20px;
}

/*********GMA 20170526**************/
.repTituloEnc {
    text-align:start;
    font-weight:bold;
    border-bottom-width:1px;
    border-bottom-color:black;
    text-decoration:underline;
}

.repEncabezado {
    border-width:1px;
    border:solid;
    border-color:black;
    font-weight:bold;
    text-align:center;
}

.repMontos {
    text-align:right;
}

.repMontosTotales {
    text-align:right;
    border-top-width:0.5px;
    border-top-color:black;
    border-top:solid;
    font-weight:bold;
}

.repObras {
    text-align:center;
}

.classImage {
    background-position: 0 0;
    background-size:contain;
    width: 80px;
    height: 80px;
    background-image: url('../img/PDF.png');
}

.classHoveredImage {
    background-position: 0 -100px;
}

.classPressedImage {
    background-position: 0 -200px;
}


/********************** ERROR **********************/
#secError
{
    margin: 0px;    
    width: 100%;
    padding: 0%;
}

#secError div{
    position: fixed;
    background-color: red;
    background-image: url(../img/FondoError.jpg);
    opacity: 0.2;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: -1;       
}

#secError img
{
    display: block;
    /*float: left;*/
    margin: 5% auto;
    width: 50%;
}

#secError table
{
    display: block;
    /*float: right;*/
    margin: 1% 5% 0px 5%;
    width: 90%;
    text-align: justify;
}

#secError h1,#secError h3{
    color: #000;
}

/**************Menu container PAGOS***************/

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto 10%;
    grid-gap: 5px;
    background-color: #ffffff;
    padding: 1px;
}

    .grid-container > div {
        background-color: #ffffff;
        text-align: left;
        /*font-size: 30px;*/
    }