.Fondo {
    background-image: url(../images/Modelos/Esmeralda_Fondo.jpg);
    height: 100vh;
    background-repeat: no-repeat;

    background-size: 100% 100%;
    object-fit: fill;
    /*
    width: 1000px;
    max-height: 625px;
*/

    /****************************************************************************
    Este sencillo ejemplo tiene una media query que significa lo siguiente: 
    Cuando el ancho de la pantalla tenga un ancho menor a 600px lees el código 
    encerrado dentro de las llaves que abren y cierran la media querie.
    
    /****************************************************************************/

    /*    @media (max-width: 600px) {}*/


}

.ContLogo {
    position: absolute;
    right: 1%;
    top: 3%;
}


.ContIdioma {
    position: absolute;
    right: 1%;
    top: 50%;
    bottom: 50%;
}

.Ingresar {
    position: absolute;
    height: auto;
    width: auto;

    right: 17%;

    bottom: 17%;
}

.Ingresar img {
    position: absolute;
    left: 0;
    /*  transition: opacity 1.5s ease-in-out;*/
}

.Ingresar img.top:hover {
    opacity: 0;
}


.Advertencia {
    margin: auto;
    position: absolute;
    width: 300px;
    text-align: center;

    font-weight: bold;
    font-size: 13px;
    color: #FF0000;
}

.AvisoContenedor {

    position: absolute;
    /*El div será ubicado con relación a la pantalla*/

    overflow-y: scroll;

    background-color: transparent;
    width: 32%;
    height: 17%;
    border-radius: 5px;
    /*A la derecha deje un espacio de 0px*/
    left: 3%;
    /*A la izquierda deje un espacio de 0px*/
    bottom: 22%;
    /*Abajo deje un espacio de 0px*/

    margin: 0px;
    margin-bottom: 0px;
    text-align: justify;
    font-family: sans-serif;

    /*    TAMAÑO DE LETRA*/
    font-size: 13px;
    font-weight: bold;

    color: #000000;

    padding: 5px;

    border: 2px white solid
}

.AvisoContenedor:hover {
    cursor: pointer;
}

.TituloAdvertencia {
    width: auto;
    text-align: center;
    color: white;
}


.TituloAdvertencia h3 {
    width: 95%;
    text-align: center;
    overflow: hidden;
}

.AdvertenciaLegal {

    position: absolute;
    /*El div será ubicado con relación a la pantalla*/

    background-color: transparent;
    width: 32%;
    height: auto;

    border-radius: 5px;
    /*A la derecha deje un espacio de 0px*/
    left: 3%;
    /*A la izquierda deje un espacio de 0px*/
    bottom: 40%;
    /*Abajo deje un espacio de 0px*/

    margin: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-family: sans-serif;

    /*    TAMAÑO DE LETRA*/
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

.Fecha {
    text-transform: uppercase
}
