/*#####################################################################################*/
/*						  								 							   */
/*						  		INICIO DA FOLHA DE ESTILO							   */
/*						  								 							   */
/*#####################################################################################*/

* { font-family:Arial, Helvetica, sans-serif; font-size:12px; }

html {
	overflow-x: hidden;
}

body { 
	text-align: left; 
	background:url(img/backgrond.jpg) #C6674B center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	behavior: url(ext/csshover.htc); /*Script para  realçar linhas nas Tabelas*/	
	overflow-x: hidden;	
	margin:0;
}

object, a { outline:0; }

input { 
background-color: #FFF; 
font: 16px Arial, Helvetica, sans-serif;
color:#999;
border:1px solid #CCCCCC;
}

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: #000;
   font-weight:normal;
   font-size:20px;
}

a:link { /* Definição do comportamento e estilo dos LINKS */
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
   color: #AA352D;
   text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
a{
   color: #999;
   text-decoration:underline;
}

.teste:link { /* Definição do comportamento e estilo dos LINKS */
	text-decoration: none;
}
.teste:visited {
	text-decoration: none;
}
.teste:hover {
   color: #AA352D;
   text-decoration: none;
}
.teste:active {
	text-decoration: none;
}
.teste{
   color: #000;
   text-decoration: none;
}

.link {
   color: #000;
   font-weight:bold;
   text-align:left;
}

.link:hover {
   text-decoration: none;
   font-weight:bold;
   color:#AA352D;
}
.link:active {
	text-decoration: none;
}

a#titulodestaque:hover {
   text-decoration: none;	
   color:#666;
}
a#titulodestaque:active {
	text-decoration: none;
}
a#titulodestaque{
   text-decoration: none;	
   font-size:16pt;
   color: #000;
}

a, form { position:relative; } /* RESOLVE O BUG DO BLOQUEIO DE LINKS/FORM COM O FILTER DO PNG TRANSPARENTE NO IE6 */

#titulodestaque{
   text-decoration: none;	
   font-size:16pt;
   color: #000;
}

#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: 550px;
	*margin-top:-20px;
}
#leia_mais {
	position:absolute;
	width:200px;
	height:50px;
	left: 385px;
	top:310px;
}
#cabecalho {
	margin-left:0px;	
	margin-top:0px;
	margin-bottom:30px;
}

table#diretoria td {
	border-bottom: #3F5172 1px dotted;	
}

/*#####################################################################################*/
/*						  								 							   */
/*				  	DEFINIÇÕES DA ESTRUTURA DE LAYOUT DA PÁGINA 					   */
/*						  								 							   */
/*#####################################################################################*/

#geral {
	position: relative;
	background:url(img/fundo.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fundo2.png', sizingMethod='scale');	
	background-repeat:repeat-y;
/*	background-repeat:no-repeat;*/
	left:10px;
	margin:0 auto;
	width: 1021px;
	_width: 992px;	
/*	left: 50%;*/
	min-height: 300px;
/*	z-index:1;*/
}
		#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: 300px;	
	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: relative;
	/*background:url(img/topo.png);*/
	margin-top:20px;
	margin:0 auto;
/*    left:50%;*/
	top:0px;
	left:10px;
	width: 1021px;
	height: 192px;
}

#rodape {
	position: relative;
	/*background:url(img/rodape.png);
	_background-image: none;
	_Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/rodape.png', sizingMethod='scale');*/
	margin:0 auto;
	width: 1021px;
	height:102px;
	clear: both;
	left:10px;
}

#menu {
    display:block;
	float:left; 
	width:900px;
	height:20px;
	margin-left:50px;
	margin-top:-35px;
}
#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:570px;
	padding:10px;
	margin-left:70px;
	margin-top:5px;	
	border: none;
	text-align:justify;
}

#quadro {
	float:right;
	width:233px;
	margin-right:82px;
	margin-top:5px;	
	padding: 10px;
	border: none;
	text-align:justify;
}

#conteudo {
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:12;
	text-align:justify;
	margin-left:80px;
	margin-top:15px;
	width: 580px;
	min-height:600px;
/*	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;
}

#data_not {
	float:left;
	background-image:url(img/not.png);
	width:53px;
	padding-left:6px;
	height:112px;
	padding-top:5px;
	margin-left:-90px;
	margin-top:0px;
	z-index:2;
	color:#FFF;
	font-weight: bold;
	font-size:18px;
}

#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 #AA352D;
	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: #952920;
	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;
}

#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;
    left:50%;
	top:115px;	
	width: 1996px;
}

#galeria_titulo_tema {
	width:140px;
}

.clique {
	color:#999;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.clique:hover {
    text-decoration: none;
	color:#999;
	font-size:14px;
	font-weight:bold;
}
.clique:active {
	text-decoration: none;
}

.clique:link { /* Definição do comportamento e estilo dos LINKS */
	text-decoration: none;
}
.clique:visited {
	text-decoration: none;
}



#total_reg {
	position:absolute;
	margin-top:25px;
	margin-left:537px;
	color:#999;
	font-size:14px;
	font-weight:bold;
	z-index:5;
}

/*#####################################################################################*/
/*						  								 							   */
/*						  		FINAL DA FOLHA DE ESTILO							   */
/*						  								 							   */
/*#####################################################################################*/
