body, html { height:100%; } /* Necessário */
body{
/*background-image:url(../imagens/bg3.jpg);*/
background-repeat:repeat-x;
padding:0;
margin:0;
background-color:#F7F7F7;
font-size:9pt;
}


a{
	text-decoration: none;
	color: #233CAA;
	font-weight:bold;
	font-size:9pt;
}
a:hover{

	text-decoration:underline;

}


a:visited
{

	color: #233CAA;

}



h1, h2, h3, h4, h5, h6 {
padding-bottom: 0.1%;
color:#333333;
}

h1 {
border-bottom:1px solid #667667;
color:#000000;
font-size:1.5em;
padding-bottom:5px;
margin-bottom:35px;
}

h2{
font-size: 1.3em;
padding-top: 1em;
}

h3 {
margin-bottom: -0.1em;
font-size:1.1em;
}

a:hover {
text-decoration:underline;
}



a.title /*usado???*/{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5%;
	margin-bottom: 1%;
	color: #000;
	text-decoration: underline;
}

a.title:hover /*usado???*/{
	color: #FFF;
	padding: 0.3%;
	text-decoration: overline underline;
	background-color: #900000;
	margin: 0.2%;
}

p, li, td, span, div, form {
color:#444444;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;;
/*r01 font-size:small;*/
font-style:normal;
font-weight:normal;
text-decoration:none;
}

/* usado nos botões do site */
.botao {
font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:x-small; /*r01 substituir por 'em'*/
font-weight:bold;

border:1px solid #333333;
color:#900000;
padding:2px;
height:22px;
width:auto;
cursor:pointer;
}

.botao:hover {
background-color:#F8F8F8;
border-color:#CCCCCC;
}
/* fim */

#rodape {
background : #c0c0c0 url("../imagens/bg_menu_azul.jpg") repeat-x;
text-align:right;
padding:10px 0px 0px 0px;
width:100%;
bottom:0 !important;
height:69px;
display:block;
position:absolute;
}
#rodape p{
    color:#FFFFFF;
    display:block;
    padding:0px 10px 10px 10px;
    margin-top:0;
    font-size:8pt;

}

.indentado{
text-indent:12px; /*r01 substituir por 'em'*/
}



.servicos_topo{
display:table;
float:right;
/*r02 width:65%;*/
/*width:30em;*/
/*text-align:right;*/
/*overflow:hidden;*/
margin:8px 8px 0 0; 
}



.mapa{
clear:both;
display:block;
float:right;
padding:0pt;
text-align:right;
width:20em;
}


/* formulário de email */



.qmfv {
visibility:visible !important;
}
.qmfh {
visibility:hidden !important;
}


/*fim do formulário de e-mail*/

/* estilo correspondente ao menu_superior */
#menu {
height:auto;
}

#topo {
background-color:#FFF;
background-image:url(/data/imagens/topoInterPatria.png);
background-repeat:no-repeat;
height:81px;
padding:0em 0em 0.3em;
}

#topo a{

    color:#fff;

}
/* fim menu_superior */

/*estilo do menu local*/

#menu_local {
   width: 150px;
   float: left;
   background-color: #Ffffff;
   margin: 0 0 0 14px;
   display:block;

}

#menu_local ul{
padding:4px 4px 4px 4px;
margin:4px 4px 4px 4px;
}

#menu_local h2{
margin:0;
font-size:10pt;
text-align:left;
background-color:/*#8EAB97*/ #990000;
color:#ffffff;
font-weight:bold;
background-image:url(../imagens/bg_h2_azul.jpg);
background-position:bottom;
background-repeat:repeat-x;
padding:0px 0 2px 6px;
}


#menu_local li {
list-style:none;
	width: 100%;
	display: block;
	line-height: 1px;
	position:relative;
	top: 2px;
	margin: 0px;
	text-align: left;
	/*border-bottom: 1px #000000 solid; */
	font-size:11px;
	padding:4px 0;
border-bottom : 1px solid #ccc;
background : transparent url("/data/imagens/bullet.jpg") no-repeat scroll left center;
	
}

#menu_local li ul {
	display: block;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: -10px;
	min-width: 100%;
}


#menu_local li a{
	display:block;
	font-size: 11px;
	padding: 5px 0 1px 10px;
	line-height: 13px;
	margin: 0px;
	font-weight:normal;
display : block;
text-decoration : none;
}


