﻿img {
    margin: 5px;
    padding: 5px;
    height: 50px;
    box-shadow: 5px 5px 10px rgba(59, 58, 58, 1);
    border-radius: 5px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}


#etiNombreUsuario {
    color: white;
    margin: 10px;
}

#contenedorLogos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin:10px;
    
}

#contenedorFirmaInferior {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top:50px;
}