if(screen.width>=1280) {
	document.getElementById('estilo').href="css/estilo1280.css";
	document.getElementById('estilomenu').href="css/dropdown/themes/default/defaultoriginal.css";
}
else if(screen.width>=1024) {
	document.getElementById('estilo').href="css/estilo1024.css";
	document.getElementById('estilomenu').href="css/dropdown/themes/default/defaultoriginal.css";
}
else {
	document.getElementById('estilo').href="css/estilo800.css";
	document.getElementById('estilomenu').href="css/dropdown/themes/default/defaultoriginal.css";
}