#menu_local li ul{
	background:#ECE9D8;
	display: block;
	font-weight: bold;
	margin: 0px;
}
#menu_local li ul a{
	color:#000;
	font-weight: normal;
	margin: 0px;
}
/*fim estilo do menu local */

/* usada no formulário de contato */
.edit {
font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: x-small; /*r01 substituir por 'em'*/
	font-style: normal;
	color: #666666;

	border: 1px solid #333333;
}
.textArea {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: x-small; /*r01 substituir por 'em'*/
	font-weight: normal;
	font-style: italic;
	color: #666666;

	border: 1px solid #333333;
}

/* fim */

/*
abbr, acronym {
	border-bottom: .1em dotted;
	cursor: help;
}
*/

/* usada nas listas ordenadas com arquivos */
.excel {
    background-image: url('/data/imagens/icones_excel.gif');
    background-repeat: no-repeat;
    padding-left: 16px;
}

.word {
    background-image: url('/data/imagens/icones_word.gif');
    background-repeat: no-repeat;
    padding-left: 16px;
}

.pdf {
	background-image: url(/data/imagens/icones_pdf.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	
}

.zip {
    background-image: url('/data/imagens/icones_zip.jpg');
    background-repeat: no-repeat;
    padding-left: 16px;
}


.tif {
	background-image: url(/data/imagens/icones_tif.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	
}

/*fim */

ul.mapasite li{
margin:0em 0em 0.3em 0em;
font-weight:bold;
}
.mapasite{
list-style:square;
}
.mapasite ul{
list-style:square;
}

ul {
	list-style:none;
}

tr {
	font-size: 1em;
}

li{
	margin-bottom: 1em;
}

.busca form{
margin:0px;
padding:0px;
}


.botaoBuscar{
background:/*#EBFFF6*/ #FFFFFF;
border:1px solid #101e65;
color:/*#496D5F*/ #101e65;
cursor:pointer;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:x-small;
font-weight:bold;
height:21px;
padding:0px 3px;
width:auto;
}


/* usada no formulário de contato */
.label {
	text-align: right;
	width: 25%;
	font-weight: bold;
	font-size: x-small; /*r01 substituir por 'em' */
}
/* fim */

/* usado ???*/
.tabela {
	text-align:center;
	padding: 0.5em;
}

.frame {
	min-height:53em;
	height:100% !important; /*hack ie*/
  	height:53em;
	width: 98%;
	border:1px #cccccc solid;
}
/*fim */


/* usado para tirar os estilos colocados com a propriedade align justify do html */
.justificado{

text-align:justify;
}
/*fim*/

/* usado na página de partidos políticos - estudar melhor solução */
.titpartido{
font-size:1.3em;
}
/*fim*/

/* estilo correspondente ao textoPadrao */
#interna{
/*r01 font-size:small;*/
font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
padding:0 0.7em;
line-height:1.3em;
float: right;
text-align: justify;
height:100%;
margin-bottom:1em;
padding-bottom:15px;
width:775px;

}

#interna h1{
margin-top:0;
}

#interna img{
margin:1em;
}
/* estilo correspondente ao textoPadrao - fim*/

#asesi{
/*r01 font-size:small;*/
font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:10pt;
padding:0.7em;
line-height:1.3em;
float: right;
width: 98%;
text-align: justify;
height:100%;
margin-bottom:1em;
padding-bottom:15px;
}

#asesi img{
margin:0em 0em 1em 1em;
}





/* usado para foto do presidente na pagina de composição - estudar melhor solução*/
.presidente{
text-align:center;
}
/*fim*/

.descricao{
font-size:0.80em;
}

.centralizado{
text-align:center;
}

/*div gloobal*/
#content{
width:960px;
margin:auto;
background-color:#FFFFFF;
font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-weight: normal;
_border:1px solid #101E65;
height:100%;
_height:82%;
min-height:82%;
display:compact;
}

/* CONTAINER CENTRAL QUE ARMAZENA TODAS AS DIV´S DO SITE */
/*estilo correspondente a pagina-inteira */
#conteudo {
background-color:#FFFFFF;  /* COR DE FUNDO DO SITE*/     
margin:auto;               /*CENTRALIZA O CONTAINER PARA O MEIO DA TELA*/
margin:0;
border:1px solid #101E65;
_border:0;
}
/********************************************************/

#centro {
	margin:20px auto 0 auto;
}

