if ((screen.width>=1024)&&(screen.height>=768)) {
	document.getElementById("estiloAlternativo").setAttribute("href", "pequeno.css");
	document.getElementById("estiloOficial").setAttribute("href", "grande.css");
}

