﻿form {
    max-width: 1384px;
    margin-left: auto;
    margin-right: auto;
}

/*.center {
    z-index: 1000;
    margin: auto;
    padding: 10px;    
    width: 130px;
    background-color: White;
    border-radius: 10px;    
}*/

   /* .center img {
        height: 128px;
        width: 128px;
    }*/

#divContenedor {
    /*position: relative;*/
}

#divFondoPrincipal {
    height: 0px;
    position: relative;
    overflow: visible;
}

#divFondoSecundario {
    /*display: none;*/
    /*text-decoration: underline;
    text-decoration-color: blue;*/    
}

#divFondoAzul {
    background: url(../Imagenes/Encabezado/Fondo_Pagina.png) no-repeat;
    height: 800px;
    /*background-color: yellow;*/
}

#divLogoUNAM {
    float: left;
    height: 110px;
    margin-left: 15px;
    margin-top: 5px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

#divLogoFESAcatlanAzul {
    float: right;
    height: 110px;
    margin-right: 15px;
    margin-top: 5px;
    display: flex; /*Permite centrar el contenido verticalmente*/
    justify-content: center; /*Permite centrar el contenido verticalmente*/
    align-items: center; /*Permite centrar el contenido verticalmente*/
}

#divLogoFESAcatlanBlanco {
    display: none;
}

#imgLogoFESAcatlanBlanco {
    width: 250px;
}

#imgLogoUNAM {
    width: 250px;
}

#imgLogoFESAcatlanAzul {
    width: 250px;
}

#divLogoMercurio {
    background-image: url(../Imagenes/Encabezado/Logo_Mercurio_2025_300x353.png);
    background-repeat: no-repeat;
    height: 422px;
    width: 300px;
    position: relative;
    top: 200px;
    left: 80px;
    /*background-color: green;*/
}

#divImgTxtSistemaPagoEnLinea {
    background-image: url(../Imagenes/Encabezado/Aportacion_Linea_Lineas_Doradas.png);
    background-repeat: no-repeat;
    background-size: 377px; /*AGREGADO*/
    height: 100px;
    width: 377px;
    position: relative;
    top: -300px;
    left: 750px;
    /*background-color: magenta;*/
    /*float: right;
    position: relative;
    top: -650px;
    left: -200px;
    background-color: magenta;
    margin: 10px;*/
}

#divLogoMercurioResponsive {
    display: none;
}

#divMain {
    float: right;
    margin: 0px;
    width: 63%;    /*820*/
    position: relative;
    top: 150px; /*230*/
    left: 0px; /*230*/
    /*min-height: 700px;*/ /*550*/
    min-height: 500px; /*750*/
    overflow: visible;    
    /*background-color: rgba(255, 255, 255, 0.4); 
    border-radius: 15px;*/
    /*background-color: bisque;*/
    margin-bottom: 0px; /*200*/
}

#divPieDePagina {    
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
    background-color: #002B7A;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    border-width: thin;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
    margin-top: 230px;
    top: 0px; /*200px*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;    
}

#cssAvisoPrivacidad {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: white;
    text-decoration: underline;
    text-align: center;
}

#cssLblCreditos {    
    color: white;
    text-decoration: none;
    text-align: center;
}

.cssMargenDivLblCreditos {
    border: 2px solid #BD8C00;
    border-radius: 10px 10px;
    width: 100px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #BD8C00;
}

#cssAdministrador {
    color: #fff;
    margin: 10px;
}

#divTextoResponsive {
    font-weight: normal;
    display: none; 
}

.cssLblTituloFormulario {
    font-size: 30px;
    /*font-family: Verdana, Geneva, sans-serif;*/
    font-weight: normal;
    color: #0b3861;    
    margin: auto;
    text-shadow: 2px 2px 2px #888;   
    width:100%;
    text-align: center;
}

.cssDivColumnaLabel{
    /*background-color:grey;*/
    text-align: right;
}

.cssDivColumnaLabelResultadoBusqueda{
    text-align: left;
}

.cssDivColumnaLabelWindow{
    background-color:grey;
    text-align: center;
}

.cssDivColumnaInfoWindow{
    background-color: blueviolet;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
}

.cssLblDescripcionControl {
    font-size: 16px; /*16px; El tamaño original*/
    font-weight: bold;
    text-align: right;
    /*font-family: Arial;*/  
    color: #173989;
    /*background-color: pink;*/
}

.cssLblResultadoBusqueda{
    font-size: 12px;
    font-weight: normal;
    /*font-family: Arial;*/
    color: black;
}

.cssRadioButton {
    font-size: small;
    font-weight: bold;
    /*font-family: Arial;*/
    font-size: 16px;
    margin-left:auto;
    margin-right:auto;
    float: left;
    /*background-color: blueviolet;*/
}

.cssDivTextBox{
    /*background-color: pink;*/
    /*max-width: 230px;*/
}

.cssTextBox{
    max-width: 230px;
}

.cssDivComboBox{
    /*background-color: pink;*/
}

.cssComboBox{
    max-width: 230px;    
    display: block;
    float: left;
}

.cssDivImgButton{
    /*background-color: yellow;*/
}

.cssImgButton{
    max-width: 160px;
    /*background-color: orange;*/
}

