body {

    margin: 0px;
    background: darkcyan;
}




.contenedor-link-correo {
    width: 100%;
    background-color: chartreuse;
    text-align: center;
    
    
}
.link-correo {
    color:floralwhite;
    
    text-align: center;
    
}
.contenedor-imagen-fondo {
    
    width: 100%;
}

.imagen-fondo {
    width: 100%;
    height: 100%;
    position: absolute;
}

.contenedor-imagen-logo {
    width: 100%;
    margin: auto;
    padding-top: 0px;
}
.imagen-logo {
    position: relative;
    padding-top:15%;
    padding-left: 30px;
    margin: auto;
}
.boton-banner {
    position: relative;
    padding-left: 30px;
    
    margin: 20px;
}

.WEB-MAIL {
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background: orangered;
    border: orangered;
    padding: 20px;
    text-decoration: none;
    color: aliceblue;
    border-radius: 8px;
    
    
}


.boton-covi {
    position: relative;
    padding-left: 30px;
    padding-top: 30PX;
    margin: 20px;
}

.covi {
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background: orangered;
    border: orangered;
    padding: 20px;
    text-decoration: none;
    color: aliceblue;
    border-radius: 8px;
    
    
}