body{
    margin:0;
    overflow:hidden;

    cursor: url("../imagenes/flechas/fle-diagonal.png") 0 0, pointer;
}

.escena{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    object-fit:cover;
}

.boton-regresar{
    position:fixed;
    top:5px;
    right:20px;

    width:150px; 
    cursor:pointer;

    cursor: url("../imagenes/flechas/fle-derecha.PNG") 0 0, pointer;
}


.boton-timbre{
    position:fixed;
    top:330px;
    right:375px;

    width:100px; 
    cursor:pointer;

    cursor: url("../imagenes/flechas/fle-arriba.PNG") 0 0, pointer;
}


.boton-campanas{
    position:fixed;
    top:10px;
    right:1140px;

    width:100px; 
    cursor:pointer;

    cursor: url("../imagenes/flechas/fle-musica.PNG") 0 0, pointer;
}