/*#####################################################################################*/
/*						  								 							   */
/*						  		INICIO DA FOLHA DE ESTILO							   */
/*						  								 							   */
/*#####################################################################################*/

* { font-family:Arial, Helvetica, sans-serif; font-size:12px; }

html {
	overflow-x: hidden;
}

body { 
	text-align: left; 
	background-color: #333333;
	/*background-image:url(img/textura.jpg);
    background-repeat: repeat-x;*/
	behavior: url(ext/csshover.htc); /*Script para  realçar linhas nas Tabelas*/	
	overflow-x: hidden;	
	margin:0;
}

form, textarea, select  { font-family:Arial, Helvetica, sans-serif;	font-size:12; }

p { margin: 0 0 15px 0; } /* definindo a margem dos parágrafos */

table td, tr {
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

/*#####################################################################################*/
/*						  								 							   */
/*							 	DEFINIÇÕES PERSONALIZADAS							   */
/*						  								 							   */
/*#####################################################################################*/

h1, h2, h3, h4, h5 {
   color: #666;
   font-weight:normal;
   font-size:20px;
}

a:link { /* Definição do comportamento e estilo dos LINKS */
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
   color: #666;
   font-weight: bold;
}
a:active {
	text-decoration: none;
}
a{
   color: #000;
   font-weight:bold;
}

a#titulodestaque:hover {
   text-decoration: none;	
   color:#666;
}
a#titulodestaque:active {
	text-decoration: none;
}
a#titulodestaque{
   text-decoration: none;	
   font-size:16pt;
   color: #000;
   font-weight: normal;
}

a, form { position:relative; } /* RESOLVE O BUG DO BLOQUEIO DE LINKS/FORM COM O FILTER DO PNG TRANSPARENTE NO IE6 */

#linha_vertical {
	position:absolute;
	left: 575px;
	top:95px;
    border-left:1px dotted  #666666;
	height: 430px;
}
#linha_horizontal {
	float: left;
    border-bottom:1px dotted  #666666;
	width: 662px;
	*margin-top:-20px;
}
#leia_mais {
	position:absolute;
	width:200px;
	height:50px;
	left: 385px;
	top:310px;
}
#cabecalho {
	margin-left:0px;	
	margin-top:10px;
	margin-bottom:20px;
}

table#diretoria td {
	border-bottom: #3F5172 1px dotted;	
}

/*#####################################################################################*/
/*						  								 							   */
/*				  	DEFINIÇÕES DA ESTRUTURA DE LAYOUT DA PÁGINA 					   */
/*						  								 							   */
/*#####################################################################################*/

#geral {
	position: absolute;
	background:url(img/fundo2.jpg);
/*	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fundo2.png', sizingMethod='scale');	*/	
	background-repeat:repeat-y;
/*	background-repeat:no-repeat;*/
	margin-left: -496px;
	margin-top:241px;
	width: 992px;
	_width: 992px;	
	left: 50%;
	min-height: 300px;
	z-index: 2;

	/*display:table;*/
	}
		#geral:after{ /* Solução para o fundo acompanhar até o final no FF */
			content:".";
			display:block;
			clear:both;
			visibility:hidden;
			height:0;
			overflow:hidden;
		}
#fundo {
	background:url(img/fundo.png);
	background-repeat: no-repeat;
	background-color: #FFF;	
	padding-bottom:10px;
	position: relative;
	margin-left:28px;
	min-height: 400px;	
	width: 886px;	

	}
		#fundo:after{ /* Solução para o fundo acompanhar até o final no FF */
			content:".";
			display:block;
			clear:both;
			visibility:hidden;
			height:0;
			overflow:hidden;
		}	

#topo { 
	position: absolute;
	background:url(img/topo.jpg);
	margin-left:-998px;
	margin-top: 8px;
	z-index:1;
    left:50%;
	top:0px;	
	width: 1996px;
	height: 223px;
}

#rodape {
	position: relative;
	/*background:url(img/rodape.jpg);*/
/*	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/rodape.png', sizingMethod='scale');	*/	
	margin:0 auto;
	width: 992px;
	height:79px;
	clear: both; 
	margin-left:-1px;
	margin-bottom: -50px;
}

