void EstablecerDificultad()
 {
     Debug.Log("Se ha pulsado " + gameObject.name);
     controlJuego.IniciarJuego(dificultad);
 }