function resol(){
var ancho = window.screen.width;
document.write(ancho);
return(ancho)
}
