//Función de apertura a pantalla completa//

function full_screen(){
  window.moveTo(0,0)
  window.resizeTo(screen.width,screen.height-30)
  }