if (window.screen){
  var w = screen.width;
  if(w== 800){document.write("<link rel=stylesheet href='./css/estilos.css'>")}
  if(w== 1024){document.write("<link rel=stylesheet href='./css/estilos1024.css'>")}
  if(w> 1100||w<1280){document.write("<link rel=stylesheet href='./css/estilos1024.css'>")}
   if(w==1152){document.write("<link rel=stylesheet href='./css/estilos1152.css'>")}
  if(w== 1280){document.write("<link rel=stylesheet href='./css/estilos2048.css'>")}
  if(w> 1280){document.write("<link rel=stylesheet href='./css/estilosplus.css'>")}
 }
