<!--SELECIONA DATABASE ZABUTO-CALENDER-->
<!--FIM SELECIONA DATABASE ZABUTO-CALENDER-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--INICIO VIDEO MODAL-->
<link rel="stylesheet" href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js">
</script>
<script src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js">
</script>
<style>
.modal {
text-align: center;
}
@media screen and (min-width: 768px) {
.modal:before {
display: inline-block;
vertical-align: middle;
content: " ";
height: 100%;
}
}
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
</style>
<script>
$(document).ready(function() {
var url = $("#Geeks3").attr('src');
$("#Geeks2").on('hide.bs.modal', function() {
$("#Geeks3").attr('src', '');
});
$("#Geeks2").on('show.bs.modal', function() {
$("#Geeks3").attr('src', url);
});
});
</script>
<!--FIM VIDEO MODAL-->
<!--LINKS ZABUTO-CALENDER-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
<link rel="stylesheet" href="calendario/zabuto_calendar.min.css" />
<link rel="stylesheet" type="text/css" href="calendario/personalizado.css"/>
<!--FIM LINKS CALENDER-->
<meta property="og:description" content="Um Poder Autêntico e Participativo." /><!--metatag facebook-->
<meta property="og:image" content="http://www.cmalvinlandia.sp.gov.br/imagens/simbolos/brasaof.jpg"/>
<meta property="og:site_name" content="Câmara Municipal de Alvinlândia" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="robots" content="all" />
<link href="baner/engine1/style.css" rel="stylesheet" type="text/css" />
<!--link do baner-->
<script type="text/javascript" src="baner/engine1/jquery.js"></script>
<!--script do baner-->
<link rel="stylesheet" href="menu/index_files/mbcsmbmcp.css" type="text/css" />
<!--link do menu-bar-->
<link rel="icon" type="image/png" href="imagens/favicon.png" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="styletb.css" type="text/css" />
<title>Câmara Municipal de Alvinlândia</title>
<script type="text/javascript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<!-- INICIO AUMENTAR TEXTO-->
<script>
function aumentarTexto() {
var alt= document.getElementById("paragrafo");
alt.style.fontSize ="50px";
}
function voltarTexto() {
var alt= document.getElementById("paragrafo");
alt.style.fontSize ="10px";
}
</script>
<script type='text/javascript'>
function iframeAutoHeight(quem){
//by Micox - elmicox.blogspot.com - elmicox.com - webly.com.br
if(navigator.appName.indexOf("Internet Explorer")>-1){ //ie sucks
var func_temp = function(){
var val_temp = quem.contentWindow.document.body.scrollHeight + 15
quem.style.height = val_temp + "px";
}
setTimeout(function() { func_temp() },1000) //ie sucks
}else{
var val = quem.contentWindow.document.body.parentNode.offsetHeight + 15
quem.style.height= val + "px";
}
}
</script>
<!-- FIM AUMENTAR TEXTO-->
<!--função javascript - abrir e fechar popup-->
<script type="text/javascript">
function fecharpop(){
document.getElementById('pop').style.display = 'none';
}
function abrirpop(){
document.getElementById('pop').style.display = 'block';
setTimeout ("fecharpop()", 60000);/*1000=1segundo*/
}
</script>
<!--INICIO JANELA POPUP SESSÃO AO VIVO-->
<script language="javascript">
var win = null;
function NovaJanela(pagina,nome,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(pagina,nome,settings);
}
</script>
</head>
<body>
<!--INICIO DA POPUP-->
<script type="text/javascript">
if(sessionStorage) {
if(! sessionStorage.getItem('já visitei')){
document.getElementById('pop').style.display='block';
sessionStorage.setItem('já visitei','verdadeiro');
}
}
</script>
<!--fim da div pop-->
<!--FIM DA POPUP-->
<!--LOCAL DATA-->
<div id="topo_data" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFF"><a href="index.php?acsess"><img src="imagens/bt_acess.png"/></a></div>
<!--
<div id="topo_data">
<div id="topo_data" class="txtdat"><script language="JavaScript">
document.write("<font color='#eeeeee' size='1' face='arial'>")
var mydate=new Date()
var year=mydate.getYear()
if (year<2000)
year += (year < 1900) ? 1900 : 0
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Domingo","Segunda-feira","Terça-feira","Quarta-feira","Quinta-feira","Sexta-feira","Sábado")
var montharray=new Array(" de janeiro de "," de fevereiro de "," de março de ","de abril de ","de maio de ","de junho de","de julho de ","de agosto de ","de setembro de "," de outubro de "," de novembro de "," de dezembro de ")
document.write("Alvinlândia - "+dayarray[day]+", "+daym+" "+montharray[month]+" "+year+" ")
document.write("</b></i></font>")
</script></div>
</div>
</div>
-->
<!--fim LOCAL DATA-->
<div id="container"><!--inicio div container-->
<div id="entidade"><img src="imagens/logo.png" width="950" height="125" /></div>
<div id="baner"><!--inicio do baner-->
<!-- Start WOWSlider.com BODY section -->
<div id="wowslider-container1">
<div class="ws_images">
<ul>
</MM:DECORATION></MM_REPEATEDREGION>
<li><img src="baner/data1/images/channels4_banner.jpg" id="wows1_0"/></li>
<MM_REPEATEDREGION SOURCE="@@rs@@"><MM:DECORATION OUTLINE="Repetir" OUTLINEID=2>
</ul></div>
<span class="wsl"><a href="http://wowslider.com">Slideshow Javascript</a> by WOWSlider.com v4.8</span>
<div class="ws_shadow"></div>
</div>
<script type="text/javascript" src="baner/engine1/wowslider.js"></script>
<script type="text/javascript" src="baner/engine1/script.js"></script>
</div><!--fim do baner-->
<div>
<!-- End WOWSlider.com BODY section -->
<img alt="sombra_menu" src="imagens/sombra_menu.png"/>
</div>
<div id="menu-bar"><!--inicio do menu-bar-->
<ul id="mbmcpebul_table" class="mbmcpebul_menulist css_menu" style="width: 100%; height: 40px;">
<li class="topitem spaced_li first_button"><div class="buttonbg" style="width: auto;"><a href="index.php" target="_parent">Página Inicial</a></div></li>
<li class="topitem spaced_li"><div class="buttonbg" style="width: auto;"><a>Câmara</a></div>
<ul>
<li class="first_item last_item"><a href="index.php?vereatual" target="_parent" title="">Vereadores Atuais</a></li>
<li class="first_item"><a href="index.php?mesa" title="">Mesa Diretora</a></li>
<li><a href="index.php?comissao" title="">Comissões Permanentes</a></li>
<li><a href="index.php?preside" title="">Galeria de Presidentes</a></li>
<li><a href="index.php?legislaturas" title="">Legislaturas</a></li>
<li class="last_item"><a href="index.php?honra" title="">Títulos e Honrarias</a></li>
</ul></li>
<li class="topitem spaced_li"><div class="buttonbg" style="width: auto;"><a>Legislação</a></div>
<ul>
<li class="first_item"><a href="index.php?atos" title="">Atos da Mesa</a></li>
<li class="first_item"><a href="index.php?atospre" title="">Atos do Presidente</a></li>
<li><a href="index.php?decreto" title="">Decretos Legislativos</a></li>
<li><a href="index.php?emelom" title="">Emendas a Lei Orgânica</a></li>
<li><a href="index.php?emendas" title="">Emendas do Legislativo</a></li>
<li><a href="index.php?portaria" title="">Portarias</a></li>
<li><a href="index.php?resol" title="">Resoluções</a></li>
<li class="separator"><div></div></li>
<li><a href="index.php?leicom" title="">Leis Complementares</a></li>
<li><a href="index.php?leiord" title="">Leis Ordinárias</a></li>
<li class="separator"><div></div></li>
<li><a href="index.php?leiorg" target="_parent" title="">Lei Orgânica do Município</a></li>
<li><a href="index.php?reg" title="">Regimento Interno da Câmara Municipal</a></li>
<li class="last_item"><a href="index.php?tp" title="">Termos de Posses</a></li>
</ul></li>
<li class="topitem spaced_li"><div class="buttonbg" style="width: auto"><a>Atividade Legislativa</a></div>
<ul>
<li class="first_item"><a href="index.php?autografo" title="">Autógrafos</a></li>
<li><a href="index.php?indicacoes" title="">Indicações</a></li>
<li><a href="index.php?mocoes" title="">Moções</a></li>
<li><a href="index.php?requerimentos" title="">Requerimentos</a></li>
<li class="separator"><div></div></li>
<li class="last_item"><a href="index.php?projex" title="">Projetos do Executivo</a></li>
<li><a href="index.php?projetos" title="">Projetos do Legislativo</a></li>
<li><a href="index.php?plsecs" title="">Projetos da Secretaria</a></li>
<li class="separator"><div></div></li>
<li><a href="index.php?pauta" title="">Pauta das Sessões</a></li>
<li><a href="index.php?ata" title="">Atas das Sessões</a></li>
<li><a href="index.php?listapresenca" title="">Frequência de Vereadores</a></li>
</ul></li>
<li class="topitem spaced_li"><div class="buttonbg" style="width:auto"><a>Transparência</a></div>
<ul>
<li class="first_item"><a href="http://186.224.3.253:5656/TransparenciaFinancas/" title="" target="_blank">Portal da Transparência</a></li>
<li class="last_item"><a href="index.php?audpub" title="">Atas das Audiências Públicas</a></li>
<li class="last_item"><a href="index.php?licitacoes" title="">Licitações</a></li>
</ul></li>
<li class="topitem spaced_li"><div class="buttonbg" style="width:auto"><a>Cidade</a></div>
<ul>
<li class="first_item"><a href="index.php?historia" title="">História do Município</a></li>
<li class="last_item"><a href="index.php?simbolos" title="">Símbolos Municipais</a></li>
</ul></li>
<li class="topitem last_button"><div class="buttonbg" style="width: auto;"><a>Atendimento</a></div>
<ul>
<li class="first_item"><a href="index.php?contatos" title="">Contatos</a></li>
<li class="last_item"><a href="index.php?expediente" title="">Atendimento ao Público</a></li>
</ul></li>
</ul>
<!-- Menus will work without this javascript file. It is used only for extra
effects, improved usability and compatibility with very old web browsers. -->
<script type="text/javascript" src="index_files/mbjsmbmcp.js"></script>
</div><!--fim do menu-bar-->
<div style="clear:both;"></div>
<div class="list_tel" id="esquerda"><img src="imagens/vereadores.png" class="txtcenter" /><br />
<div id="fotovereadores">
<span class="txtcenter" style="padding-bottom:4px;"><strong>16ª</strong> <strong>Legislatura: 2025/2028</strong></span>
<span class="txtcenter">Biênio: 2025/2026<br /></span>
<strong>
<p class="txtcenter" style="padding:4px 4px;">Presidente</p></strong>
<span align="center"><a href="index.php?vereador&vere=79"><img src="img_vereadores/everton.jpg" width="49" height="60" border="0"class="txt1" title="Everton Aurélio Cardoso Gomes"/></a></span><br />
<span class="txtcenter" style="padding-top:3px;"><strong>Everton Aurélio Cardoso Gomes</strong></span><br /><br />
<a href="index.php?vereador&vere=86"></a><a href="index.php?vereador&vere=86"></a><a href="index.php?vereador&vere=86"><img src="img_vereadores/alex_1.jpg" width="37" height="48" border="0" class="txt1" id="" title="Alex Antônio Farias"/></a>
<a href="index.php?vereador&vere=85"></a><a href="index.php?vereador&vere=85"></a><a href="index.php?vereador&vere=85"><img src="img_vereadores/aparecido.jpg" width="37" height="48" border="0" class="txt1" id="" title="Aparecido Célio Horácio"/></a>
<a href="index.php?vereador&vere=81"></a><a href="index.php?vereador&vere=81"></a><a href="index.php?vereador&vere=81"><img src="img_vereadores/claudineide.jpg" width="37" height="48" border="0" class="txt1" id="" title="Claudineide Ap. da Silva Teruel"/></a>
<a href="index.php?vereador&vere=88"></a><a href="index.php?vereador&vere=88"></a><a href="index.php?vereador&vere=88"><img src="img_vereadores/elizeuf.jpg" width="37" height="48" border="0" class="txt1" id="" title="Elizeu Fabiano de A. Faustino"/></a>
<a href="index.php?vereador&vere=87"></a><a href="index.php?vereador&vere=87"></a><a href="index.php?vereador&vere=87"><img src="img_vereadores/jader.jpg" width="37" height="48" border="0" class="txt1" id="" title="Frederick Jadder Bergamin"/></a>
<a href="index.php?vereador&vere=84"></a><a href="index.php?vereador&vere=84"></a><a href="index.php?vereador&vere=84"><img src="img_vereadores/geraldo.jpg" width="37" height="48" border="0" class="txt1" id="" title="Geraldo Alves"/></a>
<a href="index.php?vereador&vere=82"></a><a href="index.php?vereador&vere=82"></a><a href="index.php?vereador&vere=82"><img src="img_vereadores/gislene.jpg" width="37" height="48" border="0" class="txt1" id="" title="Gislene Cristina S. Mateus"/></a>
<a href="index.php?vereador&vere=80"></a><a href="index.php?vereador&vere=80"></a><a href="index.php?vereador&vere=80"><img src="img_vereadores/rafael.jpg" width="37" height="48" border="0" class="txt1" id="" title="Rafael Ananias Pedroso"/></a>
</div>
<p><br />
<span style="padding:8px 0 4px 0"><a href="http://186.224.3.253:5656/TransparenciaFinancas" target="_blank"><img src="imagens/tranparencia.png" border="0" class="imag" id="lev"/></a></span>
<span style="padding:4px 0 8px 0"><a href="index.php?sic"><img src="imagens/bt_info.png" border="0" class="imag" id="lev"/></a></span>
<span style="padding:4px 0 8px 0"><a href="index.php?concursos"><img src="imagens/concurso.png" width="170" height="71" border="0" id="lev"/></a></span>
<span style="padding:4px 0 8px 0"><a href="http://186.224.3.253:8080/sipweb/" target="_blank"><img src="imagens/bt_holerit.png" width="170" height="70" border="0" id="lev" /></a></span> </p>
<p><a href="index.php?ouvidoria"><img src="imagens/ouvidoria.png" border="0" id="lev"/></a><br />
<br />
<br />
</p>
</div>
<!--fim da div esquerda-->
<div id="meio">
<!--inicio links para páginas-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="styletb.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Página Inicial</title>
<!-- INICIO AUMENTAR TEXTO-->
<script>
function aumentarTexto() {
var alt= document.getElementById("paragrafo");
alt.style.fontSize ="50px";
}
function voltarTexto() {
var alt= document.getElementById("paragrafo");
alt.style.fontSize ="10px";
}
</script>
<script type='text/javascript'>
function iframeAutoHeight(quem){
//by Micox - elmicox.blogspot.com - elmicox.com - webly.com.br
if(navigator.appName.indexOf("Internet Explorer")>-1){ //ie sucks
var func_temp = function(){
var val_temp = quem.contentWindow.document.body.scrollHeight + 15
quem.style.height = val_temp + "px";
}
setTimeout(function() { func_temp() },1000) //ie sucks
}else{
var val = quem.contentWindow.document.body.parentNode.offsetHeight + 15
quem.style.height= val + "px";
}
}
</script>
<!-- FIM AUMENTAR TEXTO-->
<style type="text/css">
<!--
a{
font-family: "arial";
font-size:12px;
color: #777777;
text-decoration: none;
text-align:left;
}
a:hover{
font-family: "arial";
font-size:12px;
color: #777777;
text-decoration: underline;
text-align:left;
cursor:pointer;
}
.titulo {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:800;
text-align: left;
color:#555555;
margin-top:1px;
padding-top:5px;
}
.titulo_just {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:700;
text-align:justify;
color:#555555;
margin-top:1px;
padding-top:5px;
}
.txt{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-align:justify;
color: #777777;
}
.txtinf{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:400;
color: #090;}
.txtp{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #999999;
text-align: justify;
}
.txtdata {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:italic;
color: #555555;
text-align:left;
}
.txtdatadestq {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:italic;
color: #555555;
text-align:left;
padding-left:7px;
}
.left {float:left;
margin-left:0;
margin-right:10px;
margin-bottom:5px;
}
#pagina {
width:530px;
height:auto;
float:left;
margin: 0 auto;
padding-right:15px;
padding-left:15px;
}
#info {
width:530px;
height:20px;
background-color:#ffffff;
}
.img_page {
float:left;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
}
.imag {
text-align:center;
}
.txtdata1 { font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:italic;
color: #0D2363;
text-align:left;
}
-->
</style>
<script type="text/javascript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<!--INICIO AUMENTAR FONTE-->
<script type="text/javascript" src="js/aumentar_font.js"></script>
<!--FIM AUMENTAR FONTE-->
</head>
<body>
<div style="font-size:16px">
<div id="info"><!--inicio div info-->
<MARQUEE scrollAmount=5 onmouseover="this.stop()" onmouseout="this.start()">
<font face="Bookman Old Style" size=2><font face=arial color=#000000><strong>Bem vindo ao Portal da Câmara Municipal de Alvinlândia</strong></font></font>
</MARQUEE>
<!--fim div info-->
</div>
<br />
<!--INICIO BUSCA-->
<div id="busca" style="background-color:#dddddd; padding-left:280px; height:30px; padding-top:3px">
<form action="index.php?busca=" method="GET" name="form1" class="txtc2" id="form1" target="_parent">
<input placeholder="Busca no Site" type="text" name="busca" id="busca" />
<input type="submit" name="button" id="button" value="Buscar" />
</form>
</div><br />
<img src="imagens/bn_noticias.png" width="530" height="28" alt="noticias1" /><br />
<table width="530px" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right"><a href="javascript:ts('body',1)"><img src="imagens/bt_amais.png" border="0" /></a> <a href="javascript:ts('body',-1)"><img src="imagens/bt_amenos.png" border="0" /></a></td>
</tr>
</table>
<!--FIM BUSCA-->
<table width="500" height="auto" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="10" colspan="4" align="right"> </td>
</tr>
<tr>
<td width="220" align="right" valign="top"><table width="220" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="220" align="center" valign="top" bgcolor="#eeeeee"><a href="index.php?noticia&ID_NOT=164"><img src="img_noticias/thumbnails/06e9c388-c01f-4ec1-b329-ecde54906bd6_220x190.jpeg" border="0" /></a></td>
</tr>
<tr>
<td width="220" bgcolor="#eeeeee" style="padding:3px 3px 3px 5px" class="txtdatadestq">04/08/2025</td>
</tr>
<tr>
<td width="220" bgcolor="#eeeeee" class="" style="padding:0px 5px 5px 5px"><a href="index.php?noticia&ID_NOT=164" class="txtju_not"><strong>5ª Costelada ao fogo de chão da Associação de Apoio aos portadores de câncer de Alvinlândia/Sp. </strong></a></td>
</tr>
</table></td>
<td width="20" align="right"> </td>
<td width="220" align="right" valign="top"><table width="220" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="220" align="center" valign="top" bgcolor="#eeeeee"><a href="index.php?noticia&ID_NOT=161"><img src="img_noticias/thumbnails/9060c316-3a40-4ea3-b03f-2ad4c231c3d0_220x190.jpeg" border="0" /></a></td>
</tr>
<tr>
<td bgcolor="#eeeeee" style="padding:3px 3px 3px 5px" class="txtdatadestq">31/07/2025</td>
</tr>
<tr>
<td bgcolor="#eeeeee" class="txtju2" style="padding:0px 5px 5px 5px"><a href="index.php?noticia&ID_NOT=161" class="txtju_not" ><strong>Comemoração aos 91 anos de emancipação político-administrativa do Município de Alvinlândia.</strong></a></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="5"> </td>
</tr>
<tr>
<td width="220" align="right" valign="top"><table width="220" height="auto" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top" bgcolor="#eeeeee"><a href="index.php?noticia&ID_NOT=162"><img src="img_noticias/thumbnails/WhatsApp Image 2025-08-01 at 16.52.01_220x190.jpeg" border="0" /></a></td>
</tr>
<tr>
<td bgcolor="#eeeeee" style="padding:3px 3px 3px 5px" class="txtdatadestq"><span class="txtdata1" style="padding:3px 3px 3px 5px">31/07/2025</span></td>
</tr>
<tr>
<td bgcolor="#eeeeee" class="" style="padding:0px 5px 5px 5px"><a href="index.php?noticia&ID_NOT=162" class=""><strong>Vem ai o Show de Aniversário de Alvinlândia!!!</strong></a></td>
</tr>
</table></td>
<td width="20" align="right"> </td>
<td width="220" align="right" valign="top"><table width="220" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="220" align="center" valign="top" bgcolor="#eeeeee"><a href="index.php?noticia&ID_NOT=163"><img src="img_noticias/thumbnails/f6fc1877-a06b-451f-a3e0-64fcd02d02d1_220x190.jpeg" border="0" /></a></td>
</tr>
<tr>
<td bgcolor="#eeeeee" style="padding:3px 3px 3px 5px" class="txtdatadestq">31/07/2025</td>
</tr>
<tr>
<td bgcolor="#eeeeee" class="txtju2" style="padding:0px 5px 5px 5px"><a href="index.php?noticia&ID_NOT=163" class="txtju_not" ><strong>FEIRA MUNICIPAL EM ALVINLÂNDIA, NO DIA 01/08/2025.</strong></a></td>
</tr>
</table></td>
</tr>
<tr>
<td height="35" colspan="5" align="right" valign="bottom"><a href="index.php?lstnoticias"><img src="imagens/bt_todasnoticias.png" border="0" /></a></td>
</tr>
</table>
<br />
<div style="clear: both;"></div>
<div id="ultsess">
<table width="530" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" valign="bottom"><img src="imagens/ultimasess.png" width="530" height="28" /></td>
</tr>
<tr>
<td width="240" height="190" align="center" valign="bottom" bgcolor="#eeeeee"><iframe width="240" height="180" src="//www.youtube.com/embed/OJCvd686MPM?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe></td>
<td width="30" rowspan="2" bgcolor="#eeeeee"> </td>
<td width="240" height="190" align="center" valign="bottom" bgcolor="#eeeeee"><iframe width="240" height="180" src="//www.youtube.com/embed/HNfcXE08T20?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe></td>
</tr>
<tr>
<td height="30" align="center" valign="middle" bgcolor="#eeeeee" class="txtc2"><strong>46ª</strong> <strong>Sessão Ordinária - 15/05/2023</strong></td>
<td height="30" align="center" valign="middle" bgcolor="#eeeeee" class="txtc2"><strong>45ª</strong> <strong>Sessão Ordinária - 02/05/2023</strong></td>
</tr>
<tr>
<td height="35" colspan="3" align="right" valign="bottom" bgcolor="#FFFFFF"><a href="index.php?videoteca" target="_parent"><img src="imagens/bt_todassess.png" border="0" /></a></td>
</tr>
</table>
</div>
<br />
</div>
</body>
</html>
<!--fim dos links para as páginas-->
</div>
<!--fim da div meio-->
<div id="direita"><!--inicio div direita-->
<!--INICIO ZABUTO CALENDER-->
<img src="imagens/proxsessao.png"/>
<div id="calendar" class="calendario-eventos" style="width: 170px; height:auto; margin: 0 auto;"></div><span style="font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#777">*Detalhes - passe o mouse sobre a data*</span><br />
<!--FIM ZABUTO CALENDER-->
<!--OBS CALENDER-->
<div style="font-family:Arial, Helvetica, sans-serif; font-size:10px; text-align:justify; border:solid 1px #666666;margin-left:9px;margin-right:10px;margin-top:2px; padding:5px; background-color:#FFF"><p>COMPAREÇA AS SESSÕES PLENÁRIAS, SUA PRESENÇA É MUITO IMPORTANTE!</p></div>
<!--fim OBS CALENDER-->
<!--INICIO COMUNICADOS-->
</p>
<!--FIM COMUNICADOS-->
<!--INICIO MINIATURA POPUP-->
<p>
<!--FIM MINIATURA PUPUP-->
<!--INICIO VIDEO MODAL-->
<center>
<div class="bs-example">
<a href="#Geeks2"
data-toggle="modal"><img src="imagens/bt_sessaovivo.png"/></a>
<div id="Geeks2" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button"
class="close"
data-dismiss="modal"
aria-hidden="true">×</button>
<h4 class="modal-title">TV Câmara Alvinlândia - Sessão ao Vivo</h4>
</div>
<div class="modal-body">
<iframe id="Geeks3" width="570" height="350"
src=
"https://www.youtube.com/embed/live_stream?channel=UCm_d2jux8Vd8ZZIgXF5LWiA"
frameborder="0" allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
</div>
</center>
<!--FIM VIDEO MODAL--><br />
<p><a href="https://www.youtube.com/@cmalvinlandia" target="_blank"><img src="imagens/canalyt.png" border="0" /></a></p>
<!--INICIO WEBMAIL-->
<div id="mail" style="margin-bottom:20px;padding-top:5px">
<img src="imagens/webmail.png" width="100%"/>
<p style=" padding-bottom:"><form action="login-webmail.php" method="post" target="_blank" class="imag">
<input placeholder=" email" name="usuario" type="text" size="15" style="margin-top:7px;" />
<input placeholder=" senha" name="senha" type="password" size="15" style="margin-top:10px;"/><br />
<input type="submit" value="Login" style="margin:7px 0px 7px 0px;" />
</form>
</div>
</p>
<!--FIM WEBMAIL-->
</div><br /><br />
<!--fim da div direita-->
<div style="clear: both;"><img src="imagens/sombra_rodape.jpg" width="950" height="20" /></div>
<!--INICIO DO RODAPE-->
<div id="rodape">
<div id="entidade-rodape">
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4" class="txt-rodape1" style="color:#FFF">Câmara Municipal de Alvinlândia</td>
</tr>
<tr>
<td height="15" colspan="4" class="textex" style="color:#FFF">Av. Dr. Couto Junior, 234 - Centro</td>
</tr>
<tr>
<td style="padding-top:5px" height="15" valign="middle"><img src="imagens/email_rodape.png" width="14" height="11" /></td>
<td height="15" colspan="3" valign="middle" class="textex" style="color:#FFF">contabilidade@cmalvinlandia.sp.gov.br</td>
</tr>
<tr>
<td width="18" height="20" valign="bottom"><img src="imagens/fone_rodape.png" width="16" height="16" /></td>
<td width="142" height="20" valign="bottom" class="titulotb3" style="color:#FFF"> 14 3473 1102</td>
<td width="19" height="20" valign="bottom"> </td>
<td width="221" height="20" valign="bottom" class="titulopl"> </td>
</tr>
</table>
</div>
<div class="textex" id="exped" style="color:#FFF"> de segunda-feira a sexta-feira das 08h00 ás 12h00 e das 14h00 ás 17h00</div>
<br class="clearfloat" />
<div id="chave"></div>
<div id="plugin"><a href="http://www.pluginsistemas.com.br" target="_blank"><img src="imagens/plugin.png" width="78" height="25" /></a></div>
</div>
<!--FIM DO RODAPE-->
</div><!--fecha a div container-->
<div id="rodape2"><!--inicio do rodape2-->
</div>
<!--Inicio facebook_java-->
<div id="fb-root"></div>
<script>(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 = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--fim facebook_java-->
<div id="acess">
<a href="index.php?acsess" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Imagem27','','imagens/bt_lat1b.png',1)"><img src="imagens/bt_lat1a.png" name="Imagem27" border="0" id="Imagem27" /></a><br />
<a href="javascript:ts('body',1)" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Imagem28','','imagens/bt_lat2b.png',1)"><img src="imagens/bt_lat2a.png" name="Imagem28" border="0" id="Imagem28" /></a><br />
<a href="javascript:ts('body',-1)" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Imagem29','','imagens/bt_lat3b.png',1)"><img src="imagens/bt_lat3a.png" name="Imagem29" border="0" id="Imagem29" /></a></div>
<!--INICIO SCRIPT ZABUTO-CALENDER-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="calendario/zabuto_calendar.min.js"></script>
<script type="application/javascript">
var eventData = [
{
"date":"2021-02-01", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-03-01", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-02-17", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-03-15", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-04-05", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-04-19", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-05-03", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-05-17", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-06-07", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-06-28", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-08-02", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-08-16", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-09-08", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-09-20", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-10-04", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-10-18", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-11-01", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-11-16", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2021-12-06", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-02-07", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-02-21", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-03-07", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-03-21", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-04-04", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-04-18", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-05-02", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-05-16", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-06-06", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-06-27", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-08-01", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-08-15", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-09-05", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-09-19", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-10-03", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-10-17", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-11-07", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-11-21", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2022-12-05", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-02-06", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-02-27", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-03-06", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-03-20", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-04-03", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-04-17", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-05-01", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-05-15", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-06-05", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-06-19", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-08-07", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-08-21", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-09-04", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-09-18", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-10-02", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-10-16", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-11-06", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-11-20", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2023-12-04", "badge":true,
"title":"Sessão Ordinária\nSESSÃO ORDINÁRIA\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-02-05", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-02-19", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-03-04", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-03-18", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-04-01", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-04-15", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-05-06", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-05-20", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-06-03", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-06-17", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-08-05", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-08-19", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-09-02", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-09-16", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-10-07", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-10-21", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-11-04", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-11-18", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2024-12-02", "badge":true,
"title":"Sessão Ordinária\n20:00 horas\nCâmara Municipal",
},
{
"date":"2025-02-03", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-02-17", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-04-22", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-05-05", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-05-19", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-06-02", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-06-16", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-08-04", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-08-18", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-09-01", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-09-15", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-10-06", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-10-20", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-11-03", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-11-17", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
{
"date":"2025-12-01", "badge":true,
"title":"Sessão Ordinária\n18:00 horas\nCâmara Municipal",
},
];
$(document).ready(function () {
$('#calendar').zabuto_calendar({
language: 'pt',
today: true,
show_days: true,
cell_border: true,
data: eventData,
legend: [
{type: "text", label: "Sessão", badge: "x"},
{type: "block", label: "Hoje", classname: "badge-today"},
{type: "spacer"}
],
});
});
</script>
<!--FIM SCRIPT ZABUTO-CALENDER-->
</body>
</html>