#corte_esq {
	width: 45%;
	float: left;
	text-align: center;
	margin-left: 0%;
}

#corte_dir {
	width: 45%;
	float: right;
	text-align: center;
	margin-right: 0%;
}

.subtitulo {
	font-weight: bold;
	font-size: 14px; /*r01 substituir por 'em'*/
}

.faq{
display:none; 
margin:3px 0px 20px 16px;

}


.bloco{
padding:5px 0;
width:75.1%;
color:#ffffff;
background-color:/*#8EAB97*/ #101e65;
text-align:center;
font-size:1.5em;
margin:0.1em auto 0 auto;
border:1px solid #101e65;
}

.esquerda{
float:left;
margin:0.7em 0 0 2em;
display:block;
padding:0;
}

.contas{
background-color:/*#EBFFF6*/ #F7F7F7;
width:75%;
margin:0em auto 1em auto;
display:table;
height:auto;
border:1px solid #101e65;
}

.gestao_orcamentaria{
background-color:/*#EBFFF6*/ #F7F7F7;
width:75%;
margin:0em auto 1em auto;
display:table;
height:auto;
border:1px solid #900000;
}

.gestao_orcamentaria2{
background-color:/*#EBFFF6*/ #F7F7F7;
width:100%;
margin:0em auto 1em auto;
display:table;
height:auto;
border:1px solid #FFFFFF;
font-size:0.8em;
}


.gestao_titulo{
	text-align:left;
font-size:1.1em;

}

.gestao_orcamentaria_bloco{
padding:5px 0;
width:100%;
color:#ffffff;
background-color:#101e65;
text-align:center;
font-size:0.9em;
margin:0.1em auto 0 auto;
border:1px solid #101e65;
}

/*Oculta a imagem de notícias*/
.coluna_imagem_publix{
display:none;

}

.confirma{
color:#008000;
}


.corrige{

color:#FF8000;
}

.vermelho{

color:#FF0000;
}

#trextenso{

font-size:21pt;
margin:20px 0 0 220px;
display:block;
font-weight:bold;
position:absolute;
color:#d2d2d2;
}

#conteudo{
position:relative;
min-height:100%; /* Para browsera modernos */
height:auto !important; /* Para browsera modernos */
height:100%; /* Para o IE6 */
}

#centro{
padding-bottom:69px;
height:100%;
}

.edit {
			font-size: 9px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			color: #000000;
			background-color:#FFFFFF;
		}

		.avisoExtra {
			background-color:#EFEFEF;
			border-top:2px solid #cccccc;
			border-bottom:2px solid #cccccc;
			display:block;
			margin:0.8em 0 0.7em;
			padding:0.1em 1.0em;
			position:relative;
		}
		
		table.cristal td.align-left p {
			text-align: left;
		}
		
		table.cristal td.align-center p {
			text-align: center;
		}
		
		table.cristal td.align-right p {
		    text-align: right;
		}
		
		table.cristal {
/*		    border: 1px #101E65 solid;
*/		    border: 1px #101E65 solid;
		    border-collapse: collapse; /* CSS2 */
		    empty-cells: show;
		    font-size: 1em;
		    font-style: normal;
		    margin: 1em 0;
		    text-align: left;
		}

		table.cristal thead tr td, 
		table.cristal th {
/*		    background-color: #336699;
*/		    background-color: #101E65;
		    background-image: url("back_th.gif");
		    background-position: center;
		    background-repeat: repeat-x;
		    border-bottom: 1px #B0BEC7 solid;
		    color: #101E65;
		    font-size: 1em;
		    font-weight: bold;
		    text-align: center;
		}
		
		table.cristal tbody tr td {
		    border-right: 1px #101E65 solid;
		    text-align: left;     
		    margin: 0;
		    padding: 0 1.2em;
		}

		table.cristal a:hover {
		    text-decoration: underline;
		}

		table.cristal tbody td:hover a {
		    color: Blue;
		}

		table.cristal td.centro {
		    text-align: center;
		}

		table.cristal td.direita {
		    text-align: right;
		}

		table.cristal tfoot {
		    border: 1px #B0BEC7 solid;
		}

		table.cristal tfoot td {
		    background-color: #336699;
		    background-image: url("back_th.gif");
		    background-position: center;
		    border-bottom: 1px #B0BEC7 solid;
		    color: #666666;
		    text-align: center;
		}



