@import 'variablesGlobales.css';

.estiloselec{
    border-radius: 19%;
    /*background-color: #729ECA; font-weight: bold;*/
    background-color: #ad3342; font-weight: bold;
    color: #ffff;
}

.estiloselec .fontcolor{
    color: #ffff;
}

.panelMedio{
    width: 100vw;
    height: 90vh;
    display: flex; 
    flex-direction: row;
}

