	nav = navigator.appName;
	
	cod = navigator.appVersion;
	
	if(nav == "Microsoft Internet Explorer")
	{
		document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"estilos/cont-esq_ie.css\" />");
		document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"estilos/noticias_ie.css\" />");
		
		if(cod == "4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"){
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"estilos/cont-esq_ie7.css\" />");
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"estilos/col-esq_ie7.css\" />");
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"estilos/conteudo_topo_ie7.css\" />");
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"estilos/noticias_ie7.css\" />");	
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"estilos/destaques_ie7.css\" />");	
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"estilos/rodape_ie7.css\" />");
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"estilos/estilo_ie7.css\" />");	
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"estilos/noticia_ie7.css\" />");
		}
	}
	else if(nav == "Netscape")
	{
		if(cod.indexOf("Chrome") != -1)
		{
				
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"estilos/noticias_chrome.css\" />");
		}
		
		if(cod.indexOf("Safari") != -1)
		{
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../estilos/cont-esq_safari.css\" />");
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../estilos/noticias_safari.css\" />");
		}
		
	}
	else if(nav == "Opera")
	{
		document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../estilos/cont-esq_opera.css\" />");
		document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../estilos/noticias_opera.css\" />");
	}

