if (navigator.appName == "Netscape") {
document.write("<link href=inc/estilo_ns.css rel=STYLESHEET type=text/css>")
}
else {
if (navigator.appName == "Microsoft Internet Explorer") {
	document.write("<link href=inc/estilo_ie.css rel=STYLESHEET type=text/css>")
}
else {
	document.write("<link href=inc/estilo_ie.css rel=STYLESHEET type=text/css>")
}
}