.contenido {
    position: relative;
    padding-bottom: 50px; /* Ajusta el valor según sea necesario para dejar espacio para el div */
}
.selecArchivo {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #f0f0f0;
    padding: 10px;
    border-top: 1px solid #ccc;
    width: 100%;
    text-align: center;
}
.tabla{
    margin-top: 30px;
}

.menuSeccion{
    border-bottom: 1px solid rgb(214, 214, 214);
    padding-bottom: 20px;
    margin-top: 30px;
}