@import 'variablesGlobales.css';

.contenedor_agregar_entidad{
    width: 100vw;
    height: 90vh;

}
.contendorFormulario{
    width: 100%;
    height: 45%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.formu{
    width: 80%;
    height: 100%;

}
.contenedor_tabla{
    width: 100%;
    height: 55%;

}
@media screen and (max-height: 450px){
    .contenedor_tabla{
        display: none;
    }
}