ancho=screen.width;
alto=screen.height;
if (ancho>=350){
}else{
window.location="movil/";
}


