<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#Descargar {
    display: table;
    width: 100%;
    /*top:-20px;*/
    /*height: calc(100vh - 20vh);*/
}

    #Descargar &gt; h2 {
        font-weight: bold;
    }

    #Descargar .CentrarTexto {
        /*padding-top: 20px;*/
    }

    #Descargar .contenedor .contenedor2 {
        overflow: hidden;
    }

        #Descargar .contenedor .contenedor2 .DescargarImg .imgFondo {
            width:100%;
            background-size: cover;
            background-position:center;
            height:calc(100vh);
        }

        #Descargar .contenedor .contenedor2 .DescargarTxt {
            background-color: rgba(128, 128, 128, 0.55);
            position: absolute;
            padding: 20px;
            width: calc(100vw - 36px);
            top: 105px;
            left: 12px;
            height: 150px;
            /*height: 16%;*/
            /*height: 33%;*/

            border-radius: 20px 20px 20px 20px;
            -moz-border-radius: 20px 20px 20px 20px;
            -webkit-border-radius: 20px 20px 20px 20px;
            border: 0px solid #000000;
            /*border: solid white 0.05em;*/
        }

        #Descargar .contenedor .contenedor2 .DescargarTxt .DescargarTxt2 {
            justify-content: center;
            color: white;
            height: 100%;
            /*overflow-y:auto;*/
            /*-ms-overflow-style: none;*/ /*oculta el scroll en ie*/
        }

         #Descargar .contenedor .contenedor2 .DescargarTxt .DescargarTxt2 h2 {
             text-align:center;
             padding:10px 0;
             /*line-height: 80px;*/
         }

         #Descargar .contenedor .contenedor2 .DescargarTxt .DescargarTxt2 h1 {
            /*padding-top:10px;
            padding-bottom:20px;*/
            padding: 20px 0 10px 0;
            width:100%;
         }

.masInfo {
    padding: 30px 27px 10px 27px;
}

    .masInfo p {
        text-align: justify;
    }

    .masInfo .recuadro {
        /*padding: 20px;*/
        background-color: gainsboro;
        border: solid white;
        width: 100%;
        transition: all 0.5s;
    }

.masInfo2 {
    text-align: center;
    padding: 25px 25px;
    width: 100%;
}

    .masInfo2 .separador1 {
        /*background-color: aliceblue;*/
        border: solid 5px white;
        /*border-style: solid;
        border-color: white;
        border-width: 5px 0;*/
        background-color: rgba(38, 128, 235, 0.22);
        padding: 0 10px;
    }

    .masInfo2 h1 {
        padding: 20px 0;
        width: 100%;
    }


.letra_01 {
    font-weight: bold;
    font-size: 18px;
    color: gray;
    font-style: italic;
}

.letra_02 {
    font-weight: bold;
}

.tabla_td1 {
    border-bottom: 1px solid #C6D0DA;
    width: 95%;
}

.tabla_td2 {
    border-bottom: 1px solid #C6D0DA;
    width: 100%;
}

.ocultaDiv {
    display: none;
}


.btn .btnDescargar {
    background: rgb(0, 151, 171);
    border: none;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 700;
    font-family: Roboto;
    padding: 10px;
    width: 100%;
}


/*#Descargar .contenedor .contenedor2 .DescargarTxt .DescargarTxt2 a {
            text-decoration: none;
            color:white;
         }*/
/*#Descargar .contenedor .contenedor2 .DescargarTxt .DescargarTxt2 a:hover {
            text-decoration: underline;
            color:white;
            font-weight:700;
         }*/


/*----------------------------------------------------------------------------------------------*/
/*---------------------------------------SCROLL-------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
::-webkit-scrollbar {
    width: 10px; /*ancho del scroll*/
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


/*----------------------------------------------------------------------------------------------*/
/*-----------------------------------RESPONSIVE-------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
@media screen and (min-width:680px) {
    #Descargar .CentrarTexto {
        /*padding-top: 80px;*/
    }

    #Descargar .contenedor .contenedor2 .DescargarImg .imgFondo {
        height: calc(70vh);
    }

    #Descargar .contenedor .contenedor2 .DescargarTxt  {
        width: 50%;
        color: white;
        top: 20%;
        left:15%;

        /*left:60%;
        width:30%;*/
    
        /*background-image:url('../img/noticias.jpg');
        background-repeat:no-repeat;
        background-size: cover;
        background-position:center;*/
        /*opacity: .4;*/
    
       -webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.15);
        -moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.15);
        box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.15);
    }

    #Descargar .contenedor .contenedor2 .txt-derecho {
        float: right;
    }

}


@media screen and (min-width:1127px) {

    #Descargar .CentrarTexto {
        padding-top: 80px;
    }

    #Descargar .contenedor .contenedor2 .DescargarTxt  {
        width: 35%;
    }

    .masInfo .recuadro {
        width: 50%;
    }

    .ocultaDiv {
        display: block;
    }
}


@media screen and (min-width:1326px) {

    #Descargar .CentrarTexto {
        padding-top: 40px;
    }
}


@media screen and (min-width:1400px) {

    #Descargar h2 {
        font-size: 46px;
        line-height: 40pt;
    }

    .masInfo .recuadro {
        width: 33.333%;
    }
}
</pre></body></html>