.cssImgButtonWindow{
    max-width: 160px;
    /*background-color: orange;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cssLblValidacion {
    position: relative;
    color: red;
    font-size: 14px;
    font-family: Calibri;
}

.cssAlineacionValidacion{
    text-align: center;
}

.cssDivImgButtonHome{
    margin-top: 50px;
}

.cssLblDetalle {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    /*color: #173989;*/
}

.cssLblError {
    font-size: 14px;
    color: Red;
    font-weight: bold;
}

.cssBoton{
    background-image: url(../Imagenes/Botones/boton_generar.png);
    width: 145px;
    height: 45px;
}

.table-wrapper{
    max-height: 300px;
    overflow: auto;
    display: inline-block;
}

.static-header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: 5px;
}

.cssMargenTabla {
    width: auto;
}

.cssDisplay{
    display: none;
}

@media screen and (max-width: 1200px) {
   #divImgTxtSistemaPagoEnLinea {
        left: 650px;        
    }
}

@media screen and (max-width: 1080px) {
    #divImgTxtSistemaPagoEnLinea {
        left: 600px;
    }
}

@media screen and (max-width: 1100px) {
    #divFondoAzul {
        background: none;
        background-color: #002B7A;
        height: 110px;
    }

    #divFondoSecundario{
        /*top: 10px;*/
        margin-top: 20px;
        /*background-color: yellow;*/
        float: left;
        width: 100%;
    }

    #divLogoMercurioResponsive {
        /*background-image: url(../Imagenes/Encabezado/Logo_Mercurio_Responsive_Negro_Fondo_Blanco.png);
        background-repeat: no-repeat;
        background-position: center;*/
        width: 100%;
        height: 110px;
        display: flex; 
        justify-content: center; 
        align-items: center;         
        /*background-color: green;*/
    }

    #imgLogoMercurioResponsive{
        width: 304px;
    }

    #divLogoFESAcatlanAzul {
        display: none;
    }

    #divLogoFESAcatlanBlanco {
        float: right;
        height: 110px;
        margin-right: 15px;
        margin-top: 5px;
        display: flex; /*Permite centrar el contenido verticalmente*/
        justify-content: center; /*Permite centrar el contenido verticalmente*/
        align-items: center; /*Permite centrar el contenido verticalmente*/
    }

    #divLogoMercurio {
        display: none;
    }

    #divImgTxtSistemaPagoEnLinea {
        display: none;
    }

    #divTextoResponsive {
        font-weight: 600;
        text-align: center;
        color: #002B7A; 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        margin-left: auto;
        margin-right: auto;
        padding: 10px 10px 10px 10px;
        position: relative;        
        background-color: rgba(255, 255, 255, 0.8); border-radius: 15px;
        float: left;
        width: 100%;
    }

    #divMain {
        width: 98%;
        position: initial;
        margin-left: 0px;
        margin-right: 5px;
        min-height: 50px;
        /*background-color: yellow;*/
    }

    #divPieDePagina{        
        margin-top: 50px;        
    }        

     .cssLblTituloFormulario { 
        font-size: 20px;
        width: 100%;
        position: absolute;
        left: 0%;
    }
}

@media screen and (max-width: 767px){
    .cssDivColumnaLabel{
        /*background-color:grey;*/
        text-align: center;
        /*max-width: 230px;*/
    }

    .cssDivColumnaLabelResultadoBusqueda{
        text-align: center;
    }

    .cssRadioButton {       
        float: none;
    }

    .cssDivTextBox{
        /*background-color: green;*/
    }

    .cssTextBox{
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*max-width: 230px;*/
    }

    .cssDivComboBox{
        /*background-color: green;*/
    }

    .cssComboBox{
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        /*max-width: 230px;*/
    }

    .cssImgButton{
        max-width: 160px;
        /*background-color: orange;*/
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 550px) {
    #divLogoUNAM {
        width: 53%;
        float: left;
    }

    #imgLogoUNAM {
        width: 90%;
        float: left;
    }

    #divLogoFESAcatlanBlanco {
        width: 40%;
        float: right;
    }

    #imgLogoFESAcatlanBlanco {
        width: 110%;
        float: right;
    }

    #imgLogoMercurioResponsive {
        /*width: 60%;*/
        /*background-color: grey;*/
    }
}

@media screen and (max-widht: 540px){
    #divTextoPagoResponsive{
        font-weight: 900;        
        text-align: center;
        display: flex; /*Permite centrar el contenido verticalmente*/
        justify-content: center; /*Permite centrar el contenido verticalmente*/
        align-items: center; /*Permite centrar el contenido verticalmente*/
        margin-left: 40px;
        margin-top: 100px !important;
    }
}

@media screen and (max-width: 500px) {
    #divLogoUNAM {
        width: 50%;
        float: left;
    }

    #divLogoFESAcatlanBlanco {
        width: 38%;
        float: right;
    }
}

@media screen and (max-width: 400px) {
    #imgLogoMercurioResponsive {
        width: 80%;
    }
}

@media screen and (max-width: 360px) {
    #divLogoUNAM {
        width: 48%;
    }

    #divLogoFESAcatlanBlanco {
        width: 37%;
    }
}

@media screen and (max-width: 250px) {
    #divLogoUNAM {
        width: 48%;
    }

    #divLogoFESAcatlanBlanco {
        width: 38%;
    }
}

@media screen and (max-width: 170px) {
    #divLogoUNAM {
        width: 45%;
    }

    #divLogoFESAcatlanBlanco {
        width: 35%;
    }
}