#menu {
	background:url(img/menu.png);
    display:block;
	float:left; 
	width:1060px;
	height:207px;
	margin-left:0px;
	margin-top:-273px;
}
#tab_menu td {
	border-bottom: 1px dotted #CCC;
	height:25px;	
	*height:21px;
}
#tab_menu td a {
	color:#D0D6DF;
	font-weight:normal;
}
#tab_menu td a:hover {
	color: #FFF;
	font-weight:normal;
}

#quadro_destaque {
	float:left;
	width:635px;
	margin-left:28px;
	margin-top:-32px;	
	padding: 10px;
	border: none;
	text-align:justify;
}

#quadro {
	float:right;
	width:226px;
	margin-right:25px;
	margin-top:-40px;	
	padding: 10px;
	border: none;
	overflow:hidden;
	text-align:justify;
}

#conteudo {
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:12;
	text-align:justify;
	margin-left:28px;
	margin-top:-32px;
	min-height: 300px;
	width: 660px;
	padding-left:10px;	
	padding-right:20px;
	padding-bottom:15px;
}

#banner {
	position:absolute;
	left:1215px;
	top: 31px;
	width:200px;
	}
#logo {
	position:absolute;
	left:30px;
	top: 35px;
	width:200px;
	}	
	
#cabecalho_principal {
	background:url(img/cabecalho.jpg);
	width:992px;
	height:53px;
	margin-left:-1px;
	margin-top:-10px;
}

#fundo_noticias_home {
	background-image:url(img/fundo_noticias_home.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fundo_noticias_home.png', sizingMethod='scale');
	width:345px;
	height:40px;
	margin-left:-22px;
	*margin-left:-22px;
	margin-top:3px;
	position:absolute;
}

#fundo_agenda_home {
	background-image:url(img/fundo_noticias_home.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fundo_noticias_home.png', sizingMethod='scale');
	width:345px;
	height:40px;
	margin-left:2px;
	margin-top:3px;
	position:absolute;
}

#fundo_galeria {
	background-image:url(img/fundo_galeria.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fundo_galeria.png', sizingMethod='scale');
	width:695px;
	height:40px;
	margin-left:-22px;
	margin-top:0px;
	position:absolute;
}

/*#####################################################################################*/
/*						  								 							   */
/*								DEFINIÇÕES DE TABELA DO SISTEMA						   */
/*						  								 							   */
/*#####################################################################################*/

table{
	width: 100%;
}

/* TABELA DE NAVEGAÇÃO */
table#navega {
	margin-top:10px;
	*margin-top:0px;	
	width: 100%;
	font-size:8pt;
	border-spacing:0px;
    *border-collapse: collapse; /* hack is needed for IE7 also */	
}
table#navega td {
	/*border-left: 1px dotted #CCCCCC;*/
	border-bottom: #333333 1px dotted;	
	padding-left:5px;
	padding-right:5px;
	font-size:10pt;	
	padding:5px;	
}
table#navega th {
/*	border-left: 1px solid #666666;*/
	border-bottom: 2px solid #333;
	background: #ACACAC;
	background-image:url(img/fundo_cabecalho.jpg);
	background-repeat:repeat-x;
	font-size:10pt;	
}

/* GRID ZEBRADO E REALCE*/
#grid {   
    /*background-color:#999999;*/
    overflow:auto;
	width:100%;
	min-height:520px;
    /*border: #333333 1px dotted;*/
	/*background-color:#FFF;*/
}
tbody tr.menu  {
	background-color: ;
	
}
tbody tr.menu:hover   {
	background-color:  #18682F;
}
tbody tr.par  {
	/*background-color: #eee;*/
}
tbody tr.impar  {
	/*background-color: #fff;*/
}

/*Realçar Linhas nas Tabelas*/
tbody tr.par:hover, tbody tr.impar:hover { 
	background-color: #666;
	color: #FFFFFF;
} 
/*Realçar Linhas nas Tabelas*/
tbody tr.menu:hover { 
	background-color: #666;
	color: #FFFFFF;
} 	

