
#app {
    max-height: 70px;
}
#app td {
    display: inline-block;
    width: auto;
    height: auto;
}
#app table {
    display: inline;
}
.ajustar{
    padding-top: 20px; 
}

#app .fondoBotones {
    background-color: #fff; 
}

@media (max-width: 800px) {
    #app {
        display: block;
    }
    #menuGestion {
        display: none;
    }
    #buttons {
        display: none;
    }
}

@media (min-width: 800px) {
    #app {
        display: none;
    }
    #menuGestion {
        display: table-cell;
    }
    #buttons {
        display: block;
    }
}