@import 'variablesGlobales.css';
.panelgrandConfigTipoPoblacion{
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}
.panelAribaConfigTipoPoblacion{
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.panelAbajoConfigTipoPoblacion{
     width: 100%;
    height: 75%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
}
.imputConfigTP{
    width: 80%;
}
.butTP{
    padding: 0px;
    margin-left: 10px;
}