<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ESTRUTURA */
body { min-width: 1200px; min-width: calc(100%); margin: 0; padding: 0; }
* { outline: none; word-break: break-word; }
.trans { font-size: 0; color: transparent !important; }
.e_trans { display: none !important; }
#conteudo_esquerda {width:100% !important; padding-bottom:10px; padding-top:20px; min-height: calc(100vh - 485px); }
#cont_conteudo_site_interna {width:100% !important;}
#e_centralizar { width: 100%; width: calc(100% - 40px); max-width: 1200px; margin: 0 auto; }

/* RESET */
a, li, ol, ul { border: none; text-decoration: none; list-style: none; color: inherit; margin: 0; padding: 0; }
a:active, a:link, a:hover, a:focus { text-decoration: inherit; }
/* RESET DOS ESPAÇAMENTOS */
#e_cont_topo, #e_cont_topo *, #e_cont_topo *:before, #e_cont_topo *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#e_conteudo, #e_conteudo *, #e_conteudo *:before, #e_conteudo *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#e_cont_rodape, #e_cont_rodape *, #e_cont_rodape *:before, #e_cont_rodape *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* RESET DAS SELEÇÕES */
.unselect *::selection { background: transparent; color: inherit; }
.unselect *::-webkit-selection { background: transparent; color: inherit; }
.unselect *::-moz-selection { background: transparent; color: inherit; }
.unselect *::-ms-selection { background: transparent; color: inherit; }

