.reservorio-contenedor{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.reservorio-cont-img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 5px;
}
.reservorio-cont-img img{
    width: 50px;
    height: 50px;
}
.reservorio-detalle{
    width: 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4px;
}
.parametro-circulo{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 3px 3px 0 0;
}
.res-fondo-verde{
    background-color: #289F3A;
}
.res-fondo-amarillo{
    background-color: #FBC700;
}
.res-fondo-rojo{
    background-color: #E50F1A;
}
.alto-lleno{
    height: 273px
}
.logo-grande{
    width: 210px;
}
.logo-chico{
    width: 45px;
}