40
| <![CDATA[<body style="font-family:arial" class="has-drawer">
<div class="fundoAcessibilidade visible-lg visible-md" >
<div class="container-fluid linksOpcoesAcesso col-md-12" >
<ul class="list-inline">
<li class='liAcessibilidade'>
<img class="" src="http://cambara.pr.gov.br/arquivos_site//responsivo/imagens/icone_deficiente.png"/>
<span class="hidden-md">Recursos de Acessibilidade:</span>
</li>
<li class='liAcessibilidade'>
<a href="#conteudo" accesskey="1" class="scroll">
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/tecla_alt.png"/>
<span>Tecle Alt+1 : ir ao conteúdo</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="#mapa_site" accesskey="2" class=" scroll">
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/tecla_alt.png"/>
<span>Tecle Alt+2 : ir ao mapa do site</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="-" style="text-decoration:none;">
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="+" style="text-decoration:none;">
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="cpointer acess-contraste" style="text-decoration:none;">
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0=" >
<img src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/icone_acesso.png" alt="Tecle Alt+1 : ir ao conteúdo" >
</a>
</li>
</ul>
</div>
</div>
<div class="visible-sm visible-xs cpointer " >
;
</div>
<div class='navbar-fixed-top'>
<div class="fundoAcessibilidade visible-sm visible-xs cpointer " >
<div data-toggle="collapse" data-target="#acessibilidadeCollapse">
<img class="" src="http://cambara.pr.gov.br/arquivos_site//responsivo/imagens/icone_deficiente.png"/>
<span><strong>Recursos de Acessibilidade</strong></span>
</div>
</div>
<div class="linksOpcoesAcesso collapse w100Porcento" id='acessibilidadeCollapse' >
<div class='fundoAcessibilidade'>
<ul class="list-unstyled">
<li class='liAcessibilidade'>
<a href="#conteudo" accesskey="1" class="scroll">
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/tecla_alt.png"/>
<span>Clique aqui para ir ao conteúdo</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="#mapa_site" accesskey="2" class=" scroll">
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/tecla_alt.png"/>
<span>Clique aqui para ir ao mapa do site</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="-" >
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="+" >
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="cpointer acess-contraste" >
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0=" >
<img src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/icone_acesso.png" alt="Tecle Alt+1 : ir ao conteúdo" >
</a>
</li>
</ul>
</div>
</div>
</div>
<script>
$(document).ready(function(){
//***********************************************************************************Faz o aumentar e diminuir a fonte*********************
function aumentaFonte(sinal) {
if(sinal == '+') {
novoTamanho = parseInt(sessionStorage.fonte_atual)+ 2;
} else {
novoTamanho = parseInt(sessionStorage.fonte_atual)- 2;
}
if(novoTamanho >= 12 && novoTamanho <= 18){
sessionStorage.fonte_atual = novoTamanho;
$("*").css('font-size' , novoTamanho);
}
}
if(!sessionStorage.fonte_atual > 0){ sessionStorage.fonte_atual = $('body').css('font-size'); }
$('.acess-texto').click(function(){ aumentaFonte($(this).attr('data-sinal')) });
//*********************************************************************************************************Fim acessibilida fonte**********
//***********************************************************************************Contraste*********************************************
function mudaContraste(contraste){
if(typeof sessionStorage.contraste != "undefined"){ var padrao = JSON.parse(sessionStorage.contrastePadrao); }
if(contraste == 1){
location.reload();
$('body').css('background-color' , padrao.body );
$('.navbar-default').css('background-color' , padrao.navbardefault );
$('header').css('background-color' , padrao.header );
$('.bgAzulescuro').css('background-color' , padrao.bgAzulescuro );
$('.tituloBox ').css('color' , padrao.tituloBox );
$('.textoBox ').css('color' , padrao.textoBox );
$('.box').css('background' , padrao.box );
$('.box2').css('background' , padrao.box2 );
$('.mapa_site').css('background-color' , padrao.mapa_site );
$('.copy').css('background-color' , padrao.copy );
$('.panel-heading').css('background-color' , padrao.panelheading );
$('.border5pxAzul').css('border-top' , padrao.border5pxAzul );
$('#areaMeioPag *').css('color' , padrao.areaMeioPag );
$('.linksNoticias ').css('color' , padrao.linksNoticias );
$('#legendas a').css('color' , padrao.legendas_a );
$('.listaVereadores').css('color' , padrao.listaVereadores );
$('.dropdown-menu').css('background' , padrao.dropdownmenu );
$('.titulo_noticia').css('color' , padrao.tituloNoticia );
$('.subtitulo_noticia').css('color' , padrao.subtituloNoticia );
$('.chamada_noticia').css('color' , padrao.chamadaNoticia );
$('.tituloPagina').css('color' , padrao.tituloPagina );
$('.listaUltimasGalerias div').css('color' , padrao.listaUltimasGalerias );
$( "tr" ).css( "background-color", "" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "" );
$('.tiposBuscador').css('color' , padrao.tiposBuscador );
$('.dropdown-toggle').css('color' , padrao.dropdown-toggle );
$('.paddingLeft0px').css('color' , padrao.paddingLeft0px);
$('.breadcrumb').css('color' , padrao.breadcrumb);
$('.form-control').css('color' , padrao.form-control);
$('.pagination > li > a, .pagination > li > span').css("background-color", "");
$('.list-group-item').css("background-color", "");
$('.numberDiaAcess').css('color', padrao.numberDiaAcess);
$('.legendaAcess').css('color', padrao.legendaAcess);
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
Newarray = arraySrc.filter((value)=>value!='contraste');
neWarraySrc = Newarray.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}else if(contraste == 0){
$('body').css('background-color' ,'#000');
$('.navbar-default').css('background-color' ,'transparent' );
$('header').css('background-color' , '#585858' );
$('.bgAzulescuro').css('background-color' ,'#000' );
$('.tituloBox').css('color' ,'yellow' );
$('.textoBox').css('color' ,'yellow' );
$('.box').css('background' ,'transparent' );
$('.box2').css('background' ,'transparent' );
$('.mapa_site').css('background-color' , '#585858' );
$('.copy').css('background-color' ,'#000' );
$('.panel-heading').css('background-color' ,'#585858' );
$('.border5pxAzul').css('border-top' ,'0' );
$('#areaMeioPag *').css('color' ,'#FFF' );
$('.linksNoticias ').css('color' ,'#FFF' );
$('#legendas a').css('color' ,'#FFF' );
$('.listaVereadores').css('color' ,'#FFF' );
$('.titulo_noticia').css('color' ,'#FFF' );
$('.subtitulo_noticia').css('color' ,'#FFF' );
$('.chamada_noticia').css('color' ,'#FFF' );
$('.listaUltimasGalerias div').css('color' ,'yellow' );
$('.tituloPagina').css('color' ,'#FFF' );
$('.dropdown-menu').css('background-image', 'url( "https://www.weblinesistemas.com/responsivo/imagens/submenu_preto.png" )');
$( "tr" ).css( "background-color", "#000000" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "#42545d" );
$('.tiposBuscador').css('color' , '#FFF');
$('.btn-default').css('color' , '#333');
$('.dropdown-toggle').css('color' , 'white' );
$('.paddingLeft0px').css('color' , '#FFF');
$('.breadcrumb').css('background-color' , 'transparent');
$('.form-control').css('color' , '#555');
$('.pagination > li > a, .pagination > li > span').css("background-color", "transparent");
$('.list-group-item').css("background-color", "transparent");
$('.numberDiaAcess').css('color', '#FFF');
$('.legendaAcess').css('color', '#FFF');
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
arraySrc.splice( arraySrc.length-1 ,0 ,'contraste');
neWarraySrc = arraySrc.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}
}
if(sessionStorage.contraste == 0){
mudaContraste(sessionStorage.contraste);
}
if(typeof sessionStorage.contraste == "undefined"){
sessionStorage.contraste = 1; //inicializa a session
sessionStorage.contrastePadrao = JSON.stringify({
body:$('body').css('background-color'),
header:$('header').css('background-color'),
navbardefault:$('.navbar-default').css('background-color'),
bgAzulescuro:$('.bgAzulescuro').css('background-color'),
tituloBox :$('.tituloBox ').css('color'),
textoBox :$('.textoBox ').css('color'),
box :$('.box').css('background'),
box2 :$('.box2').css('background'),
mapa_site :$('.mapa_site').css('background-color'),
border5pxAzul :$('.border5pxAzul').css('border-top'),
panelheading :$('.panel-heading ').css('background-color'),
copy :$('.copy ').css('background-color'),
areaMeioPag :$('#areaMeioPag ').css('color'),
linksNoticias :$('.linksNoticias ').css('color'),
legendas_a : $('#legendas a').css('color'),
listaVereadores : $('.listaVereadores').css('color'),
dropdownmenu : $('.dropdown-menu').css('background'),
tituloNoticia : $('.titulo_noticia').css('color'),
subtituloNoticia : $('.subtitulo_noticia').css('color'),
chamadaNoticia : $('.chamada_noticia').css('color'),
listaUltimasGalerias : $('.listaUltimasGalerias div').css('color'),
tituloPagina : $('.tituloPagina').css('color'),
});
//Obj com as tags para mudar a cor e guardar o valor padrao.
}
$('.acess-contraste').click(function(){
sessionStorage.contraste = sessionStorage.contraste == 1 ? 0 : 1 ;
mudaContraste(sessionStorage.contraste);
});
//*********************************************************************************************************Fim Contraste**********
});
</script><header>
<div class="fundo_topo">
<div class="container ">
<a href="./" >
<img src="/images/logo.png" class="img-responsive visible-lg visible-md" style="width: 45%;" alt="Cambará" />
<img src="/images/logo.png" class="img-responsive visible-sm visible-xs" alt="Cambará" />
</a>
</div>
</div>
</div>
<div class="topoBarra2"><!-- div da faixa do topo --></div>
</header>
<nav class="navbar navbar-default" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav menu-topo">
<li class="dropdown" data-link="#" >
<a href="#" target="" class="dropdown-toggle uppercase bold">A Cidade</a>
<ul class="dropdown-menu">
<li class=" " >
<a href="?pag=" target="">Página Principal</a>
</li>
<li class=" " >
<a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9" target="">Dados Abertos</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=220" target="">Dados do Município</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=274" target="">Hino Municipal</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=214" target="">História do Município</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=257" target="">Localização</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=266" target="">Organograma</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=271" target="">Planos Municipais</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=221" target="">Símbolos</a>
</li>
</ul>
</li>
<li class="dropdown" data-link="#" >
<a href="#" target="" class="dropdown-toggle uppercase bold">Prefeitura</a>
<ul class="dropdown-menu">
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=245" target="">Galeria Prefeitos</a>
</li>
<li class=" " >
<a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1OemM9T1RrPU9HVT1PR1k9T1RBPU9UUT1ZVEU9T1dNPU9EVT1PVGc9T1RRPU9UWT0=" target="">Prefeito</a>
</li>
<li class=" " >
<a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1OemM9T1RrPU9HVT1PR1k9T1RBPU9UUT1ZVEU9T1dNPU9EVT1PVGc9T1RRPU9UWT0=&vice=1" target="">Vice-prefeito</a>
</li>
</ul>
</li>
<li class="dropdown" data-link="#" >
<a href="#" target="" class="dropdown-toggle uppercase bold">Secretarias</a>
<ul class="dropdown-menu">
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=279" target="">Assessoria de Gabinete</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=223" target="">Secretaria Municipal de Administração</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=229" target="">Secretaria Municipal de Agricultura, Meio Ambiente e Turismo</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=246" target="">Secretaria Municipal de Assistência Social</a>
</li>
<li class=" dropdown-submenu" >
<a href="#menu260" target="">Secretaria Municipal de Educação e Cultura</a>
<ul class="dropdown-menu foo"><li id="menu323" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=323">CONAE</a></li><li id="menu322" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=322">PME</a></li><li id="menu318" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=318">Transporte Escolar</a></li><li id="menu321" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=321">Instruçoes,Normativas,Portarias e outros</a></li><li id="menu315" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=315">Alimentação Escolar</a></li><li id="menu314" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=314">Conselho Municipal de Alimentação Escolar - CAE</a></li><li id="menu319" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=319">Conselho Municipal de Educação</a></li><li id="menu307" class="dropdown-submenu"><a href="#menu307">Escolas Municipais </a><ul class="dropdown-menu foo"><li id="menu310" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=310">Endereços e Contatos</a></li><li id="menu308" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=308">Projeto Político Pedagógico</a></li><li id="menu309" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=309">Regimento Escolar</a></li></ul></li><li id="menu302" class="dropdown-submenu"><a href="#menu302">FUNDEB</a><ul class="dropdown-menu foo"><li id="menu305" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=305">Atas</a></li><li id="menu303" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=303">Decretos fundeb</a></li><li id="menu304" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=304">Leis - Fundeb</a></li><li id="menu306" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=306">Regimento Interno</a></li></ul></li><li id="menu320" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=320">Protocolo de Biossegurança</a></li></ul> </li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=262" target="">Secretaria Municipal de Esporte e Lazer</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=240" target="">Secretaria Municipal de Finanças</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=230" target="">Secretaria Municipal de Infraestrutura Urbana</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=231" target="">Secretaria Municipal de Planejamento</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=228" target="">Secretaria Municipal de Saúde</a>
</li>
</ul>
</li>
<li class="dropdown" data-link="#" >
<a href="#" target="" class="dropdown-toggle uppercase bold">Legislação</a>
<ul class="dropdown-menu">
<li class=" " >
<a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm" target="_blank">Constituição Federal</a>
</li>
<li class=" " >
<a href="?pag=T0dRPU9EZz1PR009T0RRPU9UUT1PVGs9T0dVPU9HRT1PVGM9T1RRPU9HVT1PR1U9" target="">Lei Orgânica do Municipio</a>
</li>
<li class=" " >
<a href="https://leismunicipais.com.br/legislacao-municipal/3201/leis-de-cambara" target="_blank">Leis Municipais</a>
</li>
</ul>
</li>
<li class="dropdown" data-link="#" >
<a href="#" target="" class="dropdown-toggle uppercase bold">Atos Municipais</a>
<ul class="dropdown-menu">
<li class=" dropdown-submenu" >
<a href="#menu234" target="">Concursos</a>
<ul class="dropdown-menu foo"><li id="menu285" class=""><a href="?pag=T0RRPU9UST1PVEU9T0RnPU9XRT1PVGs9T1dFPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=">Concurso Público</a></li></ul> </li>
<li class=" " >
<a href="https://cambara.eloweb.net/portaltransparencia/contratos" target="_blank">Contratos</a>
</li>
<li class=" " >
<a href="https://cambara.eloweb.net/portaltransparencia/" target="_blank">Financeiro</a>
</li>
<li class=" " >
<a href="https://cambara.eloweb.net/portaltransparencia/licitacoes" target="_blank">Licitações</a>
</li>
<li class=" " >
<a href="?pag=T0dZPU9UST1PVGs9T1RRPU5UUT1PVGM9T1RZPU9XST1PV1E9T0dNPU9XUT1PVFk9T0dVPVlUST1PVEE9T1dZPVlUQT0=" target="">Portarias</a>
</li>
</ul>
</li>
<li class="dropdown" data-link="#" >
<a href="#" target="" class="dropdown-toggle uppercase bold">Expediente</a>
<ul class="dropdown-menu">
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=273" target="">Expediente Prefeitura</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=237" target="">Horarios de Ônibus</a>
</li>
<li class=" " >
<a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=true" target="">Ouvidoria</a>
</li>
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=222" target="">Telefones Úteis</a>
</li>
<li class=" " >
<a href="?pag=TnpRPU9EZz1PVFU9T1dJPU9HVT1PR0U9T1RZPU9XTT1Oems9WVRBPU9HUT1PVGs9T1RZPU9UST1PV1U9WVRRPU4yVT1ZVGc9WVRFPU9XVT1PVGc9WVRBPVlUYz1PV1U9T0RZPVlXRT1PV1E9WVRZPVlUaz1ZVFE9" target="">Serviço de Atendimento ao Munícipe</a>
</li>
</ul>
</li>
<li class="dropdown" data-link="#" >
<a href="#" target="" class="dropdown-toggle uppercase bold">Chamada Pública</a>
<ul class="dropdown-menu">
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=276" target="">Editais</a>
</li>
</ul>
</li>
<li class="dropdown" data-link="#" >
<a href="#" target="" class="dropdown-toggle uppercase bold">Processos COVID-19</a>
<ul class="dropdown-menu">
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=281" target="">Decretos</a>
</li>
<li class=" " >
<a href="http://189.76.184.102:8086/portaltransparencia/empenhos-covid/cf" target="_blank">Despesas</a>
</li>
<li class=" " >
<a href="http://189.76.184.102:8086/portaltransparencia/licitacoes-covid" target="_blank">Licitações</a>
</li>
<li class=" dropdown-submenu" >
<a href="#menu316" target="">Vacinados</a>
<ul class="dropdown-menu foo"><li id="menu317" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=317">Vacinas-Cambara</a></li></ul> </li>
<li class=" dropdown-submenu" >
<a href="#menu286" target="">Informações Covid</a>
<ul class="dropdown-menu foo"><li id="menu297" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=297">Aquisição de Vacina</a></li><li id="menu295" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=295">Canal de denúncias</a></li><li id="menu298" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=298">Endereço de Vacinação</a></li><li id="menu291" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=291">Informações sobre a Vacina</a></li><li id="menu287" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=287">Plano Estadual de Imunização Contra COVID - 19 PR</a></li><li id="menu288" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=288">Plano Municipal de Vacinação Contra COVID 19</a></li><li id="menu299" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=299">Processo de Licitação</a></li><li id="menu294" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=294">Remessas de Materiais</a></li><li id="menu293" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=293">Vacinas Recebidas - 1ª e 2ª dose</a></li><li id="menu292" class=""><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=292">VACINÔMETRO</a></li></ul> </li>
</ul>
</li>
<li class="dropdown" data-link="#" >
<a href="#" target="" class="dropdown-toggle uppercase bold">SIAFIC</a>
<ul class="dropdown-menu">
<li class=" " >
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=296" target="">SIAFIC -Sistema Único e Integrado de Execução Orçamentária, Administração Financeira e Controle.</a>
</li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<script>
$(document).ready(function(){
$('.click-link').click(function(){
window.location = $(this).data('link');
})
})
</script>
<div class="container">
<link href="http://cambara.pr.gov.br/arquivos_site/responsivo/css/vacinometro/vacinometroNormal.css" rel="stylesheet">
<div class="vacinometro-normal">
<div class="row" style="display: flex; flex-direction: column; align-items: center; justify-content: center;">
<div class="col-vacinometro-normal">
<h3 class="titulo-normal">Vacinômetro</h3>
<p class="data-normal" style="padding: 0;">Atualizado em: 29/03/2022 14:00:00</p>
</div>
</div>
<div class="row coluna-responsiva" style="display: flex; justify-content: center; padding-right: 15px; padding-left: 15px; ">
<style>
.col-doses-normal {
align-self: flex-end;
}
</style>
<div class="col-lg-4 col-sm-12 col-xs-12">
<div class="col-md-12 col-vacinometro-normal">
<p class="data-normal doses-ap-normal">Total de Doses</p>
<div class="container-numeros-vacinados">
<div class="pane-normal">50.241</div>
</div>
</div>
</div>
<div class="col-lg-8 col-sm-12 col-xs-12">
<div class="row" style="justify-content: center;display: flex;flex-wrap: wrap;">
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Primeira Dose</p>
<p class="vac-doses-normal">19.884</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Segunda Dose</p>
<p class="vac-doses-normal">17.932</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Dose de Reforço</p>
<p class="vac-doses-normal">11.542</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Dose Única</p>
<p class="vac-doses-normal">883</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Doses Recebidas</p>
<p class="vac-doses-normal">50.241</p>
</div>
</div>
</div>
</div>
</div> </div>
<div class="container ">
<div class="row">
<div class="col-md-9 paddingLeft0px" id="areaMeioPag">
<a id="conteudo" ><!-- ancora para acessibilidade --> </a>
<div class='row'>
<div class='col-md-12'>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="http://cambara.pr.gov.br/?pag=">Página Inicial </a></li>
<li class="breadcrumb-item"><a href="http://cambara.pr.gov.br/?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==">Imprensa</a></li>
<li class="breadcrumb-item"><a href="http://cambara.pr.gov.br/?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=245">Galeria Prefeitos</a></li>
<li class="breadcrumb-item active">Galeria dos Prefeitos </li>
</ol>
</div>
</div>
<div id="lightbox" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" style="width: fit-content;">
<button type="button" class="close hidden" data-dismiss="modal" aria-hidden="true">× </button>
<div class="modal-content">
<div class="modal-body">
<img class = "img-responsive" src="http://cambara.pr.gov.br/arquivos_site/sic_images/sem_imagem.jpg" alt="" />
</div>
</div>
</div>
</div>
<div class="autorNoticia">
</div>
<div id="titulo">
<div class="tituloTextoVereador text-center" style="margin-top:5px; font-size: 30px;">
</div>
</div>
<div style="/*display:table;*/width:100%;">
<div id="cont-noticia" ><html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 14">
<meta name=Originator content="Microsoft Word 14">
<link rel=File-List href="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/filelist.xml">
<link rel=Edit-Time-Data href="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/editdata.mso">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>Gleicy Cristina Goncalves</o:Author>
<o:Template>Normal</o:Template>
<o:LastAuthor>SYSTEM</o:LastAuthor>
<o:Revision>2</o:Revision>
<o:TotalTime>2</o:TotalTime>
<o:Created>2019-09-18T17:15:00Z</o:Created>
<o:LastSaved>2019-09-18T17:15:00Z</o:LastSaved>
<o:Pages>3</o:Pages>
<o:Words>393</o:Words>
<o:Characters>2127</o:Characters>
<o:Lines>17</o:Lines>
<o:Paragraphs>5</o:Paragraphs>
<o:CharactersWithSpaces>2515</o:CharactersWithSpaces>
<o:Version>14.00</o:Version>
</o:DocumentProperties>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
</o:OfficeDocumentSettings>
</xml><![endif]-->
<link rel=themeData href="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/themedata.thmx">
<link rel=colorSchemeMapping href="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/colorschememapping.xml">
<!--[if gte mso 9]><xml>
<w:WordDocument>
<w:TrackMoves>false</w:TrackMoves>
<w:TrackFormatting/>
<w:HyphenationZone>21</w:HyphenationZone>
<w:PunctuationKerning/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>PT-BR</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:BreakWrappedTables/>
<w:SnapToGridInCell/>
<w:WrapTextWithPunct/>
<w:UseAsianBreakRules/>
<w:DontGrowAutofit/>
<w:SplitPgBreakAndParaMark/>
<w:EnableOpenTypeKerning/>
<w:DontFlipMirrorIndents/>
<w:OverrideTableStyleHps/>
</w:Compatibility>
<m:mathPr>
<m:mathFont m:val="Cambria Math"/>
<m:brkBin m:val="before"/>
<m:brkBinSub m:val="--"/>
<m:smallFrac m:val="off"/>
<m:dispDef/>
<m:lMargin m:val="0"/>
<m:rMargin m:val="0"/>
<m:defJc m:val="centerGroup"/>
<m:wrapIndent m:val="1440"/>
<m:intLim m:val="subSup"/>
<m:naryLim m:val="undOvr"/>
</m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
DefSemiHidden="true" DefQFormat="false" DefPriority="99"
LatentStyleCount="267">
<w:LsdException Locked="false" Priority="0" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
<w:LsdException Locked="false" Priority="39" Name="toc 1"/>
<w:LsdException Locked="false" Priority="39" Name="toc 2"/>
<w:LsdException Locked="false" Priority="39" Name="toc 3"/>
<w:LsdException Locked="false" Priority="39" Name="toc 4"/>
<w:LsdException Locked="false" Priority="39" Name="toc 5"/>
<w:LsdException Locked="false" Priority="39" Name="toc 6"/>
<w:LsdException Locked="false" Priority="39" Name="toc 7"/>
<w:LsdException Locked="false" Priority="39" Name="toc 8"/>
<w:LsdException Locked="false" Priority="39" Name="toc 9"/>
<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
<w:LsdException Locked="false" Priority="10" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Title"/>
<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
<w:LsdException Locked="false" Priority="11" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
<w:LsdException Locked="false" Priority="22" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
<w:LsdException Locked="false" Priority="20" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="false"
UnhideWhenUsed="false" Name="Table Grid"/>
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
<w:LsdException Locked="false" Priority="1" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 1"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
<w:LsdException Locked="false" Priority="34" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
<w:LsdException Locked="false" Priority="29" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
<w:LsdException Locked="false" Priority="30" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 1"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 2"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 2"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 3"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 3"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 4"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 4"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 5"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 5"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 6"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 6"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
<w:LsdException Locked="false" Priority="19" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
<w:LsdException Locked="false" Priority="21" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
<w:LsdException Locked="false" Priority="31" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
<w:LsdException Locked="false" Priority="32" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
<w:LsdException Locked="false" Priority="33" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
</w:LatentStyles>
</xml><![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-536870145 1073786111 1 0 415 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-520081665 -1073717157 41 0 66047 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin-top:0cm;
margin-right:0cm;
margin-bottom:8.0pt;
margin-left:0cm;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p
{mso-style-noshow:yes;
mso-style-priority:99;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-noshow:yes;
mso-style-priority:99;
mso-style-link:"Texto de balão Char";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-fareast-language:EN-US;}
p.acessibilidade, li.acessibilidade, div.acessibilidade
{mso-style-name:acessibilidade;
mso-style-unhide:no;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";}
span.acessibilidade1
{mso-style-name:acessibilidade1;
mso-style-unhide:no;}
span.TextodebaloChar
{mso-style-name:"Texto de balão Char";
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-unhide:no;
mso-style-locked:yes;
mso-style-link:"Texto de balão";
mso-ansi-font-size:8.0pt;
mso-bidi-font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-ascii-font-family:Tahoma;
mso-hansi-font-family:Tahoma;
mso-bidi-font-family:Tahoma;}
.MsoChpDefault
{mso-style-type:export-only;
mso-default-props:yes;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
.MsoPapDefault
{mso-style-type:export-only;
margin-bottom:8.0pt;
line-height:107%;}
@page WordSection1
{size:595.3pt 841.9pt;
margin:70.85pt 3.0cm 70.85pt 3.0cm;
mso-header-margin:35.4pt;
mso-footer-margin:35.4pt;
mso-paper-source:0;}
div.WordSection1
{page:WordSection1;}
-->
</style>
<!--[if gte mso 10]>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Tabela normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:8.0pt;
mso-para-margin-left:0cm;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-fareast-language:EN-US;}
</style>
<![endif]--><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1"/>
</o:shapelayout></xml><![endif]-->
</head>
<body lang=PT-BR style='tab-interval:35.4pt'>
<div class=WordSection1>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title="JOSÉ SALIM HAGGI NETO"><span style='color:#337AB7;text-decoration:none;
text-underline:none'><br>
<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="Picture_x0020_23" o:spid="_x0000_i1047" type="#_x0000_t75"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title=""JOSÉ SALIM HAGGI NETO"" style='width:165.75pt;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image001.jpg" o:title="tb_130318181348_neto3_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=221 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image002.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
vshapes="Picture_x0020_23"></span></span></span></a><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>JOSÉ SALIM HAGGI
NETO<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;margin-right:0cm;margin-bottom:7.5pt;
margin-left:0cm;line-height:normal;background:white'><b><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'>Vice-Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>CLAUDA HELENA
BATISTA NEGRÃO<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2017 - 2020<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017135016_joaomattar_jpg.jpg"
title=""JOÃO MATTAR DE OLIVATO - PSC" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_22" o:spid="_x0000_i1046"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017135016_joaomattar_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017135016_joaomattar_jpg.jpg"
title=""JOÃO MATTAR DE OLIVATO - PSC"" style='width:152.25pt;
height:203.25pt;visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image003.jpg" o:title="tb_181017135016_joaomattar_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=203 height=271 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image004.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017135016_joaomattar_jpg.jpg"
vshapes="Picture_x0020_22"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>JOÃO MATTAR DE
OLIVATO - PSC<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2013 - 2016<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134412_neto_jpg.jpg"
title=""José Salim Haggi Neto" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_21" o:spid="_x0000_i1045"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134412_neto_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134412_neto_jpg.jpg"
title=""José Salim Haggi Neto"" style='width:2in;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg" o:title="tb_181017134412_neto_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=192 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image006.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134412_neto_jpg.jpg"
vshapes="Picture_x0020_21"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>José Salim Haggi
Neto<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2008 - 2012<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134351_neto_jpg.jpg"
title=""José Salim Haggi Neto" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_20" o:spid="_x0000_i1044"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134351_neto_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134351_neto_jpg.jpg"
title=""José Salim Haggi Neto"" style='width:153pt;height:162pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg" o:title="tb_181017134351_neto_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=204 height=216 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image007.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134351_neto_jpg.jpg"
vshapes="Picture_x0020_20"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>José Salim Haggi
Neto<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2005 - 2008<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134310_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_19" o:spid="_x0000_i1043"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134310_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134310_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:149.25pt;height:149.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg" o:title="tb_181017134310_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=199 height=199 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image009.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134310_mamedi_jpg.jpg"
vshapes="Picture_x0020_19"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2001 - 2004<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134243_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_18" o:spid="_x0000_i1042"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134243_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134243_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:105pt;height:105pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image010.jpg" o:title="tb_181017134243_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=140 height=140 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image011.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134243_mamedi_jpg.jpg"
vshapes="Picture_x0020_18"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1997 - 2000<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_17" o:spid="_x0000_i1041" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_17"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Valter Braz
Marinho<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1993 - 1996<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134156_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_16" o:spid="_x0000_i1040"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134156_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134156_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:131.25pt;height:131.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg" o:title="tb_181017134156_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=175 height=175 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image013.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134156_mamedi_jpg.jpg"
vshapes="Picture_x0020_16"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1989 - 1992<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_15" o:spid="_x0000_i1039" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_15"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Miguel Dinizio<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1983 - 1988<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_14" o:spid="_x0000_i1038" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_14"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Sebastião Pereira
da Silva<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1977 - 1983<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134037_marioconselvan_jpg.JPG"
title=""Mário Conselvan" "><span style='font-size:10.5pt;font-family:
"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";color:#337AB7;
mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;text-underline:
none'><!--[if gte vml 1]><v:shape id="Picture_x0020_13" o:spid="_x0000_i1037"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134037_marioconselvan_jpg.JPG"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134037_marioconselvan_jpg.JPG"
title=""Mário Conselvan"" style='width:125.25pt;height:80.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image014.jpg" o:title="tb_181017134037_marioconselvan_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=167 height=107 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image015.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134037_marioconselvan_jpg.JPG"
vshapes="Picture_x0020_13"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mário Conselvan<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1972 - 1977<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_12" o:spid="_x0000_i1036" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_12"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Benedito Moreira<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1968 - 1972<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_11" o:spid="_x0000_i1035" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_11"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Milton
Paschoalino<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1963 - 1968<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_10" o:spid="_x0000_i1034" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_10"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Israel Dinizio<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1959 - 1963<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_9" o:spid="_x0000_i1033" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_9"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Airton Costa
Filho<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;margin-right:0cm;margin-bottom:7.5pt;
margin-left:0cm;line-height:normal;background:white'><b><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1955 - 1959<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-bottom:7.5pt;line-height:normal;background:
white'><span style='font-size:10.5pt;font-family:"Arial","sans-serif";
mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language:
PT-BR'>-<o:p></o:p></span></p>
<p class=MsoNormal style='line-height:normal;background:white'><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'> ;<o:p></o:p></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_8" o:spid="_x0000_i1032" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_8"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Miguel Dinizio<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1951 - 1955<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_7" o:spid="_x0000_i1031" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_7"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Octavio Rodrigues
Ferreira<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1947 - 1951<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_6" o:spid="_x0000_i1030" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_6"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Alceu Marques
Ladeira<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1943 - 1947<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_5" o:spid="_x0000_i1029" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_5"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Antonio Manoel dos
Santos, Osvaldo Bittencourt, Rosalino Fernandes, Salvador Arieta e Domingos
Martins Vila<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1940 - 1943<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_4" o:spid="_x0000_i1028" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_4"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Braulio Barbosa
Ferraz<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1936 - 1940<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_3" o:spid="_x0000_i1027" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_3"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Salvador Arieta<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1932 - 1936<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_2" o:spid="_x0000_i1026" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_2"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Leovigildo Barbosa
Ferra<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1928 - 1932<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_1"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Major Antonio
Barbosa Ferraz Junior<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1924 - 1928<b><o:p></o:p></b></span></p>
<p class=MsoNormal><o:p> ;</o:p></p>
</div>
</body>
</html>
</div> <script>
$( "img[vshapes='_x0000_t75']" ).attr('src','');
</script>
<script>
$( "img[vshapes='Picture_x0020_23']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image001.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_22']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image003.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_21']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_20']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_19']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_18']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image010.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_17']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_16']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_15']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_14']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_13']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image014.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_12']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_11']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_10']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_9']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_8']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_7']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_6']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_5']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_4']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_3']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_2']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_1']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
</div>
<div class="h10px"></div>
<div class="row">
<div class="col-md-12">
<div class="h10px"></div>
<div class="h10px"></div>
<div class='col-md-12'>
</div>
</div>
</div>
<div class="pull-right">
</div>
<br>
<div class="row" >
<div class="col-md-2 col-sm-2 col-xs-6" style="/*text-align: right;*/ margin-top: -20px;" >
<a target="_blank" href="https://web.whatsapp.com/send?text=Galeria dos Prefeitos - http%3A%2F%2Fcambara.pr.gov.br%2F%3Fpag%3DT1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0%3D%26idmenu%3D245 " style="margin-left: 50px;" >
<img src="https://www.weblinesistemas.com/imagens_camaras/whatsapp2.ico" style="width:40px;"/>
</a>
</div>
<div class="col-md-12 col-xs-6 text-center" style="margin-left: -35px;" >
<div id="fb-root"></div>
<script>
$(document).ready(function(){
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v3.1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
});
</script>
<div class="fb-like" data-href="http://cambara.pr.gov.br/weblineprimeirapagina.php?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=245&dataatualizacao=202205310303" data-layout="button_count" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
</div>
<!--<div class="col-md-4 col-sm-4 col-xs-6" >
</div>-->
</div>
<br>
</div>
<div class="col-md-3 paddingLeft0px" >
<div class="sideBarMenuRightTop">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<form method="POST" id="form-escolha-busca" action="?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yST1PVFE9T1dFPVlUUT0=" >
<div class="input-group input-group">
<label for="palavraChave"></label>
<input style="width:100%; height:34px;" type="text" id="palavraChave" name="palavraChave" class="inputBuscador" placeholder="Digite o texto" />
<input type="hidden" name="buscarPorTodosOsTipos" value="1" />
<div class="input-group-btn">
<button class="btn"><i class="fa fa-search"></i></button>
</div>
</div>
</form>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 paddingRight0px">
<div class="form-inline tiposBuscador paddingTop7px">
<input type="radio" name="pag" id="pag1" class="pagBusc" />
<label>Notícia</label>
<input type="radio" name="pag" id="pag2" checked class="pagBusc" />
<label>Legislação</label>
<input type="radio" name="pag" id="pag3" class="pagBusc" /><label>Propositura</label>
</div>
</div>
</div>
<div class="h10px"></div>
<script>
$(document).ready(function(){
$('#pag1').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==' );
});
$('#pag2').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yST1PVFE9T1dFPVlUUT0=' );
});
$('#pag3').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yWT1ZVEU9WVRBPVlURT1ZVEk9WVRZPU9XVT1ZVGs9WVdNPVlUaz1PV0U9WVdNPQ==' );
});
/*$('#form-escolha-busca').submit(function(){
if($('#palavraChave').val()==""){
alert("Digite uma palavra chave.");
return true;
}
});*/
});
</script>
</div>
<div class="row">
<div class="col-sm-12 sideBarMenuRight">
<a href="https://cambara.eloweb.net/portal-contribuinte/inicio" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_banner/portal_contribuinte_314x250.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://cambara.oxy.elotech.com.br/iss/home" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_banner/nota_fiscal_eletronica_314x250.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://cambara.eloweb.net/protocolo/consultaProcesso" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_arredondado/protocolo_web_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<img src="/arquivos_site//botoes_laterais/layout_banner/botao_coronavirus.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;" >
<div class="h10px espaco-botoes"></div>
<a href="https://www.cambara.pr.gov.br/salaempreendedor" target="_blank">
<img src="images/botoes_personalizados/sala_empreendedor.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="/?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=296" target="_self">
<img src="/arquivos_site//botoes_laterais/layout_clean2/siafic_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=TnpRPU9EZz1PVFU9T1dJPU9HVT1PR0U9T1RZPU9XTT1Oems9WVRBPU9HUT1PVGs9T1RZPU9UST1PV1U9WVRRPU4yVT1ZVGc9WVRFPU9XVT1PVGc9WVRBPVlUYz1PV1U9T0RZPVlXRT1PV1E9WVRZPVlUaz1ZVFE9" target="_self">
<img src="/arquivos_site//botoes_laterais/layout_clean/servicos_publicos_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=TmpRPU9UST1PVEU9T1RnPU9XRT1PVE09T1dJPU9HRT1OMk09T1RBPU9XUT1ZVE09T1RZPU9UST1PV1U9WVRRPU9ERT1ZVGc9T1RVPVlURT1PV1U9T1dFPVlUWT1ZV009" target="_self">
<img src="/arquivos_site//botoes_laterais/layout_arredondado2/ConsultaServicos_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://webmail.cambara.pr.gov.br" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_arredondado/webmail_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://cambara.eloweb.net/WebEloPortalRH/" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_arredondado2/holerite_online_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://www.cnm.org.br/" target="_blank">
<img src="images/botoes_personalizados/cnm.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://cambara.eloweb.net/portaltransparencia/" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_clean/transparencia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://www.cambara.pr.gov.br/esic" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_arredondado/esic.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://www.cambara.pr.gov.br/ouvidoria" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T0dRPU9HTT1PVEU9T1RBPU9UZz1ObVU9T0RnPU9UVT1PR1U9T1dRPU9UUT1PR1U9WVRBPQ==" target="_self">
<img src="/arquivos_site//botoes_laterais/layout_clean/galeria_de_multimidia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<div class="h10px"></div>
<div id='divEnquete' style=" margin-left: inherit;">
</div>
<div class="h10px"></div>
<div id="painel-links-uteis" class="" >
<div class="panel-group" style="margin-bottom: 0px;">
<div class="box">
<div class="">
<h4 class="panel-title textoBox">
<a data-toggle="collapse" href="#collapse1linkuteis">Links Úteis</a>
</h4>
</div>
<div id="collapse1linkuteis" class="panel-collapse collapse in">
<ul class="list-group" style="text-align: left;margin-top: 10px;">
<li class="list-group-item" > <a href="https://camaracambara.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Câmara Municipal</a></li>
<li class="list-group-item" > <a href="https://www.gov.br/pt-br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Federal</a></li>
<li class="list-group-item" > <a href="https://www.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Estadual</a></li>
<li class="list-group-item" > <a href="https://www4.planalto.gov.br/legislacao/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Federal</a></li>
<li class="list-group-item" > <a href="https://www.legislacao.pr.gov.br/legislacao/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Estadual</a></li>
<li class="list-group-item" > <a href="https://receita.economia.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Receita Federal</a></li>
<li class="list-group-item" > <a href="https://www.fazenda.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Secretaria da Fazenda</a></li>
<li class="list-group-item" > <a href="https://www.tce.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Tribunal de Contas do Estado</a></li>
</ul>
</div>
</div>
</div>
</div>
<style type="text/css">
#painel-links-uteis a {
font-size: 15px;
}
</style>
</div>
</div>
<!-- <div id="drawerExample" class="drawer dw-xs-10 dw-sm-6 dw-md-4 fold hidden-lg hidden-md maxWidth200px" aria-labelledby="drawerExample">
<div class="drawer-controls ">
<a href="#drawerExample" data-toggle="drawer" href="#drawerExample" aria-foldedopen="false" aria-controls="drawerExample" >
<img src="https://www.weblinesistemas.com/responsivo/imagens/menu_lateral_cinza.png" alt="Aba Menu" /></a>
</div>
<div class="drawer-contents">
<div class="drawer-body">
<div class="row">
<div class="col-sm-12 sideBarMenuRight">
<a href="https://cambara.eloweb.net/portal-contribuinte/inicio" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_banner/portal_contribuinte_314x250.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://cambara.oxy.elotech.com.br/iss/home" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_banner/nota_fiscal_eletronica_314x250.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://cambara.eloweb.net/protocolo/consultaProcesso" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_arredondado/protocolo_web_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<img src="/arquivos_site//botoes_laterais/layout_banner/botao_coronavirus.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;" >
<div class="h10px espaco-botoes"></div>
<a href="https://www.cambara.pr.gov.br/salaempreendedor" target="_blank">
<img src="images/botoes_personalizados/sala_empreendedor.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="/?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=296" target="_self">
<img src="/arquivos_site//botoes_laterais/layout_clean2/siafic_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=TnpRPU9EZz1PVFU9T1dJPU9HVT1PR0U9T1RZPU9XTT1Oems9WVRBPU9HUT1PVGs9T1RZPU9UST1PV1U9WVRRPU4yVT1ZVGc9WVRFPU9XVT1PVGc9WVRBPVlUYz1PV1U9T0RZPVlXRT1PV1E9WVRZPVlUaz1ZVFE9" target="_self">
<img src="/arquivos_site//botoes_laterais/layout_clean/servicos_publicos_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=TmpRPU9UST1PVEU9T1RnPU9XRT1PVE09T1dJPU9HRT1OMk09T1RBPU9XUT1ZVE09T1RZPU9UST1PV1U9WVRRPU9ERT1ZVGc9T1RVPVlURT1PV1U9T1dFPVlUWT1ZV009" target="_self">
<img src="/arquivos_site//botoes_laterais/layout_arredondado2/ConsultaServicos_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://webmail.cambara.pr.gov.br" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_arredondado/webmail_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://cambara.eloweb.net/WebEloPortalRH/" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_arredondado2/holerite_online_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://www.cnm.org.br/" target="_blank">
<img src="images/botoes_personalizados/cnm.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://cambara.eloweb.net/portaltransparencia/" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_clean/transparencia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://www.cambara.pr.gov.br/esic" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_arredondado/esic.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://www.cambara.pr.gov.br/ouvidoria" target="_blank">
<img src="/arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T0dRPU9HTT1PVEU9T1RBPU9UZz1ObVU9T0RnPU9UVT1PR1U9T1dRPU9UUT1PR1U9WVRBPQ==" target="_self">
<img src="/arquivos_site//botoes_laterais/layout_clean/galeria_de_multimidia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<div class="h10px"></div>
<div id='divEnquete' style=" margin-left: inherit;">
</div>
<div class="h10px"></div>
<div id="painel-links-uteis" class="" >
<div class="panel-group" style="margin-bottom: 0px;">
<div class="box">
<div class="">
<h4 class="panel-title textoBox">
<a data-toggle="collapse" href="#collapse1linkuteis">Links Úteis</a>
</h4>
</div>
<div id="collapse1linkuteis" class="panel-collapse collapse in">
<ul class="list-group" style="text-align: left;margin-top: 10px;">
<li class="list-group-item" > <a href="https://camaracambara.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Câmara Municipal</a></li>
<li class="list-group-item" > <a href="https://www.gov.br/pt-br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Federal</a></li>
<li class="list-group-item" > <a href="https://www.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Estadual</a></li>
<li class="list-group-item" > <a href="https://www4.planalto.gov.br/legislacao/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Federal</a></li>
<li class="list-group-item" > <a href="https://www.legislacao.pr.gov.br/legislacao/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Estadual</a></li>
<li class="list-group-item" > <a href="https://receita.economia.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Receita Federal</a></li>
<li class="list-group-item" > <a href="https://www.fazenda.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Secretaria da Fazenda</a></li>
<li class="list-group-item" > <a href="https://www.tce.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Tribunal de Contas do Estado</a></li>
</ul>
</div>
</div>
</div>
</div>
<style type="text/css">
#painel-links-uteis a {
font-size: 15px;
}
</style>
</div>
</div> </div>
</div>
</div> -->
</div>
</div>
</div>
<a id="mapa_site" ><!-- ancora para acessibilidade --> </a>
<div class="h10px" ></div>
<footer class="mapa_site">
<div class="container ">
<div class="row paddingLeft15px">
<div class="col-md-9 col-sm-9 col-xs-12 ">
<div class="row">
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >A Cidade</a>
</div>
<ul class="">
<li><a href="?pag=">Página Principal</a></li>
<li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9">Dados Abertos</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=220">Dados do Município</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=274">Hino Municipal</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=214">História do Município</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=257">Localização</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=266">Organograma</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=271">Planos Municipais</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=221">Símbolos</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Prefeitura</a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=245">Galeria Prefeitos</a></li>
<li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1OemM9T1RrPU9HVT1PR1k9T1RBPU9UUT1ZVEU9T1dNPU9EVT1PVGc9T1RRPU9UWT0=">Prefeito</a></li>
<li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1OemM9T1RrPU9HVT1PR1k9T1RBPU9UUT1ZVEU9T1dNPU9EVT1PVGc9T1RRPU9UWT0=&vice=1">Vice-prefeito</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Secretarias</a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=279">Assessoria de Gabinete</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=223">Secretaria Municipal de Administração</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=229">Secretaria Municipal de Agricultura, Meio Ambiente e Turismo</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=246">Secretaria Municipal de Assistência Social</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=260">Secretaria Municipal de Educação e Cultura</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=262">Secretaria Municipal de Esporte e Lazer</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=240">Secretaria Municipal de Finanças</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=230">Secretaria Municipal de Infraestrutura Urbana</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=231">Secretaria Municipal de Planejamento</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=228">Secretaria Municipal de Saúde</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Legislação</a>
</div>
<ul class="">
<li><a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm">Constituição Federal</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T0RRPU9UUT1PVGs9T0dVPU9HRT1PVGM9T1RRPU9HVT1PR1U9">Lei Orgânica do Municipio</a></li>
<li><a href="https://leismunicipais.com.br/legislacao-municipal/3201/leis-de-cambara">Leis Municipais</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Atos Municipais</a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=234">Concursos</a></li>
<li><a href="https://cambara.eloweb.net/portaltransparencia/contratos">Contratos</a></li>
<li><a href="https://cambara.eloweb.net/portaltransparencia/">Financeiro</a></li>
<li><a href="https://cambara.eloweb.net/portaltransparencia/licitacoes">Licitações</a></li>
<li><a href="?pag=T0dZPU9UST1PVGs9T1RRPU5UUT1PVGM9T1RZPU9XST1PV1E9T0dNPU9XUT1PVFk9T0dVPVlUST1PVEE9T1dZPVlUQT0=">Portarias</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Expediente</a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=273">Expediente Prefeitura</a></li>
<li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=true">Fale Conosco</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=237">Horarios de Ônibus</a></li>
<li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=true">Ouvidoria</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=222">Telefones Úteis</a></li>
<li><a href="?pag=TnpRPU9EZz1PVFU9T1dJPU9HVT1PR0U9T1RZPU9XTT1Oems9WVRBPU9HUT1PVGs9T1RZPU9UST1PV1U9WVRRPU4yVT1ZVGc9WVRFPU9XVT1PVGc9WVRBPVlUYz1PV1U9T0RZPVlXRT1PV1E9WVRZPVlUaz1ZVFE9">Serviço de Atendimento ao Munícipe</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Chamada Pública</a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=276">Editais</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Processos COVID-19</a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=281">Decretos</a></li>
<li><a href="http://189.76.184.102:8086/portaltransparencia/empenhos-covid/cf">Despesas</a></li>
<li><a href="http://189.76.184.102:8086/portaltransparencia/licitacoes-covid">Licitações</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=316">Vacinados</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=286">Informações Covid</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >SIAFIC</a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=296">SIAFIC -Sistema Único e Integrado de Execução Orçamentária, Administração Financeira e Controle.</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 ">
<div class="area_logo fleft">
<div class="endereco">
Avenida Brasil, 1229<br>
Centro - Cx. Postal <br>
CEP 86.390-000 - Cambará -PR<br>
Telefone: (43) 3532-8800<br><br>
</div>
<div class="h10px" ></div>
<div class="row" >
<div class="col-md-12 text-align-left">
<div class="h10px" ></div>
<div class="endereco">
<h4>E-sic Prefeitura Municipal de Cambará - SP</h4><br>
<div>Nome: Marco Aurélio Lima</div>
<div>E-mail: prefeito@cambara.pr.gov.br</div>
<div>Tel. para esclarecimentos: (43) 3532-8800</div>
<div >Endereço: Avenida Brasil, 1229 - Centro</div><div>Atendimento: Segunda a Sexta Feira das 08:00 as 12:00 e das 13:00 as 17:00 horas</div> </div>
</div>
</div>
</div>
<div >
<a href="https://www.weblinesistemas.com/" target="_blank"><img id="logo_webline_branco" src="https://www.weblinesistemas.com/imagens_camaras/logo_webline_branco.png" border="0" alt="logo webline"></a>
</div>
</div>
</div>
</div>
</div>
<!-- Nao fechar footer fecha no copyrigth-->
<div class="col-md-12 text-center" style="background:#004072;color:white">BAIXE NOSSO APLICATIVO <a target="_blank" href="https://play.google.com/store/apps/details?id=com.prefcambara.app"><img style="width:130px; padding:10px;" src="http://cambara.pr.gov.br/arquivos_site//imagens_camaras/android.png"></a> <a href="https://apps.apple.com/br/app/prefeitura-de-cambar%C3%A1/id1487710077"><img style="width:130px; padding:10px;" src="http://cambara.pr.gov.br/arquivos_site//imagens_camaras/app-store.png"></a></div>
</div>
<div class="copy clear bgColorAzulescuro"><div class="container">2022 © Todos os direitos reservados</div></div>
</footer><style type="text/css">
.cookiealert {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin: 0 !important;
z-index: 999;
opacity: 0;
visibility: hidden;
border-radius: 0;
transform: translateY(100%);
transition: all 500ms ease-out;
color: #ecf0f1;
background: #212327;
}
.cookiealert.show {
opacity: 1;
visibility: visible;
transform: translateY(0%);
transition-delay: 1000ms;
}
.cookiealert a {
text-decoration: underline;
color: #337ab7 !important;
}
.cookiealert .acceptcookies {
margin-left: 10px;
vertical-align: baseline;
}
.btn-primary{
color: #fff !important;
background-color: #337ab7 !important;
border-color: #2e6da4 !important;
}
</style>
<!-- START Bootstrap-Cookie-Alert -->
<div class="alert text-center cookiealert" role="alert" >
<b>Nós usamos cookies para melhorar sua experiência de navegação no portal. Ao continuar você concorda com a nossa <a href="?pag=T1RFPU9UST1PR1k9T0dVPU9Uaz1PVEE9T0dFPU9HRT1ObU09T1dFPU9XRT1PVEE9T1RnPU9UZz1PVFE9WVRRPQ==" target="_blank">Política de cookies.</a>
<button type="button" class="btn btn-primary btn-sm acceptcookies">
Aceito
</button>
</b>
</div>
<!-- END Bootstrap-Cookie-Alert -->
<script type="text/javascript">
(function () {
"use strict";
var cookieAlert = document.querySelector(".cookiealert");
var acceptCookies = document.querySelector(".acceptcookies");
if (!cookieAlert) {
return;
}
cookieAlert.offsetHeight; // Force browser to trigger reflow
// Show the alert if we cant find the "acceptCookies" cookie
if (!getCookie("acceptCookies")) {
cookieAlert.classList.add("show");
}
// When clicking on the agree button, create a 1 year
// cookie to remember user's choice and close the banner
acceptCookies.addEventListener("click", function () {
setCookie("acceptCookies", true, 365);
cookieAlert.classList.remove("show");
// dispatch the accept event
window.dispatchEvent(new Event("cookieAlertAccept"));
$.ajax({
url: "indexAjax.php?pag=T1RRPU9EUT1PR1k9T1dJPU9EWT1ObUk9T0RnPU9HUT1PVGc9T1dVPU5tVT1PV009T1dNPU9XRT1PVGc9T1RZPVlUUT0=",
context: document.body
}).done(function() {
$( this ).addClass( "done" );
});
});
// Cookie functions from w3schools
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
var expires = "expires=" + d.toUTCString();
if(location.protocol == 'https:'){
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/;SameSite=None;Secure";
}else{
document.cookie = cname + "=" + cvalue + ";" + expires + ";";
}
}
function getCookie(cname) {
var name = cname + "=";
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) === ' ') {
c = c.substring(1);
}
if (c.indexOf(name) === 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
})();
</script>
</body>]]>
|
62
| <![CDATA[<a class="acess-texto cpointer " data-sinal="-" style="text-decoration:none;">
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>]]>
|
68
| <![CDATA[<a class="acess-texto cpointer " data-sinal="+" style="text-decoration:none;">
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>]]>
|
74
| <![CDATA[<a class="cpointer acess-contraste" style="text-decoration:none;">
<img class="" src="http://cambara.pr.gov.br/arquivos_site//acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>]]>
|
80
| <![CDATA[<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>]]>
|
139
| <![CDATA[<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>]]>
|
341
| <![CDATA[<img src="/images/logo.png" class="img-responsive visible-lg visible-md" style="width: 45%;" alt="Cambará" />]]>
|
700
| <![CDATA[<div class="row" style="display: flex; flex-direction: column; align-items: center; justify-content: center;">
<div class="col-vacinometro-normal">
<h3 class="titulo-normal">Vacinômetro</h3>
<p class="data-normal" style="padding: 0;">Atualizado em: 29/03/2022 14:00:00</p>
</div>
</div>]]>
|
703
| <![CDATA[<p class="data-normal" style="padding: 0;">Atualizado em: 29/03/2022 14:00:00</p>]]>
|
707
| <![CDATA[<div class="row coluna-responsiva" style="display: flex; justify-content: center; padding-right: 15px; padding-left: 15px; ">
<style>
.col-doses-normal {
align-self: flex-end;
}
</style>
<div class="col-lg-4 col-sm-12 col-xs-12">
<div class="col-md-12 col-vacinometro-normal">
<p class="data-normal doses-ap-normal">Total de Doses</p>
<div class="container-numeros-vacinados">
<div class="pane-normal">50.241</div>
</div>
</div>
</div>
<div class="col-lg-8 col-sm-12 col-xs-12">
<div class="row" style="justify-content: center;display: flex;flex-wrap: wrap;">
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Primeira Dose</p>
<p class="vac-doses-normal">19.884</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Segunda Dose</p>
<p class="vac-doses-normal">17.932</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Dose de Reforço</p>
<p class="vac-doses-normal">11.542</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Dose Única</p>
<p class="vac-doses-normal">883</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Doses Recebidas</p>
<p class="vac-doses-normal">50.241</p>
</div>
</div>
</div>
</div>]]>
|
728
| <![CDATA[<div class="row" style="justify-content: center;display: flex;flex-wrap: wrap;">
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Primeira Dose</p>
<p class="vac-doses-normal">19.884</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Segunda Dose</p>
<p class="vac-doses-normal">17.932</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Dose de Reforço</p>
<p class="vac-doses-normal">11.542</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Dose Única</p>
<p class="vac-doses-normal">883</p>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 col-doses-normal">
<p class="data-normal dose-normal">Doses Recebidas</p>
<p class="vac-doses-normal">50.241</p>
</div>
</div>]]>
|
774
| <![CDATA[<div class="modal-dialog modal-lg" style="width: fit-content;">
<button type="button" class="close hidden" data-dismiss="modal" aria-hidden="true">× </button>
<div class="modal-content">
<div class="modal-body">
<img class = "img-responsive" src="http://cambara.pr.gov.br/arquivos_site/sic_images/sem_imagem.jpg" alt="" />
</div>
</div>
</div>]]>
|
791
| <![CDATA[<div class="tituloTextoVereador text-center" style="margin-top:5px; font-size: 30px;">
</div>]]>
|
799
| <![CDATA[<div style="/*display:table;*/width:100%;">
<div id="cont-noticia" ><html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 14">
<meta name=Originator content="Microsoft Word 14">
<link rel=File-List href="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/filelist.xml">
<link rel=Edit-Time-Data href="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/editdata.mso">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>Gleicy Cristina Goncalves</o:Author>
<o:Template>Normal</o:Template>
<o:LastAuthor>SYSTEM</o:LastAuthor>
<o:Revision>2</o:Revision>
<o:TotalTime>2</o:TotalTime>
<o:Created>2019-09-18T17:15:00Z</o:Created>
<o:LastSaved>2019-09-18T17:15:00Z</o:LastSaved>
<o:Pages>3</o:Pages>
<o:Words>393</o:Words>
<o:Characters>2127</o:Characters>
<o:Lines>17</o:Lines>
<o:Paragraphs>5</o:Paragraphs>
<o:CharactersWithSpaces>2515</o:CharactersWithSpaces>
<o:Version>14.00</o:Version>
</o:DocumentProperties>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
</o:OfficeDocumentSettings>
</xml><![endif]-->
<link rel=themeData href="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/themedata.thmx">
<link rel=colorSchemeMapping href="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/colorschememapping.xml">
<!--[if gte mso 9]><xml>
<w:WordDocument>
<w:TrackMoves>false</w:TrackMoves>
<w:TrackFormatting/>
<w:HyphenationZone>21</w:HyphenationZone>
<w:PunctuationKerning/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>PT-BR</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:BreakWrappedTables/>
<w:SnapToGridInCell/>
<w:WrapTextWithPunct/>
<w:UseAsianBreakRules/>
<w:DontGrowAutofit/>
<w:SplitPgBreakAndParaMark/>
<w:EnableOpenTypeKerning/>
<w:DontFlipMirrorIndents/>
<w:OverrideTableStyleHps/>
</w:Compatibility>
<m:mathPr>
<m:mathFont m:val="Cambria Math"/>
<m:brkBin m:val="before"/>
<m:brkBinSub m:val="--"/>
<m:smallFrac m:val="off"/>
<m:dispDef/>
<m:lMargin m:val="0"/>
<m:rMargin m:val="0"/>
<m:defJc m:val="centerGroup"/>
<m:wrapIndent m:val="1440"/>
<m:intLim m:val="subSup"/>
<m:naryLim m:val="undOvr"/>
</m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
DefSemiHidden="true" DefQFormat="false" DefPriority="99"
LatentStyleCount="267">
<w:LsdException Locked="false" Priority="0" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
<w:LsdException Locked="false" Priority="39" Name="toc 1"/>
<w:LsdException Locked="false" Priority="39" Name="toc 2"/>
<w:LsdException Locked="false" Priority="39" Name="toc 3"/>
<w:LsdException Locked="false" Priority="39" Name="toc 4"/>
<w:LsdException Locked="false" Priority="39" Name="toc 5"/>
<w:LsdException Locked="false" Priority="39" Name="toc 6"/>
<w:LsdException Locked="false" Priority="39" Name="toc 7"/>
<w:LsdException Locked="false" Priority="39" Name="toc 8"/>
<w:LsdException Locked="false" Priority="39" Name="toc 9"/>
<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
<w:LsdException Locked="false" Priority="10" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Title"/>
<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
<w:LsdException Locked="false" Priority="11" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
<w:LsdException Locked="false" Priority="22" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
<w:LsdException Locked="false" Priority="20" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="false"
UnhideWhenUsed="false" Name="Table Grid"/>
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
<w:LsdException Locked="false" Priority="1" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 1"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
<w:LsdException Locked="false" Priority="34" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
<w:LsdException Locked="false" Priority="29" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
<w:LsdException Locked="false" Priority="30" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 1"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 2"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 2"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 3"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 3"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 4"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 4"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 5"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 5"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 6"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 6"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
<w:LsdException Locked="false" Priority="19" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
<w:LsdException Locked="false" Priority="21" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
<w:LsdException Locked="false" Priority="31" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
<w:LsdException Locked="false" Priority="32" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
<w:LsdException Locked="false" Priority="33" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
</w:LatentStyles>
</xml><![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-536870145 1073786111 1 0 415 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-520081665 -1073717157 41 0 66047 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin-top:0cm;
margin-right:0cm;
margin-bottom:8.0pt;
margin-left:0cm;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p
{mso-style-noshow:yes;
mso-style-priority:99;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-noshow:yes;
mso-style-priority:99;
mso-style-link:"Texto de balão Char";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-fareast-language:EN-US;}
p.acessibilidade, li.acessibilidade, div.acessibilidade
{mso-style-name:acessibilidade;
mso-style-unhide:no;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";}
span.acessibilidade1
{mso-style-name:acessibilidade1;
mso-style-unhide:no;}
span.TextodebaloChar
{mso-style-name:"Texto de balão Char";
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-unhide:no;
mso-style-locked:yes;
mso-style-link:"Texto de balão";
mso-ansi-font-size:8.0pt;
mso-bidi-font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-ascii-font-family:Tahoma;
mso-hansi-font-family:Tahoma;
mso-bidi-font-family:Tahoma;}
.MsoChpDefault
{mso-style-type:export-only;
mso-default-props:yes;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
.MsoPapDefault
{mso-style-type:export-only;
margin-bottom:8.0pt;
line-height:107%;}
@page WordSection1
{size:595.3pt 841.9pt;
margin:70.85pt 3.0cm 70.85pt 3.0cm;
mso-header-margin:35.4pt;
mso-footer-margin:35.4pt;
mso-paper-source:0;}
div.WordSection1
{page:WordSection1;}
-->
</style>
<!--[if gte mso 10]>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Tabela normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:8.0pt;
mso-para-margin-left:0cm;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-fareast-language:EN-US;}
</style>
<![endif]--><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1"/>
</o:shapelayout></xml><![endif]-->
</head>
<body lang=PT-BR style='tab-interval:35.4pt'>
<div class=WordSection1>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title="JOSÉ SALIM HAGGI NETO"><span style='color:#337AB7;text-decoration:none;
text-underline:none'><br>
<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="Picture_x0020_23" o:spid="_x0000_i1047" type="#_x0000_t75"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title=""JOSÉ SALIM HAGGI NETO"" style='width:165.75pt;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image001.jpg" o:title="tb_130318181348_neto3_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=221 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image002.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
vshapes="Picture_x0020_23"></span></span></span></a><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>JOSÉ SALIM HAGGI
NETO<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;margin-right:0cm;margin-bottom:7.5pt;
margin-left:0cm;line-height:normal;background:white'><b><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'>Vice-Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>CLAUDA HELENA
BATISTA NEGRÃO<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2017 - 2020<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017135016_joaomattar_jpg.jpg"
title=""JOÃO MATTAR DE OLIVATO - PSC" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_22" o:spid="_x0000_i1046"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017135016_joaomattar_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017135016_joaomattar_jpg.jpg"
title=""JOÃO MATTAR DE OLIVATO - PSC"" style='width:152.25pt;
height:203.25pt;visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image003.jpg" o:title="tb_181017135016_joaomattar_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=203 height=271 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image004.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017135016_joaomattar_jpg.jpg"
vshapes="Picture_x0020_22"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>JOÃO MATTAR DE
OLIVATO - PSC<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2013 - 2016<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134412_neto_jpg.jpg"
title=""José Salim Haggi Neto" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_21" o:spid="_x0000_i1045"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134412_neto_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134412_neto_jpg.jpg"
title=""José Salim Haggi Neto"" style='width:2in;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg" o:title="tb_181017134412_neto_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=192 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image006.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134412_neto_jpg.jpg"
vshapes="Picture_x0020_21"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>José Salim Haggi
Neto<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2008 - 2012<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134351_neto_jpg.jpg"
title=""José Salim Haggi Neto" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_20" o:spid="_x0000_i1044"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134351_neto_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134351_neto_jpg.jpg"
title=""José Salim Haggi Neto"" style='width:153pt;height:162pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg" o:title="tb_181017134351_neto_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=204 height=216 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image007.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134351_neto_jpg.jpg"
vshapes="Picture_x0020_20"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>José Salim Haggi
Neto<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2005 - 2008<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134310_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_19" o:spid="_x0000_i1043"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134310_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134310_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:149.25pt;height:149.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg" o:title="tb_181017134310_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=199 height=199 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image009.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134310_mamedi_jpg.jpg"
vshapes="Picture_x0020_19"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2001 - 2004<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134243_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_18" o:spid="_x0000_i1042"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134243_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134243_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:105pt;height:105pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image010.jpg" o:title="tb_181017134243_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=140 height=140 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image011.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134243_mamedi_jpg.jpg"
vshapes="Picture_x0020_18"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1997 - 2000<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_17" o:spid="_x0000_i1041" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_17"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Valter Braz
Marinho<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1993 - 1996<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134156_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_16" o:spid="_x0000_i1040"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134156_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134156_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:131.25pt;height:131.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg" o:title="tb_181017134156_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=175 height=175 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image013.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134156_mamedi_jpg.jpg"
vshapes="Picture_x0020_16"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1989 - 1992<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_15" o:spid="_x0000_i1039" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_15"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Miguel Dinizio<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1983 - 1988<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_14" o:spid="_x0000_i1038" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_14"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Sebastião Pereira
da Silva<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1977 - 1983<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134037_marioconselvan_jpg.JPG"
title=""Mário Conselvan" "><span style='font-size:10.5pt;font-family:
"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";color:#337AB7;
mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;text-underline:
none'><!--[if gte vml 1]><v:shape id="Picture_x0020_13" o:spid="_x0000_i1037"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134037_marioconselvan_jpg.JPG"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134037_marioconselvan_jpg.JPG"
title=""Mário Conselvan"" style='width:125.25pt;height:80.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image014.jpg" o:title="tb_181017134037_marioconselvan_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=167 height=107 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image015.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134037_marioconselvan_jpg.JPG"
vshapes="Picture_x0020_13"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mário Conselvan<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1972 - 1977<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_12" o:spid="_x0000_i1036" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_12"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Benedito Moreira<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1968 - 1972<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_11" o:spid="_x0000_i1035" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_11"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Milton
Paschoalino<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1963 - 1968<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_10" o:spid="_x0000_i1034" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_10"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Israel Dinizio<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1959 - 1963<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_9" o:spid="_x0000_i1033" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_9"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Airton Costa
Filho<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;margin-right:0cm;margin-bottom:7.5pt;
margin-left:0cm;line-height:normal;background:white'><b><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1955 - 1959<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-bottom:7.5pt;line-height:normal;background:
white'><span style='font-size:10.5pt;font-family:"Arial","sans-serif";
mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language:
PT-BR'>-<o:p></o:p></span></p>
<p class=MsoNormal style='line-height:normal;background:white'><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'> ;<o:p></o:p></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_8" o:spid="_x0000_i1032" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_8"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Miguel Dinizio<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1951 - 1955<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_7" o:spid="_x0000_i1031" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_7"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Octavio Rodrigues
Ferreira<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1947 - 1951<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_6" o:spid="_x0000_i1030" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_6"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Alceu Marques
Ladeira<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1943 - 1947<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_5" o:spid="_x0000_i1029" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_5"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Antonio Manoel dos
Santos, Osvaldo Bittencourt, Rosalino Fernandes, Salvador Arieta e Domingos
Martins Vila<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1940 - 1943<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_4" o:spid="_x0000_i1028" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_4"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Braulio Barbosa
Ferraz<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1936 - 1940<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_3" o:spid="_x0000_i1027" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_3"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Salvador Arieta<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1932 - 1936<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_2" o:spid="_x0000_i1026" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_2"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Leovigildo Barbosa
Ferra<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1928 - 1932<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_1"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Major Antonio
Barbosa Ferraz Junior<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1924 - 1928<b><o:p></o:p></b></span></p>
<p class=MsoNormal><o:p> ;</o:p></p>
</div>
</body>
</html>
</div> <script>
$( "img[vshapes='_x0000_t75']" ).attr('src','');
</script>
<script>
$( "img[vshapes='Picture_x0020_23']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image001.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_22']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image003.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_21']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_20']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_19']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_18']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image010.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_17']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_16']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_15']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_14']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_13']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image014.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_12']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_11']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_10']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_9']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_8']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_7']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_6']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_5']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_4']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_3']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_2']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
<script>
$( "img[vshapes='Picture_x0020_1']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>
</div>]]>
|
1287
| <![CDATA[<body lang=PT-BR style='tab-interval:35.4pt'>
<div class=WordSection1>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title="JOSÉ SALIM HAGGI NETO"><span style='color:#337AB7;text-decoration:none;
text-underline:none'><br>
<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="Picture_x0020_23" o:spid="_x0000_i1047" type="#_x0000_t75"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title=""JOSÉ SALIM HAGGI NETO"" style='width:165.75pt;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image001.jpg" o:title="tb_130318181348_neto3_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=221 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image002.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
vshapes="Picture_x0020_23"></span></span></span></a><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>JOSÉ SALIM HAGGI
NETO<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;margin-right:0cm;margin-bottom:7.5pt;
margin-left:0cm;line-height:normal;background:white'><b><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'>Vice-Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>CLAUDA HELENA
BATISTA NEGRÃO<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2017 - 2020<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017135016_joaomattar_jpg.jpg"
title=""JOÃO MATTAR DE OLIVATO - PSC" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_22" o:spid="_x0000_i1046"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017135016_joaomattar_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017135016_joaomattar_jpg.jpg"
title=""JOÃO MATTAR DE OLIVATO - PSC"" style='width:152.25pt;
height:203.25pt;visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image003.jpg" o:title="tb_181017135016_joaomattar_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=203 height=271 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image004.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017135016_joaomattar_jpg.jpg"
vshapes="Picture_x0020_22"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>JOÃO MATTAR DE
OLIVATO - PSC<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2013 - 2016<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134412_neto_jpg.jpg"
title=""José Salim Haggi Neto" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_21" o:spid="_x0000_i1045"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134412_neto_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134412_neto_jpg.jpg"
title=""José Salim Haggi Neto"" style='width:2in;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg" o:title="tb_181017134412_neto_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=192 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image006.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134412_neto_jpg.jpg"
vshapes="Picture_x0020_21"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>José Salim Haggi
Neto<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2008 - 2012<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134351_neto_jpg.jpg"
title=""José Salim Haggi Neto" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_20" o:spid="_x0000_i1044"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134351_neto_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134351_neto_jpg.jpg"
title=""José Salim Haggi Neto"" style='width:153pt;height:162pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg" o:title="tb_181017134351_neto_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=204 height=216 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image007.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134351_neto_jpg.jpg"
vshapes="Picture_x0020_20"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>José Salim Haggi
Neto<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2005 - 2008<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134310_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_19" o:spid="_x0000_i1043"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134310_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134310_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:149.25pt;height:149.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg" o:title="tb_181017134310_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=199 height=199 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image009.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134310_mamedi_jpg.jpg"
vshapes="Picture_x0020_19"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2001 - 2004<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134243_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_18" o:spid="_x0000_i1042"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134243_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134243_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:105pt;height:105pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image010.jpg" o:title="tb_181017134243_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=140 height=140 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image011.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134243_mamedi_jpg.jpg"
vshapes="Picture_x0020_18"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1997 - 2000<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_17" o:spid="_x0000_i1041" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_17"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Valter Braz
Marinho<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1993 - 1996<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134156_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_16" o:spid="_x0000_i1040"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134156_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134156_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:131.25pt;height:131.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg" o:title="tb_181017134156_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=175 height=175 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image013.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134156_mamedi_jpg.jpg"
vshapes="Picture_x0020_16"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1989 - 1992<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_15" o:spid="_x0000_i1039" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_15"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Miguel Dinizio<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1983 - 1988<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_14" o:spid="_x0000_i1038" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_14"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Sebastião Pereira
da Silva<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1977 - 1983<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134037_marioconselvan_jpg.JPG"
title=""Mário Conselvan" "><span style='font-size:10.5pt;font-family:
"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";color:#337AB7;
mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;text-underline:
none'><!--[if gte vml 1]><v:shape id="Picture_x0020_13" o:spid="_x0000_i1037"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134037_marioconselvan_jpg.JPG"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134037_marioconselvan_jpg.JPG"
title=""Mário Conselvan"" style='width:125.25pt;height:80.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image014.jpg" o:title="tb_181017134037_marioconselvan_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=167 height=107 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image015.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134037_marioconselvan_jpg.JPG"
vshapes="Picture_x0020_13"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mário Conselvan<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1972 - 1977<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_12" o:spid="_x0000_i1036" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_12"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Benedito Moreira<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1968 - 1972<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_11" o:spid="_x0000_i1035" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_11"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Milton
Paschoalino<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1963 - 1968<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_10" o:spid="_x0000_i1034" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_10"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Israel Dinizio<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1959 - 1963<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_9" o:spid="_x0000_i1033" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_9"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Airton Costa
Filho<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;margin-right:0cm;margin-bottom:7.5pt;
margin-left:0cm;line-height:normal;background:white'><b><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1955 - 1959<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-bottom:7.5pt;line-height:normal;background:
white'><span style='font-size:10.5pt;font-family:"Arial","sans-serif";
mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language:
PT-BR'>-<o:p></o:p></span></p>
<p class=MsoNormal style='line-height:normal;background:white'><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'> ;<o:p></o:p></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_8" o:spid="_x0000_i1032" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_8"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Miguel Dinizio<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1951 - 1955<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_7" o:spid="_x0000_i1031" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_7"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Octavio Rodrigues
Ferreira<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1947 - 1951<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_6" o:spid="_x0000_i1030" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_6"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Alceu Marques
Ladeira<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1943 - 1947<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_5" o:spid="_x0000_i1029" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_5"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Antonio Manoel dos
Santos, Osvaldo Bittencourt, Rosalino Fernandes, Salvador Arieta e Domingos
Martins Vila<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1940 - 1943<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_4" o:spid="_x0000_i1028" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_4"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Braulio Barbosa
Ferraz<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1936 - 1940<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_3" o:spid="_x0000_i1027" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_3"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Salvador Arieta<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1932 - 1936<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_2" o:spid="_x0000_i1026" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_2"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Leovigildo Barbosa
Ferra<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1928 - 1932<b><o:p></o:p></b></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_1"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>
<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Major Antonio
Barbosa Ferraz Junior<b><o:p></o:p></b></span></p>
<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1924 - 1928<b><o:p></o:p></b></span></p>
<p class=MsoNormal><o:p> ;</o:p></p>
</div>
</body>]]>
|
1291
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title="JOSÉ SALIM HAGGI NETO"><span style='color:#337AB7;text-decoration:none;
text-underline:none'><br>
<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="Picture_x0020_23" o:spid="_x0000_i1047" type="#_x0000_t75"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title=""JOSÉ SALIM HAGGI NETO"" style='width:165.75pt;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image001.jpg" o:title="tb_130318181348_neto3_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=221 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image002.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
vshapes="Picture_x0020_23"></span></span></span></a><o:p></o:p></span></p>]]>
|
1292
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title="JOSÉ SALIM HAGGI NETO"><span style='color:#337AB7;text-decoration:none;
text-underline:none'><br>
<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="Picture_x0020_23" o:spid="_x0000_i1047" type="#_x0000_t75"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title=""JOSÉ SALIM HAGGI NETO"" style='width:165.75pt;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image001.jpg" o:title="tb_130318181348_neto3_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=221 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image002.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
vshapes="Picture_x0020_23"></span></span></span></a><o:p></o:p></span>]]>
|
1296
| <![CDATA[<span style='color:#337AB7;text-decoration:none;
text-underline:none'><br>
<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="Picture_x0020_23" o:spid="_x0000_i1047" type="#_x0000_t75"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title=""JOSÉ SALIM HAGGI NETO"" style='width:165.75pt;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image001.jpg" o:title="tb_130318181348_neto3_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=221 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image002.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
vshapes="Picture_x0020_23"></span></span></span>]]>
|
1298
| <![CDATA[<span style='mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype id="_x0000_t75"
coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="Picture_x0020_23" o:spid="_x0000_i1047" type="#_x0000_t75"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_130318181348_neto3_jpg.jpg"
title=""JOSÉ SALIM HAGGI NETO"" style='width:165.75pt;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image001.jpg" o:title="tb_130318181348_neto3_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=221 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image002.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
vshapes="Picture_x0020_23"></span></span>]]>
|
1325
| <![CDATA[<span style='mso-ignore:vglayout'><img
border=0 width=221 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image002.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_130318181348_neto3_jpg.jpg"
vshapes="Picture_x0020_23"></span>]]>
|
1330
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>JOSÉ SALIM HAGGI
NETO<b><o:p></o:p></b></span></p>]]>
|
1331
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1333
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>JOSÉ SALIM HAGGI
NETO<b><o:p></o:p></b></span>]]>
|
1338
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;margin-right:0cm;margin-bottom:7.5pt;
margin-left:0cm;line-height:normal;background:white'><b><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'>Vice-Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>CLAUDA HELENA
BATISTA NEGRÃO<b><o:p></o:p></b></span></p>]]>
|
1339
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'>Vice-Prefeito: ;</span>]]>
|
1341
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>CLAUDA HELENA
BATISTA NEGRÃO<b><o:p></o:p></b></span>]]>
|
1346
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2017 - 2020<b><o:p></o:p></b></span></p>]]>
|
1346
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1348
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2017 - 2020<b><o:p></o:p></b></span>]]>
|
1352
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017135016_joaomattar_jpg.jpg"
title=""JOÃO MATTAR DE OLIVATO - PSC" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_22" o:spid="_x0000_i1046"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017135016_joaomattar_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017135016_joaomattar_jpg.jpg"
title=""JOÃO MATTAR DE OLIVATO - PSC"" style='width:152.25pt;
height:203.25pt;visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image003.jpg" o:title="tb_181017135016_joaomattar_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=203 height=271 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image004.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017135016_joaomattar_jpg.jpg"
vshapes="Picture_x0020_22"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1355
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_22" o:spid="_x0000_i1046"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017135016_joaomattar_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017135016_joaomattar_jpg.jpg"
title=""JOÃO MATTAR DE OLIVATO - PSC"" style='width:152.25pt;
height:203.25pt;visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image003.jpg" o:title="tb_181017135016_joaomattar_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=203 height=271 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image004.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017135016_joaomattar_jpg.jpg"
vshapes="Picture_x0020_22"></span></span>]]>
|
1365
| <![CDATA[<span style='mso-ignore:vglayout'><img
border=0 width=203 height=271 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image004.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017135016_joaomattar_jpg.jpg"
vshapes="Picture_x0020_22"></span>]]>
|
1368
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1372
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>JOÃO MATTAR DE
OLIVATO - PSC<b><o:p></o:p></b></span></p>]]>
|
1373
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1375
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>JOÃO MATTAR DE
OLIVATO - PSC<b><o:p></o:p></b></span>]]>
|
1380
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2013 - 2016<b><o:p></o:p></b></span></p>]]>
|
1380
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1382
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2013 - 2016<b><o:p></o:p></b></span>]]>
|
1386
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134412_neto_jpg.jpg"
title=""José Salim Haggi Neto" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_21" o:spid="_x0000_i1045"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134412_neto_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134412_neto_jpg.jpg"
title=""José Salim Haggi Neto"" style='width:2in;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg" o:title="tb_181017134412_neto_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=192 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image006.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134412_neto_jpg.jpg"
vshapes="Picture_x0020_21"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1389
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_21" o:spid="_x0000_i1045"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134412_neto_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134412_neto_jpg.jpg"
title=""José Salim Haggi Neto"" style='width:2in;height:152.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg" o:title="tb_181017134412_neto_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=192 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image006.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134412_neto_jpg.jpg"
vshapes="Picture_x0020_21"></span></span>]]>
|
1399
| <![CDATA[<span style='mso-ignore:vglayout'><img
border=0 width=192 height=203 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image006.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134412_neto_jpg.jpg"
vshapes="Picture_x0020_21"></span>]]>
|
1402
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1406
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>José Salim Haggi
Neto<b><o:p></o:p></b></span></p>]]>
|
1407
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1409
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>José Salim Haggi
Neto<b><o:p></o:p></b></span>]]>
|
1414
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2008 - 2012<b><o:p></o:p></b></span></p>]]>
|
1414
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1416
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2008 - 2012<b><o:p></o:p></b></span>]]>
|
1420
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134351_neto_jpg.jpg"
title=""José Salim Haggi Neto" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_20" o:spid="_x0000_i1044"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134351_neto_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134351_neto_jpg.jpg"
title=""José Salim Haggi Neto"" style='width:153pt;height:162pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg" o:title="tb_181017134351_neto_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=204 height=216 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image007.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134351_neto_jpg.jpg"
vshapes="Picture_x0020_20"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1423
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_20" o:spid="_x0000_i1044"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134351_neto_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134351_neto_jpg.jpg"
title=""José Salim Haggi Neto"" style='width:153pt;height:162pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg" o:title="tb_181017134351_neto_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=204 height=216 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image007.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134351_neto_jpg.jpg"
vshapes="Picture_x0020_20"></span></span>]]>
|
1433
| <![CDATA[<span style='mso-ignore:vglayout'><img
border=0 width=204 height=216 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image007.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134351_neto_jpg.jpg"
vshapes="Picture_x0020_20"></span>]]>
|
1436
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1440
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>José Salim Haggi
Neto<b><o:p></o:p></b></span></p>]]>
|
1441
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1443
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>José Salim Haggi
Neto<b><o:p></o:p></b></span>]]>
|
1448
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2005 - 2008<b><o:p></o:p></b></span></p>]]>
|
1448
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1450
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2005 - 2008<b><o:p></o:p></b></span>]]>
|
1454
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134310_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_19" o:spid="_x0000_i1043"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134310_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134310_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:149.25pt;height:149.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg" o:title="tb_181017134310_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=199 height=199 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image009.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134310_mamedi_jpg.jpg"
vshapes="Picture_x0020_19"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1457
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_19" o:spid="_x0000_i1043"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134310_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134310_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:149.25pt;height:149.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg" o:title="tb_181017134310_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=199 height=199 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image009.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134310_mamedi_jpg.jpg"
vshapes="Picture_x0020_19"></span></span>]]>
|
1467
| <![CDATA[<span style='mso-ignore:vglayout'><img
border=0 width=199 height=199 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image009.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134310_mamedi_jpg.jpg"
vshapes="Picture_x0020_19"></span>]]>
|
1470
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1474
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>]]>
|
1475
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1477
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span>]]>
|
1481
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2001 - 2004<b><o:p></o:p></b></span></p>]]>
|
1481
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1483
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>2001 - 2004<b><o:p></o:p></b></span>]]>
|
1487
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134243_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_18" o:spid="_x0000_i1042"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134243_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134243_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:105pt;height:105pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image010.jpg" o:title="tb_181017134243_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=140 height=140 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image011.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134243_mamedi_jpg.jpg"
vshapes="Picture_x0020_18"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1490
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_18" o:spid="_x0000_i1042"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134243_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134243_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:105pt;height:105pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image010.jpg" o:title="tb_181017134243_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=140 height=140 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image011.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134243_mamedi_jpg.jpg"
vshapes="Picture_x0020_18"></span></span>]]>
|
1500
| <![CDATA[<span style='mso-ignore:vglayout'><img
border=0 width=140 height=140 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image011.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134243_mamedi_jpg.jpg"
vshapes="Picture_x0020_18"></span>]]>
|
1503
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1507
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>]]>
|
1508
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1510
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span>]]>
|
1514
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1997 - 2000<b><o:p></o:p></b></span></p>]]>
|
1514
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1516
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1997 - 2000<b><o:p></o:p></b></span>]]>
|
1520
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_17" o:spid="_x0000_i1041" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_17"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1521
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_17" o:spid="_x0000_i1041" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_17"></span>]]>
|
1527
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_17">]]>
|
1530
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1534
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Valter Braz
Marinho<b><o:p></o:p></b></span></p>]]>
|
1535
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1537
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Valter Braz
Marinho<b><o:p></o:p></b></span>]]>
|
1542
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1993 - 1996<b><o:p></o:p></b></span></p>]]>
|
1542
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1544
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1993 - 1996<b><o:p></o:p></b></span>]]>
|
1548
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134156_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé" "><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_16" o:spid="_x0000_i1040"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134156_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134156_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:131.25pt;height:131.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg" o:title="tb_181017134156_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=175 height=175 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image013.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134156_mamedi_jpg.jpg"
vshapes="Picture_x0020_16"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1551
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#337AB7;mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;
text-underline:none'><!--[if gte vml 1]><v:shape id="Picture_x0020_16" o:spid="_x0000_i1040"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134156_mamedi_jpg.jpg"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134156_mamedi_jpg.jpg"
title=""Mohamad Ali Hanzé"" style='width:131.25pt;height:131.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg" o:title="tb_181017134156_mamedi_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=175 height=175 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image013.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134156_mamedi_jpg.jpg"
vshapes="Picture_x0020_16"></span></span>]]>
|
1561
| <![CDATA[<span style='mso-ignore:vglayout'><img
border=0 width=175 height=175 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image013.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134156_mamedi_jpg.jpg"
vshapes="Picture_x0020_16"></span>]]>
|
1564
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1568
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span></p>]]>
|
1569
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1571
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mohamad Ali Hanzé<b><o:p></o:p></b></span>]]>
|
1575
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1989 - 1992<b><o:p></o:p></b></span></p>]]>
|
1575
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1577
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1989 - 1992<b><o:p></o:p></b></span>]]>
|
1581
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_15" o:spid="_x0000_i1039" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_15"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1582
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_15" o:spid="_x0000_i1039" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_15"></span>]]>
|
1588
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_15">]]>
|
1591
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1595
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Miguel Dinizio<b><o:p></o:p></b></span></p>]]>
|
1596
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1598
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Miguel Dinizio<b><o:p></o:p></b></span>]]>
|
1602
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1983 - 1988<b><o:p></o:p></b></span></p>]]>
|
1602
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1604
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1983 - 1988<b><o:p></o:p></b></span>]]>
|
1608
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_14" o:spid="_x0000_i1038" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_14"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1609
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_14" o:spid="_x0000_i1038" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_14"></span>]]>
|
1615
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_14">]]>
|
1618
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1622
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Sebastião Pereira
da Silva<b><o:p></o:p></b></span></p>]]>
|
1623
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1625
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Sebastião Pereira
da Silva<b><o:p></o:p></b></span>]]>
|
1630
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1977 - 1983<b><o:p></o:p></b></span></p>]]>
|
1630
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1632
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1977 - 1983<b><o:p></o:p></b></span>]]>
|
1636
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><a
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134037_marioconselvan_jpg.JPG"
title=""Mário Conselvan" "><span style='font-size:10.5pt;font-family:
"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";color:#337AB7;
mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;text-underline:
none'><!--[if gte vml 1]><v:shape id="Picture_x0020_13" o:spid="_x0000_i1037"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134037_marioconselvan_jpg.JPG"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134037_marioconselvan_jpg.JPG"
title=""Mário Conselvan"" style='width:125.25pt;height:80.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image014.jpg" o:title="tb_181017134037_marioconselvan_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=167 height=107 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image015.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134037_marioconselvan_jpg.JPG"
vshapes="Picture_x0020_13"></span></span></a><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1639
| <![CDATA[<span style='font-size:10.5pt;font-family:
"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";color:#337AB7;
mso-fareast-language:PT-BR;mso-no-proof:yes;text-decoration:none;text-underline:
none'><!--[if gte vml 1]><v:shape id="Picture_x0020_13" o:spid="_x0000_i1037"
type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134037_marioconselvan_jpg.JPG"
href="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/gd_181017134037_marioconselvan_jpg.JPG"
title=""Mário Conselvan"" style='width:125.25pt;height:80.25pt;
visibility:visible;mso-wrap-style:square' o:button="t">
<v:fill o:detectmouseclick="t"/>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image014.jpg" o:title="tb_181017134037_marioconselvan_jpg"/>
</v:shape><![endif]--><span style='mso-ignore:vglayout'><img
border=0 width=167 height=107 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image015.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134037_marioconselvan_jpg.JPG"
vshapes="Picture_x0020_13"></span></span>]]>
|
1649
| <![CDATA[<span style='mso-ignore:vglayout'><img
border=0 width=167 height=107 src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image015.jpg"
alt="http://www.controlemunicipal.com.br/inga/sistema/imagens/12165/tb_181017134037_marioconselvan_jpg.JPG"
vshapes="Picture_x0020_13"></span>]]>
|
1652
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1656
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mário Conselvan<b><o:p></o:p></b></span></p>]]>
|
1657
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1659
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mário Conselvan<b><o:p></o:p></b></span>]]>
|
1663
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1972 - 1977<b><o:p></o:p></b></span></p>]]>
|
1663
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1665
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1972 - 1977<b><o:p></o:p></b></span>]]>
|
1669
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_12" o:spid="_x0000_i1036" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_12"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1670
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_12" o:spid="_x0000_i1036" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_12"></span>]]>
|
1676
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_12">]]>
|
1679
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1683
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Benedito Moreira<b><o:p></o:p></b></span></p>]]>
|
1684
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1686
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Benedito Moreira<b><o:p></o:p></b></span>]]>
|
1690
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1968 - 1972<b><o:p></o:p></b></span></p>]]>
|
1690
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1692
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1968 - 1972<b><o:p></o:p></b></span>]]>
|
1696
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_11" o:spid="_x0000_i1035" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_11"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1697
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_11" o:spid="_x0000_i1035" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_11"></span>]]>
|
1703
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_11">]]>
|
1706
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1710
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Milton
Paschoalino<b><o:p></o:p></b></span></p>]]>
|
1711
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1713
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Milton
Paschoalino<b><o:p></o:p></b></span>]]>
|
1718
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1963 - 1968<b><o:p></o:p></b></span></p>]]>
|
1718
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1720
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1963 - 1968<b><o:p></o:p></b></span>]]>
|
1724
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_10" o:spid="_x0000_i1034" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_10"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1725
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_10" o:spid="_x0000_i1034" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_10"></span>]]>
|
1731
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_10">]]>
|
1734
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1738
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Israel Dinizio<b><o:p></o:p></b></span></p>]]>
|
1739
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1741
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Israel Dinizio<b><o:p></o:p></b></span>]]>
|
1745
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1959 - 1963<b><o:p></o:p></b></span></p>]]>
|
1745
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1747
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1959 - 1963<b><o:p></o:p></b></span>]]>
|
1751
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_9" o:spid="_x0000_i1033" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_9"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1752
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_9" o:spid="_x0000_i1033" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_9"></span>]]>
|
1758
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_9">]]>
|
1761
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1765
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Airton Costa
Filho<b><o:p></o:p></b></span></p>]]>
|
1766
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1768
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Airton Costa
Filho<b><o:p></o:p></b></span>]]>
|
1773
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;margin-right:0cm;margin-bottom:7.5pt;
margin-left:0cm;line-height:normal;background:white'><b><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1955 - 1959<b><o:p></o:p></b></span></p>]]>
|
1774
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1776
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1955 - 1959<b><o:p></o:p></b></span>]]>
|
1780
| <![CDATA[<p class=MsoNormal style='margin-bottom:7.5pt;line-height:normal;background:
white'><span style='font-size:10.5pt;font-family:"Arial","sans-serif";
mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language:
PT-BR'>-<o:p></o:p></span></p>]]>
|
1781
| <![CDATA[<span style='font-size:10.5pt;font-family:"Arial","sans-serif";
mso-fareast-font-family:"Times New Roman";color:#333333;mso-fareast-language:
PT-BR'>-<o:p></o:p></span>]]>
|
1785
| <![CDATA[<p class=MsoNormal style='line-height:normal;background:white'><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'> ;<o:p></o:p></span></p>]]>
|
1785
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'> ;<o:p></o:p></span>]]>
|
1789
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_8" o:spid="_x0000_i1032" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_8"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1790
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_8" o:spid="_x0000_i1032" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_8"></span>]]>
|
1796
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_8">]]>
|
1799
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1803
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Miguel Dinizio<b><o:p></o:p></b></span></p>]]>
|
1804
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1806
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Miguel Dinizio<b><o:p></o:p></b></span>]]>
|
1810
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1951 - 1955<b><o:p></o:p></b></span></p>]]>
|
1810
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1812
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1951 - 1955<b><o:p></o:p></b></span>]]>
|
1816
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span></p>]]>
|
1817
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p> ;</o:p></span>]]>
|
1821
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_7" o:spid="_x0000_i1031" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_7"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1822
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_7" o:spid="_x0000_i1031" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_7"></span>]]>
|
1828
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_7">]]>
|
1831
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1835
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Octavio Rodrigues
Ferreira<b><o:p></o:p></b></span></p>]]>
|
1836
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1838
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Octavio Rodrigues
Ferreira<b><o:p></o:p></b></span>]]>
|
1843
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1947 - 1951<b><o:p></o:p></b></span></p>]]>
|
1843
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1845
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1947 - 1951<b><o:p></o:p></b></span>]]>
|
1849
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_6" o:spid="_x0000_i1030" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_6"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1850
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_6" o:spid="_x0000_i1030" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_6"></span>]]>
|
1856
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_6">]]>
|
1859
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1863
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Alceu Marques
Ladeira<b><o:p></o:p></b></span></p>]]>
|
1864
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1866
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Dr. Alceu Marques
Ladeira<b><o:p></o:p></b></span>]]>
|
1871
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1943 - 1947<b><o:p></o:p></b></span></p>]]>
|
1871
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1873
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1943 - 1947<b><o:p></o:p></b></span>]]>
|
1877
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_5" o:spid="_x0000_i1029" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_5"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1878
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_5" o:spid="_x0000_i1029" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_5"></span>]]>
|
1884
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_5">]]>
|
1887
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1891
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Antonio Manoel dos
Santos, Osvaldo Bittencourt, Rosalino Fernandes, Salvador Arieta e Domingos
Martins Vila<b><o:p></o:p></b></span></p>]]>
|
1892
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1894
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Antonio Manoel dos
Santos, Osvaldo Bittencourt, Rosalino Fernandes, Salvador Arieta e Domingos
Martins Vila<b><o:p></o:p></b></span>]]>
|
1900
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1940 - 1943<b><o:p></o:p></b></span></p>]]>
|
1900
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1902
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1940 - 1943<b><o:p></o:p></b></span>]]>
|
1906
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_4" o:spid="_x0000_i1028" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_4"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1907
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_4" o:spid="_x0000_i1028" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_4"></span>]]>
|
1913
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_4">]]>
|
1916
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1920
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Braulio Barbosa
Ferraz<b><o:p></o:p></b></span></p>]]>
|
1921
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1923
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Braulio Barbosa
Ferraz<b><o:p></o:p></b></span>]]>
|
1928
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1936 - 1940<b><o:p></o:p></b></span></p>]]>
|
1928
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1930
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1936 - 1940<b><o:p></o:p></b></span>]]>
|
1934
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_3" o:spid="_x0000_i1027" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_3"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1935
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_3" o:spid="_x0000_i1027" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_3"></span>]]>
|
1941
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_3">]]>
|
1944
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1948
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Salvador Arieta<b><o:p></o:p></b></span></p>]]>
|
1949
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1951
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Salvador Arieta<b><o:p></o:p></b></span>]]>
|
1955
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1932 - 1936<b><o:p></o:p></b></span></p>]]>
|
1955
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1957
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1932 - 1936<b><o:p></o:p></b></span>]]>
|
1961
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_2" o:spid="_x0000_i1026" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_2"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1962
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_2" o:spid="_x0000_i1026" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_2"></span>]]>
|
1968
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_2">]]>
|
1971
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
1975
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Leovigildo Barbosa
Ferra<b><o:p></o:p></b></span></p>]]>
|
1976
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
1978
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Leovigildo Barbosa
Ferra<b><o:p></o:p></b></span>]]>
|
1983
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1928 - 1932<b><o:p></o:p></b></span></p>]]>
|
1983
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
1985
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1928 - 1932<b><o:p></o:p></b></span>]]>
|
1989
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal;background:white'><span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_1"></span><span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span></p>]]>
|
1990
| <![CDATA[<span style='font-size:
10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR;mso-no-proof:yes'><!--[if gte vml 1]><v:shape
id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75" alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
style='width:63pt;height:87pt;visibility:visible;mso-wrap-style:square'>
<img style="border-radius:6px;margin:auto;" class="img-responsive" style='max-width:100%' src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg" o:title="sem_foto_pessoa"/>
</v:shape><![endif]--><img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_1"></span>]]>
|
1996
| <![CDATA[<img style="border-radius:6px;margin:auto;" class="img-responsive" border=0 width=84 height=116
src="http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg"
alt="http://www.controlemunicipal.com.br/site/prefeitura/images/sem_foto_pessoa.jpg"
vshapes="Picture_x0020_1">]]>
|
1999
| <![CDATA[<span style='font-size:10.5pt;
font-family:"Arial","sans-serif";mso-fareast-font-family:"Times New Roman";
color:#333333;mso-fareast-language:PT-BR'><o:p></o:p></span>]]>
|
2003
| <![CDATA[<p class=MsoNormal style='margin-top:11.25pt;margin-right:0cm;margin-bottom:
7.5pt;margin-left:0cm;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Major Antonio
Barbosa Ferraz Junior<b><o:p></o:p></b></span></p>]]>
|
2004
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Prefeito: ;</span>]]>
|
2006
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Major Antonio
Barbosa Ferraz Junior<b><o:p></o:p></b></span>]]>
|
2011
| <![CDATA[<p class=MsoNormal style='margin-top:7.5pt;line-height:normal;background:white'><b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span></b><span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1924 - 1928<b><o:p></o:p></b></span></p>]]>
|
2011
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>Mandato: ;</span>]]>
|
2013
| <![CDATA[<span
style='font-size:10.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
"Times New Roman";color:#333333;mso-fareast-language:PT-BR'>1924 - 1928<b><o:p></o:p></b></span>]]>
|
2141
| <![CDATA[<div class="col-md-2 col-sm-2 col-xs-6" style="/*text-align: right;*/ margin-top: -20px;" >
<a target="_blank" href="https://web.whatsapp.com/send?text=Galeria dos Prefeitos - http%3A%2F%2Fcambara.pr.gov.br%2F%3Fpag%3DT1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0%3D%26idmenu%3D245 " style="margin-left: 50px;" >
<img src="https://www.weblinesistemas.com/imagens_camaras/whatsapp2.ico" style="width:40px;"/>
</a>
</div>]]>
|
2142
| <![CDATA[<a target="_blank" href="https://web.whatsapp.com/send?text=Galeria dos Prefeitos - http%3A%2F%2Fcambara.pr.gov.br%2F%3Fpag%3DT1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0%3D%26idmenu%3D245 " style="margin-left: 50px;" >
<img src="https://www.weblinesistemas.com/imagens_camaras/whatsapp2.ico" style="width:40px;"/>
</a>]]>
|
2143
| <![CDATA[<img src="https://www.weblinesistemas.com/imagens_camaras/whatsapp2.ico" style="width:40px;"/>]]>
|
2148
| <![CDATA[<div class="col-md-12 col-xs-6 text-center" style="margin-left: -35px;" >
<div id="fb-root"></div>
<script>
$(document).ready(function(){
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v3.1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
});
</script>
<div class="fb-like" data-href="http://cambara.pr.gov.br/weblineprimeirapagina.php?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=245&dataatualizacao=202205310303" data-layout="button_count" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
</div>]]>
|
2179
| <![CDATA[<input style="width:100%; height:34px;" type="text" id="palavraChave" name="palavraChave" class="inputBuscador" placeholder="Digite o texto" />]]>
|
2233
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_banner/portal_contribuinte_314x250.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2240
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_banner/nota_fiscal_eletronica_314x250.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2247
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_arredondado/protocolo_web_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2253
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_banner/botao_coronavirus.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;" >]]>
|
2259
| <![CDATA[<img src="images/botoes_personalizados/sala_empreendedor.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2266
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_clean2/siafic_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2273
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_clean/servicos_publicos_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2280
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_arredondado2/ConsultaServicos_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2287
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_arredondado/webmail_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2294
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_arredondado2/holerite_online_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2301
| <![CDATA[<img src="images/botoes_personalizados/cnm.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2308
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_clean/transparencia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2315
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_arredondado/esic.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2322
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2329
| <![CDATA[<img src="/arquivos_site//botoes_laterais/layout_clean/galeria_de_multimidia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
2337
| <![CDATA[<div id='divEnquete' style=" margin-left: inherit;">
</div>]]>
|
2342
| <![CDATA[<div class="panel-group" style="margin-bottom: 0px;">
<div class="box">
<div class="">
<h4 class="panel-title textoBox">
<a data-toggle="collapse" href="#collapse1linkuteis">Links Úteis</a>
</h4>
</div>
<div id="collapse1linkuteis" class="panel-collapse collapse in">
<ul class="list-group" style="text-align: left;margin-top: 10px;">
<li class="list-group-item" > <a href="https://camaracambara.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Câmara Municipal</a></li>
<li class="list-group-item" > <a href="https://www.gov.br/pt-br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Federal</a></li>
<li class="list-group-item" > <a href="https://www.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Estadual</a></li>
<li class="list-group-item" > <a href="https://www4.planalto.gov.br/legislacao/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Federal</a></li>
<li class="list-group-item" > <a href="https://www.legislacao.pr.gov.br/legislacao/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Estadual</a></li>
<li class="list-group-item" > <a href="https://receita.economia.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Receita Federal</a></li>
<li class="list-group-item" > <a href="https://www.fazenda.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Secretaria da Fazenda</a></li>
<li class="list-group-item" > <a href="https://www.tce.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Tribunal de Contas do Estado</a></li>
</ul>
</div>
</div>
</div>]]>
|
2350
| <![CDATA[<ul class="list-group" style="text-align: left;margin-top: 10px;">
<li class="list-group-item" > <a href="https://camaracambara.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Câmara Municipal</a></li>
<li class="list-group-item" > <a href="https://www.gov.br/pt-br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Federal</a></li>
<li class="list-group-item" > <a href="https://www.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Estadual</a></li>
<li class="list-group-item" > <a href="https://www4.planalto.gov.br/legislacao/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Federal</a></li>
<li class="list-group-item" > <a href="https://www.legislacao.pr.gov.br/legislacao/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Estadual</a></li>
<li class="list-group-item" > <a href="https://receita.economia.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Receita Federal</a></li>
<li class="list-group-item" > <a href="https://www.fazenda.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Secretaria da Fazenda</a></li>
<li class="list-group-item" > <a href="https://www.tce.pr.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Tribunal de Contas do Estado</a></li>
</ul>]]>
|
2687
| <![CDATA[<div class="col-md-12 text-center" style="background:#004072;color:white">BAIXE NOSSO APLICATIVO <a target="_blank" href="https://play.google.com/store/apps/details?id=com.prefcambara.app"><img style="width:130px; padding:10px;" src="http://cambara.pr.gov.br/arquivos_site//imagens_camaras/android.png"></a> <a href="https://apps.apple.com/br/app/prefeitura-de-cambar%C3%A1/id1487710077"><img style="width:130px; padding:10px;" src="http://cambara.pr.gov.br/arquivos_site//imagens_camaras/app-store.png"></a></div>]]>
|
2687
| <![CDATA[<img style="width:130px; padding:10px;" src="http://cambara.pr.gov.br/arquivos_site//imagens_camaras/android.png">]]>
|
2687
| <![CDATA[<img style="width:130px; padding:10px;" src="http://cambara.pr.gov.br/arquivos_site//imagens_camaras/app-store.png">]]>
|
709
| <![CDATA[<style>
.col-doses-normal {
align-self: flex-end;
}
</style>]]>
|
1138
| <![CDATA[<style>
<!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-536870145 1073786111 1 0 415 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-520081665 -1073717157 41 0 66047 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin-top:0cm;
margin-right:0cm;
margin-bottom:8.0pt;
margin-left:0cm;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p
{mso-style-noshow:yes;
mso-style-priority:99;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-noshow:yes;
mso-style-priority:99;
mso-style-link:"Texto de balão Char";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-fareast-language:EN-US;}
p.acessibilidade, li.acessibilidade, div.acessibilidade
{mso-style-name:acessibilidade;
mso-style-unhide:no;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";}
span.acessibilidade1
{mso-style-name:acessibilidade1;
mso-style-unhide:no;}
span.TextodebaloChar
{mso-style-name:"Texto de balão Char";
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-unhide:no;
mso-style-locked:yes;
mso-style-link:"Texto de balão";
mso-ansi-font-size:8.0pt;
mso-bidi-font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-ascii-font-family:Tahoma;
mso-hansi-font-family:Tahoma;
mso-bidi-font-family:Tahoma;}
.MsoChpDefault
{mso-style-type:export-only;
mso-default-props:yes;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
.MsoPapDefault
{mso-style-type:export-only;
margin-bottom:8.0pt;
line-height:107%;}
@page WordSection1
{size:595.3pt 841.9pt;
margin:70.85pt 3.0cm 70.85pt 3.0cm;
mso-header-margin:35.4pt;
mso-footer-margin:35.4pt;
mso-paper-source:0;}
div.WordSection1
{page:WordSection1;}
-->
</style>]]>
|
2364
| <![CDATA[<style type="text/css">
#painel-links-uteis a {
font-size: 15px;
}
</style>]]>
|
2690
| <![CDATA[<style type="text/css">
.cookiealert {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin: 0 !important;
z-index: 999;
opacity: 0;
visibility: hidden;
border-radius: 0;
transform: translateY(100%);
transition: all 500ms ease-out;
color: #ecf0f1;
background: #212327;
}
.cookiealert.show {
opacity: 1;
visibility: visible;
transform: translateY(0%);
transition-delay: 1000ms;
}
.cookiealert a {
text-decoration: underline;
color: #337ab7 !important;
}
.cookiealert .acceptcookies {
margin-left: 10px;
vertical-align: baseline;
}
.btn-primary{
color: #fff !important;
background-color: #337ab7 !important;
border-color: #2e6da4 !important;
}
</style>]]>
|
158
| <![CDATA[<script>
$(document).ready(function(){
//***********************************************************************************Faz o aumentar e diminuir a fonte*********************
function aumentaFonte(sinal) {
if(sinal == '+') {
novoTamanho = parseInt(sessionStorage.fonte_atual)+ 2;
} else {
novoTamanho = parseInt(sessionStorage.fonte_atual)- 2;
}
if(novoTamanho >= 12 && novoTamanho <= 18){
sessionStorage.fonte_atual = novoTamanho;
$("*").css('font-size' , novoTamanho);
}
}
if(!sessionStorage.fonte_atual > 0){ sessionStorage.fonte_atual = $('body').css('font-size'); }
$('.acess-texto').click(function(){ aumentaFonte($(this).attr('data-sinal')) });
//*********************************************************************************************************Fim acessibilida fonte**********
//***********************************************************************************Contraste*********************************************
function mudaContraste(contraste){
if(typeof sessionStorage.contraste != "undefined"){ var padrao = JSON.parse(sessionStorage.contrastePadrao); }
if(contraste == 1){
location.reload();
$('body').css('background-color' , padrao.body );
$('.navbar-default').css('background-color' , padrao.navbardefault );
$('header').css('background-color' , padrao.header );
$('.bgAzulescuro').css('background-color' , padrao.bgAzulescuro );
$('.tituloBox ').css('color' , padrao.tituloBox );
$('.textoBox ').css('color' , padrao.textoBox );
$('.box').css('background' , padrao.box );
$('.box2').css('background' , padrao.box2 );
$('.mapa_site').css('background-color' , padrao.mapa_site );
$('.copy').css('background-color' , padrao.copy );
$('.panel-heading').css('background-color' , padrao.panelheading );
$('.border5pxAzul').css('border-top' , padrao.border5pxAzul );
$('#areaMeioPag *').css('color' , padrao.areaMeioPag );
$('.linksNoticias ').css('color' , padrao.linksNoticias );
$('#legendas a').css('color' , padrao.legendas_a );
$('.listaVereadores').css('color' , padrao.listaVereadores );
$('.dropdown-menu').css('background' , padrao.dropdownmenu );
$('.titulo_noticia').css('color' , padrao.tituloNoticia );
$('.subtitulo_noticia').css('color' , padrao.subtituloNoticia );
$('.chamada_noticia').css('color' , padrao.chamadaNoticia );
$('.tituloPagina').css('color' , padrao.tituloPagina );
$('.listaUltimasGalerias div').css('color' , padrao.listaUltimasGalerias );
$( "tr" ).css( "background-color", "" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "" );
$('.tiposBuscador').css('color' , padrao.tiposBuscador );
$('.dropdown-toggle').css('color' , padrao.dropdown-toggle );
$('.paddingLeft0px').css('color' , padrao.paddingLeft0px);
$('.breadcrumb').css('color' , padrao.breadcrumb);
$('.form-control').css('color' , padrao.form-control);
$('.pagination > li > a, .pagination > li > span').css("background-color", "");
$('.list-group-item').css("background-color", "");
$('.numberDiaAcess').css('color', padrao.numberDiaAcess);
$('.legendaAcess').css('color', padrao.legendaAcess);
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
Newarray = arraySrc.filter((value)=>value!='contraste');
neWarraySrc = Newarray.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}else if(contraste == 0){
$('body').css('background-color' ,'#000');
$('.navbar-default').css('background-color' ,'transparent' );
$('header').css('background-color' , '#585858' );
$('.bgAzulescuro').css('background-color' ,'#000' );
$('.tituloBox').css('color' ,'yellow' );
$('.textoBox').css('color' ,'yellow' );
$('.box').css('background' ,'transparent' );
$('.box2').css('background' ,'transparent' );
$('.mapa_site').css('background-color' , '#585858' );
$('.copy').css('background-color' ,'#000' );
$('.panel-heading').css('background-color' ,'#585858' );
$('.border5pxAzul').css('border-top' ,'0' );
$('#areaMeioPag *').css('color' ,'#FFF' );
$('.linksNoticias ').css('color' ,'#FFF' );
$('#legendas a').css('color' ,'#FFF' );
$('.listaVereadores').css('color' ,'#FFF' );
$('.titulo_noticia').css('color' ,'#FFF' );
$('.subtitulo_noticia').css('color' ,'#FFF' );
$('.chamada_noticia').css('color' ,'#FFF' );
$('.listaUltimasGalerias div').css('color' ,'yellow' );
$('.tituloPagina').css('color' ,'#FFF' );
$('.dropdown-menu').css('background-image', 'url( "https://www.weblinesistemas.com/responsivo/imagens/submenu_preto.png" )');
$( "tr" ).css( "background-color", "#000000" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "#42545d" );
$('.tiposBuscador').css('color' , '#FFF');
$('.btn-default').css('color' , '#333');
$('.dropdown-toggle').css('color' , 'white' );
$('.paddingLeft0px').css('color' , '#FFF');
$('.breadcrumb').css('background-color' , 'transparent');
$('.form-control').css('color' , '#555');
$('.pagination > li > a, .pagination > li > span').css("background-color", "transparent");
$('.list-group-item').css("background-color", "transparent");
$('.numberDiaAcess').css('color', '#FFF');
$('.legendaAcess').css('color', '#FFF');
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
arraySrc.splice( arraySrc.length-1 ,0 ,'contraste');
neWarraySrc = arraySrc.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}
}
if(sessionStorage.contraste == 0){
mudaContraste(sessionStorage.contraste);
}
if(typeof sessionStorage.contraste == "undefined"){
sessionStorage.contraste = 1; //inicializa a session
sessionStorage.contrastePadrao = JSON.stringify({
body:$('body').css('background-color'),
header:$('header').css('background-color'),
navbardefault:$('.navbar-default').css('background-color'),
bgAzulescuro:$('.bgAzulescuro').css('background-color'),
tituloBox :$('.tituloBox ').css('color'),
textoBox :$('.textoBox ').css('color'),
box :$('.box').css('background'),
box2 :$('.box2').css('background'),
mapa_site :$('.mapa_site').css('background-color'),
border5pxAzul :$('.border5pxAzul').css('border-top'),
panelheading :$('.panel-heading ').css('background-color'),
copy :$('.copy ').css('background-color'),
areaMeioPag :$('#areaMeioPag ').css('color'),
linksNoticias :$('.linksNoticias ').css('color'),
legendas_a : $('#legendas a').css('color'),
listaVereadores : $('.listaVereadores').css('color'),
dropdownmenu : $('.dropdown-menu').css('background'),
tituloNoticia : $('.titulo_noticia').css('color'),
subtituloNoticia : $('.subtitulo_noticia').css('color'),
chamadaNoticia : $('.chamada_noticia').css('color'),
listaUltimasGalerias : $('.listaUltimasGalerias div').css('color'),
tituloPagina : $('.tituloPagina').css('color'),
});
//Obj com as tags para mudar a cor e guardar o valor padrao.
}
$('.acess-contraste').click(function(){
sessionStorage.contraste = sessionStorage.contraste == 1 ? 0 : 1 ;
mudaContraste(sessionStorage.contraste);
});
//*********************************************************************************************************Fim Contraste**********
});
</script>]]>
|
687
| <![CDATA[<script>
$(document).ready(function(){
$('.click-link').click(function(){
window.location = $(this).data('link');
})
})
</script>]]>
|
2024
| <![CDATA[<script>
$( "img[vshapes='_x0000_t75']" ).attr('src','');
</script>]]>
|
2028
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_23']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image001.jpg');
</script>]]>
|
2032
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_22']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image003.jpg');
</script>]]>
|
2036
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_21']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg');
</script>]]>
|
2040
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_20']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image005.jpg');
</script>]]>
|
2044
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_19']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg');
</script>]]>
|
2048
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_18']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image010.jpg');
</script>]]>
|
2052
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_17']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2056
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_16']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image008.jpg');
</script>]]>
|
2060
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_15']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2064
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_14']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2068
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_13']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image014.jpg');
</script>]]>
|
2072
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_12']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2076
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_11']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2080
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_10']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2084
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_9']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2088
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_8']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2092
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_7']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2096
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_6']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2100
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_5']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2104
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_4']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2108
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_3']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2112
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_2']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2116
| <![CDATA[<script>
$( "img[vshapes='Picture_x0020_1']" ).attr('src','http://cambara.pr.gov.br/images/imagesnoticias/9/principal_arquivos/image012.jpg');
</script>]]>
|
2151
| <![CDATA[<script>
$(document).ready(function(){
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v3.1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
});
</script>]]>
|
2200
| <![CDATA[<script>
$(document).ready(function(){
$('#pag1').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==' );
});
$('#pag2').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yST1PVFE9T1dFPVlUUT0=' );
});
$('#pag3').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yWT1ZVEU9WVRBPVlURT1ZVEk9WVRZPU9XVT1ZVGs9WVdNPVlUaz1PV0U9WVdNPQ==' );
});
/*$('#form-escolha-busca').submit(function(){
if($('#palavraChave').val()==""){
alert("Digite uma palavra chave.");
return true;
}
});*/
});
</script>]]>
|
2738
| <![CDATA[<script type="text/javascript">
(function () {
"use strict";
var cookieAlert = document.querySelector(".cookiealert");
var acceptCookies = document.querySelector(".acceptcookies");
if (!cookieAlert) {
return;
}
cookieAlert.offsetHeight; // Force browser to trigger reflow
// Show the alert if we cant find the "acceptCookies" cookie
if (!getCookie("acceptCookies")) {
cookieAlert.classList.add("show");
}
// When clicking on the agree button, create a 1 year
// cookie to remember user's choice and close the banner
acceptCookies.addEventListener("click", function () {
setCookie("acceptCookies", true, 365);
cookieAlert.classList.remove("show");
// dispatch the accept event
window.dispatchEvent(new Event("cookieAlertAccept"));
$.ajax({
url: "indexAjax.php?pag=T1RRPU9EUT1PR1k9T1dJPU9EWT1ObUk9T0RnPU9HUT1PVGc9T1dVPU5tVT1PV009T1dNPU9XRT1PVGc9T1RZPVlUUT0=",
context: document.body
}).done(function() {
$( this ).addClass( "done" );
});
});
// Cookie functions from w3schools
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
var expires = "expires=" + d.toUTCString();
if(location.protocol == 'https:'){
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/;SameSite=None;Secure";
}else{
document.cookie = cname + "=" + cvalue + ";" + expires + ";";
}
}
function getCookie(cname) {
var name = cname + "=";
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) === ' ') {
c = c.substring(1);
}
if (c.indexOf(name) === 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
})();
</script>]]>
|