/* IMAGENS */
img { border: 0; margin: 0; }
.e_imgcentraliza { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* ESTILO DAS BARRAS DE ROLAGEM */
body *::-webkit-scrollbar-track { border-radius: 5px; }
body *::-webkit-scrollbar { width: 10px; height: 10px; background:rgba(214, 214, 214, 0.9); margin: 5px; border-radius: 5px; }
body *::-webkit-scrollbar-thumb { background: #cbcbcb; border-radius: 5px; }
body *::-webkit-scrollbar-thumb:hover { background: #b4b4b4; }

/* TEXTOS */
.e_titulo_n1 { display: block; margin-bottom: 10px; }
.e_titulo_n1 span { display: inline-block; vertical-align: middle; font-size: 22px; }
.e_titulo_n1 svg { display: inline-block; vertical-align: middle; fill: #1f96f2; }

.e_titulo_n2  { text-align: center; margin-bottom: 10px; }
.e_titulo_n2 span { font-size: 22px;}

/* DEFININDO CONTEÚDO INTERNO */
.e_conteudo_interno { width: 100%; max-width: 1200px; display: table; margin: 0 auto; background: inherit; }

/* ÁREA LOGIN TOPO INTERNAUTA */
.itn_area_login_internauta { background: #FFF !important; min-height: 30px !important; border: 0 !important; z-index: 200 !important; }
.itn_area_login_internauta .itn_cont_login,
.itn_area_login_internauta .itn_cont_login .itn_info_login,
.itn_area_login_internauta .itn_cont_login .itn_info_login,
.itn_area_login_internauta .itn_cont_login .itn_info_logado,
.itn_area_login_internauta .itn_btn_login_internauta { color: #5b5b5b !important; }
.itn_area_login_internauta .itn_btn_login_internauta:hover { background: #fff !important; color: #495156 !important; }
/* BOTÕES LOGIN INTERNAUTA */
.itn_area_login_internauta .itn_cont_botoes_internauta .itn_btn_login_internauta { border-radius: 15px !important; }
.itn_area_login_internauta .itn_btn_login_internauta.itn_btn_sair,
.itn_area_login_internauta .itn_btn_login_internauta.itn_btn_sair .fa { background: #bb2e42 !important; color: #fff !important; transition: .05s; }
.itn_area_login_internauta .itn_btn_login_internauta.itn_btn_sair:hover,
.itn_area_login_internauta .itn_btn_login_internauta.itn_btn_sair:hover .fa { background: #911225 !important; }
/* LOGIN INTERNAUTA */
.itn_area_login_internauta .itn_login_internauta .itn_area_img_internauta { background: #00509a !important; margin: 3px 0; }

/* **************************** SLIDES **************************** */
.e_slider_lmt { width: 100%; overflow: hidden; position: relative; }
.e_slider_lmt .e_cont_slider_lmt { height: 100%; position: absolute; top: 0; left: 0; text-align: center; white-space: nowrap; font-size: 0; transition: .3s ease-in-out; }
.e_slider_lmt .e_cont_slider_lmt .e_item_slide { width: 100%; display: inline-block; vertical-align: top; position: relative; white-space: normal; }
/* SETAS */
.e_slider_seta { z-index: 50; width: 50px; height: 50px; line-height: 50px; text-align: center; position: absolute; top: 50%; margin-top: -25px; font-size: 18px; color: #fff; background: #225aa8; background: rgba(109, 131, 163, 0.5); border-radius: 100%; overflow: hidden; cursor: pointer; visibility: hidden; opacity: 0; transform: scale(.5); transition: .3s cubic-bezier(0.93, 0.07, 0.69, 0.7); }
.slider_seta_show { visibility: visible; opacity: .95; transform: scale(1); transition-delay: 0s; }
.e_slider_seta:hover { opacity: 1; transition: 0.1s; }
.e_slider_seta:active { background: #1976d2; color: #fff; }
.e_slider_anterior { left: 0; }
.e_slider_posterior { right: 0; }

/* **************************** CABEÇALHO **************************** */
#e_cont_topo { width: 100%; float: left; background: #fff; font-size: 0; position: relative; z-index: 200; }
#e_cont_topo::before { content: ""; display: inline-block; background: #25ae7a; position: absolute; z-index: 1; width: 100%; height: 150px;}
#e_cont_topo::after { content: ""; display: inline-block; background: url("../img/bg-lado-topo.png"); position: absolute; z-index: 2; width: 50%; height: 150px; right: 0; top: 0;}
#e_cont_topo #e_banner_topo_dinamico { width: 100%; height: 150px; background-repeat: no-repeat; background-position: top left; display: block; position: relative; z-index: 100; text-align: right;  transition: 0.2s; }
#e_cont_topo #e_banner_topo_dinamico #e_banner_topo_dinamico_clique { width: 262px; height:84px; float: left;  margin-top: 30px; margin-left: 68px; }

/* INFORMACOES DO TOPO */
#e_cont_topo .e_informacoes_topo { text-align: right; display: inline-block; position: relative; top: 10px; color: #333;}
#e_cont_topo .e_informacoes_topo .e_telefone { font-size: 12px; display: inline-block; vertical-align: middle;  line-height: 1.2em; }
#e_cont_topo .e_informacoes_topo .e_telefone span { margin-right: 5px; }
#e_cont_topo .e_informacoes_topo .e_atendimento { font-size: 12px; display: inline-block; vertical-align: middle; margin-left: 10px; overflow: hidden; line-height: 1.2em; max-height: 1.2em; max-width: 0; opacity: 0; transition: .3s ease; }
#e_cont_topo .e_informacoes_topo .e_atendimento span { margin-right: 5px; }
#e_cont_topo .e_informacoes_topo:hover .e_atendimento { max-width: 350px; opacity: 1; }

/* ACESSIBILIDADE */
#e_cont_topo .acessibilidade_busca_rede {  display: flex; align-items: center; justify-content: flex-end; padding-left: 35px;  font-size: 0; position: relative; top: 30px;}
#e_cont_topo .acessibilidade_busca_rede.e_ie_9 {  float: right;  background: #fff; font-size: 0; margin-top: 43px; }
#e_cont_topo .acessibilidade_busca_rede .e_area_acessibilidade {display: inline-block; vertical-align: middle; margin: 0 5%;}
#e_cont_topo .acessibilidade_busca_rede .e_area_acessibilidade .e_btn_acessibilidade { display: inline-block; vertical-align: middle; text-align: center; width:30px; height: 30px; margin: auto 2px; background: #f7f8fd; border-radius: 4px;}
#e_cont_topo .acessibilidade_busca_rede .e_area_acessibilidade .e_btn_acessibilidade:hover { background: #25ae7a;}
#e_cont_topo .acessibilidade_busca_rede .e_area_acessibilidade .e_btn_acessibilidade span {font-size: 12px; position: relative; top: 7px; color: #2aad7b; cursor: pointer;}
#e_cont_topo .acessibilidade_busca_rede .e_area_acessibilidade .e_btn_acessibilidade:hover span {color: #fff;}
#e_cont_topo .acessibilidade_busca_rede .e_area_acessibilidade .e_btn_acessibilidade .fa {top: 9px; }

/* BUSCA */
#e_cont_topo .acessibilidade_busca_rede .e_area_busca {position: relative; display: inline-block; vertical-align: middle;}
#e_cont_topo .acessibilidade_busca_rede .e_area_busca .e_campo_busca { width: 365px; height: 45px; padding: 0 20px; background: #f7f8fd; border: solid 2px rgba(247, 248, 253, 0.815); border-radius: 5px;}
#e_cont_topo .acessibilidade_busca_rede .e_area_busca .e_btn_busca { border: 0; background: 0; position: absolute; right: 15px; top: 15px; color: #9d9d9d; }
/* REDES SOCIAIS */
#e_cont_topo .acessibilidade_busca_rede .e_redes_sessoes { display: inline-block; vertical-align: middle; }
#e_cont_topo .acessibilidade_busca_rede .e_redes_sessoes .e_cont_redes_socias { display: inline-block; vertical-align: middle; position: relative; width: 30px; height: 30px; overflow: hidden; margin: 0 2px; background: #f7f8fd; border-radius: 4px; }
#e_cont_topo .acessibilidade_busca_rede .e_redes_sessoes .e_cont_redes_socias img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: auto; height: auto;  transition: .2s; }
#e_cont_topo .acessibilidade_busca_rede .e_redes_sessoes .e_cont_redes_socias img:hover { transform: translateX(-30px); }

/* MENU TOPO */
#e_cont_topo .e_menu_topo { position: absolute; bottom: 0; right: 0; text-align: right; min-width: 1100px; }
#e_cont_topo .e_menu_topo &gt; ul { display: inline-block;  margin: auto; }
#e_cont_topo .e_menu_topo ul * { text-align: left; }
#e_cont_topo .e_menu_topo ul li { display: inline-block; vertical-align: bottom; position: relative; cursor: pointer; }
#e_cont_topo .e_menu_topo ul li .e_link_menu { height: 50px; line-height: 50px; padding: 0 18px; font-size: 14px; letter-spacing: 0.2px; color: #fff; text-transform: uppercase; position: relative; z-index: 2; overflow: hidden; transition: 0.2s; }

#e_cont_topo .e_menu_topo ul li .e_link_menu * { position: relative; z-index: 2; }
#e_cont_topo .e_menu_topo ul li:hover .e_link_menu { background: #1c8f63; color:  #1c8f63; position: relative; box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15); overflow: hidden; }
#e_cont_topo .e_menu_topo ul li .e_link_menu::after { content: ""; position: absolute; left: 0; background: #fff; display: inline-block; width: 100%; height: 100%; transform: translateX(-100%); opacity: 0; transition: .3s ease-in-out;}
#e_cont_topo .e_menu_topo ul li:hover .e_link_menu::after { transform: translateX(0); opacity: 1;  }
/* SUBMENU */
#e_cont_topo .e_menu_topo ul li .e_submenu { position: absolute; top: 100%; left: 0; overflow: hidden; background: none !important; visibility: hidden; z-index: 0; }
#e_cont_topo .e_menu_topo ul li:hover .e_submenu { visibility: visible; z-index: 1;}
#e_cont_topo .e_menu_topo ul li .e_submenu ul { background: #fafafa;border-top: 0; border-radius: 0 0 2px 2px; overflow: hidden; transform: translateY(-100%); transition: 0.4s; }
#e_cont_topo .e_menu_topo ul li:hover .e_submenu ul { transform: translateY(0); }
#e_cont_topo .e_menu_topo ul li .e_submenu ul li { width: 200px; }
#e_cont_topo .e_menu_topo ul li .e_submenu ul li .e_link_submenu { padding: 12px; font-size: 13px; color: #444; transition: 0.3s; }
#e_cont_topo .e_menu_topo ul li .e_submenu ul li:nth-child(even) .e_link_submenu { background: rgba(0,0,0,0.03); }
#e_cont_topo .e_menu_topo ul li .e_submenu ul li .e_link_submenu:hover { background: #1c8f63; color: #fff; padding-left: 18px; padding-right: 6px; }
/* MENU TODOS */
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos { position: static; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_link_menu .e_icone_menu_todos {display: inline-block; color: #fff; }
#e_cont_topo .e_menu_topo ul li:hover.e_li_menu_todos .e_link_menu .e_icone_menu_todos { color: #1c8f63;  }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_link_menu:before { transition-delay: 0.2s; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_link_menu:after { transition-delay: 0.2s; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos:hover .e_link_menu:before { transition-delay: 0s; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos:hover .e_link_menu:after { transition-delay: 0s; }
/* DROPDOWN */
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos {  position: absolute; top: 100%; left: 0; right: 0;  overflow: hidden; visibility: hidden; z-index: 0; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos:hover .e_menu_todos { visibility: visible; z-index: 1;  }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos .e_cont_menu_todos {   height: 500px; height: 40vh; background: #fafafa; border: solid 1px #e1e2e5; border-top: 0; border-radius: 0 0 2px 2px; position: relative; transform: translateY(-100%); transition: 0.4s; transition-delay: 0.4s; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos:hover .e_menu_todos .e_cont_menu_todos { transform: translateY(0); transition-delay: 0s; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos .e_cont_barra_menu_todos { position: absolute; left: 10px; right: 10px; top: 10px; bottom: 10px; overflow: auto; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul { width: 100%; max-width: 1200px; margin: auto; height: 100%; display: flex; flex-flow: column wrap; background: none; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li { width: 200px; display: block; margin-right: 50px }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li .e_cabecalho_links_menu_todos { padding: 7px; border-bottom: solid 1px #ccc; font-size: 15px; color: #444; margin-top:20px; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li .e_cabecalho_links_menu_todos span { color: #444; font-size: 14px; margin-top: 0; top: 3px; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li .e_cabecalho_links_menu_todos .e_servicos { color: #444; position: relative; font-size: 14px; margin-top: 0; top: -2px; left: 5px; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li .e_link_menu_todos { padding: 7px; border-bottom: solid 1px rgba(230, 230, 230, 0.678); font-size: 13px; color: #444; transition: 0.3s; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li a:hover .e_link_menu_todos { background: #1c8f63; color: #fff; padding-left: 10px; padding-right: 5px; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos span { padding: 0 2px; max-width: 147px; max-width: calc(100% - 20px); display: inline-block; vertical-align: top; }
/* SUBITENS MENU TODOS */
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li .e_titulo_subitens_menu { background: #139e69; color: #fff; border-bottom: solid 2px #cacfd7; border-radius: 3px 3px 0 0; margin-top: 20px; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li .e_subitem_menu { background: #25ae7a; border-bottom-color: #219e6f; color: #fff; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li .e_subitem_menu div { padding-left: 8px; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li .e_subitem_menu div span { padding: 0 2px;}
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li .e_ultimo_subitem_menu { margin-bottom: 10px; border-radius: 0 0 3px 3px; }
/* ZERANDO AS PRIMEIRAS MARGENS */
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li:first-child .e_cabecalho_links_menu_todos { margin-top: 0; }
#e_cont_topo .e_menu_topo ul li.e_li_menu_todos .e_menu_todos ul li:nth-child(2) .e_titulo_subitens_menu { margin-top: 0; }

/* *************** CONTEUDO *************** */
#e_conteudo { width: 100%; min-height: 80vh; float: left; background:#f7f8fc; }

/* BANNER  */
#e_conteudo .p_area_banner { max-width: 1300px;  }

/* BANNER MEIO */
#e_conteudo .p_area_banner_meio { padding: 10px 0; margin: 1% 0; overflow: hidden; }
#e_conteudo .p_area_banner_meio img { width: 100%; height: auto; max-width: 1160px; display: block; margin: 0 auto !important; border: none !important; }
#e_conteudo .p_area_banner_meio .e_conteudo_interno { overflow: hidden; max-width: 1160px; }
#e_conteudo .p_area_banner_meio .e_conteudo_interno * { height: 23.7vw; max-height: 275px;}

/* **************************** RODAPE **************************** */
#e_cont_rodape { float: left; width: 100%; background: url("../img/background-rodape.jpg") no-repeat center top;  }
#e_cont_rodape .e_area_rodape {padding: 20px; }
#e_cont_rodape .e_area_rodape .e_brasao_e_info { width: 45%; display: inline-block; }
#e_cont_rodape .e_area_rodape .e_brasa_rodape { width: 100%; }
#e_cont_rodape .e_area_rodape .e_info_rodape { width: 100%; font-size: 0; }
#e_cont_rodape .e_area_rodape .e_info_rodape .e_info { display: inline-block; width: calc(50% - 10px); margin: 5px; }
#e_cont_rodape .e_area_rodape .e_info_rodape .e_info .e_icone_rodape { width: 55px; margin-right: 10px; text-align: center; height: 55px; background: rgba(0, 0, 0, 0.418); display: inline-block; vertical-align: middle; border-radius: 4px; }
#e_cont_rodape .e_area_rodape .e_info_rodape .e_info .e_icone_rodape img { height: 35px; margin-top: 10px; }
#e_cont_rodape .e_area_rodape .e_info_rodape .e_info .e_area_texto { display: inline-block; vertical-align: middle; width: calc(100% - 65px); } 
#e_cont_rodape .e_area_rodape .e_info_rodape .e_info .e_area_texto .e_titu_rodape { font-size: 16px; color: #fff; }
#e_cont_rodape .e_area_rodape .e_info_rodape .e_info .e_area_texto .e_descr_rodape { font-size: 13px; color: #fff; }
#e_cont_rodape .e_area_rodape .e_info_rodape .e_info .e_area_texto .e_redes_sessoes { display: inline-block; vertical-align: middle; }
#e_cont_rodape .e_area_rodape .e_info_rodape .e_info .e_area_texto .e_redes_sessoes .e_cont_redes_socias { display: inline-block; vertical-align: middle; position: relative; width: 30px; height: 30px; overflow: hidden; margin: 0 2px; background: #f7f8fd; border-radius: 4px;  }
#e_cont_rodape .e_area_rodape .e_info_rodape .e_info .e_area_texto .e_redes_sessoes .e_cont_redes_socias img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: auto; height: auto; transform: translateX(-30px); transition: .2s; }
#e_cont_rodape .e_area_rodape .e_info_rodape .e_info .e_area_texto .e_redes_sessoes .e_cont_redes_socias img:hover { transform: translateX(0); }

#e_cont_rodape .e_area_rodape .e_cont_menu_rodape { float: right; font-size: 0; width: 55%; text-align: right; }
#e_cont_rodape .e_area_rodape .e_cont_menu_rodape .e_menu_rodape { display: inline-block; margin: auto 10px; vertical-align: top; padding: 5px 3px; }
#e_cont_rodape .e_area_rodape .e_cont_menu_rodape .e_menu_rodape .e_cabecalho_rodape { color: #25b079; font-size: 18px; margin-bottom: 8px; text-align: left; }
#e_cont_rodape .e_area_rodape .e_cont_menu_rodape .e_menu_rodape ul { font-size: 0; overflow: hidden; overflow-y: auto; max-height: 205px; padding-right: 8px; text-align: left; }
#e_cont_rodape .e_area_rodape .e_cont_menu_rodape .e_menu_rodape ul::-webkit-scrollbar-track { border-radius: 5px; }
#e_cont_rodape .e_area_rodape .e_cont_menu_rodape .e_menu_rodape ul::-webkit-scrollbar { width: 5px; height: 12px; background:rgba(11, 30, 49, 0.315); margin: 5px; border-radius: 5px; }
#e_cont_rodape .e_area_rodape .e_cont_menu_rodape .e_menu_rodape ul::-webkit-scrollbar-thumb { background:rgba(11, 30, 49, 0.8); border-radius: 5px; }

#e_cont_rodape .e_area_rodape .e_cont_menu_rodape .e_menu_rodape ul li { font-size: 14px; color: #fff;  margin-bottom: 5px; }
#e_cont_rodape .e_area_rodape .e_cont_menu_rodape .e_menu_rodape ul li:last-child { margin-bottom: 0;}
#e_cont_rodape .e_area_rodape .e_cont_menu_rodape .e_menu_rodape ul li div { display: inline-block; vertical-align: middle; height: 25px; line-height: 25px; overflow: hidden; font-size:13px; transition: .2s;}
#e_cont_rodape .e_area_rodape .e_cont_menu_rodape .e_menu_rodape ul li div:hover { transform: translateX(4px);}
#e_cont_rodape .e_area_rodape .e_cont_menu_rodape .e_menu_rodape ul li span { font-size: 8px; color: #25b079; margin-right: 5px; display: inline-block; vertical-align: middle;}

/* INFORMAÇÃO DO SISTEMA */
#e_cont_rodape .sw_area_info_sistema { background: none; color: #fff; border-color: rgba(0,0,0,.25); margin-top: 15px; }

/*INSTAR INTERNET*/
#e_cont_rodape .e_area_instar { font-size: 12px; text-align: center; color: #fff; position: relative; z-index: 2;}
#e_cont_rodape .e_area_instar::before { content: ""; display: block; height: 60px; background:rgba(11, 30, 49, 0.315); position: absolute; top: 0; left: 0; right: 0; z-index: 1;}
#e_cont_rodape .e_area_instar .e_conteudo_interno { width: 100%; height: 60px; line-height: 60px; position: relative; border: none; z-index: 5;}
#e_cont_rodape .e_area_instar .e_conteudo_interno img { position: absolute; top: 50%; right: 30px; margin-top: -13px;} 

/* *** MEDIAS *** */
@media (max-width: 1200px) {

	/* DEFININDO CONTEÚDO INTERNO */
    .e_conteudo_interno { max-width: 1200px; }
	
	/* ACESSIBILIDADE BUSCA E REDES */
	#e_cont_topo .acessibilidade_busca_rede .e_area_acessibilidade {margin: 0 2%;}
	/* BUSCA */
	#e_cont_topo .acessibilidade_busca_rede .e_area_busca .e_campo_busca { width: 290px; }
	/* MENU */
	#e_cont_topo .e_menu_topo ul li .e_link_menu { padding: 0 12px; }

	/* MENU RODAPE */
	#e_cont_rodape .e_area_rodape .e_cont_menu_rodape { float: left; width: 100%; text-align: left;}
}

@media (max-width: 1000px) {
	/* DEFININDO CONTEÚDO INTERNO */
    .e_conteudo_interno { max-width: 1000px; }
}</pre></body></html>