/*CONTENEDOR DE USUARIO*/
@import 'variablesGlobales.css';
.contenedorformulario{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #D5D5D5;
}




.formulario1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 8%;
    width: 100%;
    background-color: #C4C5CA;
    
}

.tituloformulario{
    margin-bottom: 0px;
    color: black;
}

.formulario2{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5px;
    background-color: white;

}.formulario2left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 20%;
    width: 100%;
}
/* 



.sedes3{
    display: flex;
    flex-direction: row;
    height: 50%;
    padding: 5px;
    background-color: white;

}



.labelsedes{
    font-size: 20px;
    color: black;
}

.botoncrearsede{
    margin-top: 10px;
}

.sedes2right{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
}

.grupoinputssedep{
    width: 60%;
}

.grupoinputssede{

    width: 60%;
} */
