	if (navigator.appName=="Microsoft Internet Explorer" && navigator.appVersion.substring(0,1)>=4){
		if (screen.width<=800) {
			document.writeln('<link rel=\"STYLESHEET\" type=\"text/css\" href=\"styles/explorer800.css\">');
		}else{
			document.writeln('<link rel=\"STYLESHEET\" type=\"text/css\" href=\"styles/explorer.css\">');
		}
	} else { 
		if (screen.width<=800) {
			document.writeln('<link rel=\"STYLESHEET\" type=\"text/css\" href=\"styles/otros800.css\">');
		}else{
			document.writeln('<link rel=\"STYLESHEET\" type=\"text/css\" href=\"styles/otros.css\">');
		}
	}