/* TABELA DE CAMPOS */
table#campos {
	width: 100%;
}

#bolinha_noticia {
	background-image:url(img/bolinha.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bolinha.png', sizingMethod='scale');
	margin-top:-17px;
	*margin-top:-2px;
	margin-left:-10px;
	*margin-left:-20px;
	width:20px;
	height:20px;
	position:absolute;
}

#bolinha_agenda {
	background-image:url(img/bolinha.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bolinha.png', sizingMethod='scale');
	margin-top:-2px;
	*margin-top:-2px;
	margin-left:-20px;
	*margin-left:-20px;
	width:20px;
	height:20px;
	position:absolute;
}

#bolinha_vertodas1 {
	background-image:url(img/bolinha.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bolinha.png', sizingMethod='scale');
	margin-top:-1px;
	*margin-top:-1px;
	margin-left:231px;
	*margin-left:-20px;
	width:20px;
	height:20px;
	position:absolute;
}

#bolinha_vertodas2 {
	background-image:url(img/bolinha.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bolinha.png', sizingMethod='scale');
	margin-top:-1px;
	*margin-top:-2px;
	margin-left:-20px;
	*margin-left:-20px;
	width:20px;
	height:20px;
	position:absolute;
}

#bolinha_leiamais {
	background-image:url(img/bolinha.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bolinha.png', sizingMethod='scale');
	margin-top:-1px;
	*margin-top:-1px;
	margin-left:557px;
	*margin-left:-20px;
	width:20px;
	height:20px;
	position:absolute;
}

#borda_galeria {
	background-image:url(img/borda_galeria.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/borda_galeria.png', sizingMethod='scale');
	width:178px;
	height:208px;
	margin-left:-15px;
	margin-top:15px;
}

#borda_galeria_home {
	background-image:url(img/borda_galeria.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/borda_galeria.png', sizingMethod='scale');
	width:178px;
	height:208px;
	margin-left:-15px;
	margin-top:30px;
}

#agenda_ce {
	width:310px;
	margin-left:35px;
	margin-top:-16px;
	*margin-top:0px;
	position:absolute;
}

#ver_todos1 {
	margin-left:250px;
	margin-top:-7px;
	position:absolute;
}

#ver_todos_galeria {
	margin-left:600px;
	margin-top:0px;
	position:absolute;
}

#bolinha_vertodas_galeria {
	background-image:url(img/bolinha.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bolinha.png', sizingMethod='scale');
	margin-top:-1px;
	*margin-top:-1px;
	margin-left:-22px;
	*margin-left:-20px;
	width:20px;
	height:20px;
	position:absolute;
}

#agua {
	background-image:url(img/agua.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/agua.png', sizingMethod='scale');
	width:71px;
	height:127px;
	margin-left:570px;
	margin-top:20px;
	position:absolute;
	z-index:0;
}

#agua_noticias {
	background-image:url(img/agua.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/agua.png', sizingMethod='scale');
	width:71px;
	height:127px;
	margin-left:240px;
	margin-top:60px;
	position:absolute;
	z-index:0;
}

#agua_agenda {
	background-image:url(img/agua.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/agua.png', sizingMethod='scale');
	width:71px;
	height:127px;
	margin-left:570px;
	margin-top:60px;
	position:absolute;
	z-index:0;
}

#linha {
	background-image:url(img/linha.jpg);
	width:694px;
	height:1px;
	margin-left:-20px;
	margin-top:11px;
	*margin-top:1px;
	position:absolute;
}

#geral2 {
	width:800px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-176px;
}

#entrada {
	background-image:url(img/entrada.jpg);
	background-repeat:repeat-x;
	height:352px;
	position: absolute;
	margin-left:-998px;
	margin-top: 8px;
	z-index:1;
    left:50%;
	top:115px;	
	width: 1996px;
}

#galeria_titulo_tema {
	width:140px;
}
/*#####################################################################################*/
/*						  								 							   */
/*						  		FINAL DA FOLHA DE ESTILO							   */
/*						  								 							   */
/*#####################################################################################*/