@import "colores.css";

.controlIzquierdo{
    height: 470px;
    width: 10%;
    display: table;
}

.controlIzquierdo:hover{
    cursor: pointer;
    background: var(--gris);
}

.controlDerecho{
    height: 470px;
    width: 10%;
    display: table;
}

.controlDerecho:hover{
    cursor: pointer;
    background: var(--gris);
}