/*#####################################################################################*/
/*						  								 							   */
/*						  		INICIO DA FOLHA DE ESTILO							   */
/*						  								 							   */
/*#####################################################################################*/

* { font-family:Arial, Helvetica, sans-serif; font-size:12px; }

html {
	overflow-x: hidden;
}

body { 
	text-align: left; 
	background-color: #FFF;
	background-image:url(img/repete.jpg);
	behavior: url(ext/csshover.htc); /*Script para  realçar linhas nas Tabelas*/	
	overflow-x: hidden;	
	margin:0;
	height:100%;		
}

form, textarea, select  { font-family:Arial, Helvetica, sans-serif;	font-size:12; }

input { 
background-color: #FFF; 
font: 15px Arial, Helvetica, sans-serif;
color:#2665A3;
border:1px solid #2665A3;
}

p { margin: 0 0 15px 0; } /* definindo a margem dos parágrafos */

object, a { outline:0; }

table td, tr {
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

.data_estado {
	font-size:10px;
	color:#999999;
}

/*#####################################################################################*/
/*						  								 							   */
/*							 	DEFINIÇÕES PERSONALIZADAS							   */
/*						  								 							   */
/*#####################################################################################*/

h1, h2, h3, h4, h5 {
   color: #1876B7;
   font-weight:normal;
   font-size:20px;	
}

hr {
	height:1px;
}

a:link { /* Definição do comportamento e estilo dos LINKS */
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
   color: #1C3C5A;
   font-weight: bold;
}
a:active {
	text-decoration: none;
}
a{
   color: #4581B5;
   font-weight:bold;
}

.link {
   color: #3C6D9B;
   font-weight:normal;
   text-align:left;
}

.link:hover {
   text-decoration: none;
   color:#87A9C9;
      font-weight:normal;
}
.link:active {
	text-decoration: none;
}

a#link_home {
   text-decoration: none;	
   color: #FFF;
   font-weight:normal;   
}
a#link_home:hover {
   text-decoration: none;	
   color: #FFF;
}
a#link_home:active {
	text-decoration: none;
}

a#titulodestaque:hover {
   text-decoration: none;	
   color: #439385;
}
a#titulodestaque:active {
	text-decoration: none;
}
a#titulodestaque{
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;	
   font-size:11pt;
   color: #666;
   font-weight: bold;
}

a, form { position:relative; } /* RESOLVE O BUG DO BLOQUEIO DE LINKS/FORM COM O FILTER DO PNG TRANSPARENTE NO IE6 */

#linha_horizontal {
	float: left;
    border-bottom:1px dotted  #666666;
	width: 532px;
	margin-top:-10px;		
	*margin-top:-30px;
	margin-bottom:10px;
}
#leia_mais {
	position:absolute;
	width:200px;
	height:50px;
	left: 385px;
	top:310px;
}
#cabecalho {
	margin-left:0px;	
	margin-top:10px;
	margin-bottom:0px;
}

table#diretoria td {
	border-bottom: #3F5172 1px dotted;	
}

/*#####################################################################################*/
/*						  								 							   */
/*				  	DEFINIÇÕES DA ESTRUTURA DE LAYOUT DA PÁGINA 					   */
/*						  								 							   */
/*#####################################################################################*/

#geral {
	position:absolute;
	background:url(img/fundo.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	float:left;
	width:100%;
	margin-left:0;
	*margin-left:-1260px;
	margin-top:39px;
}


#banner_home { 
	background-color: #FFF;
	float: left;
	width: 100%;
	height:171px;
	margin-top:98px;
}

#topo { 
	position: relative;
	margin-left:-700px;
    left:50%;	
	width: 100%;
	height:285px;
	margin-top:-95px;
	z-index:1;
}

#quadro_home { 
	position: absolute;
	margin-left:-200px;
    left:50%;
	top:285px;	
	width: 650px;
	height:200px;
	z-index:3;
}

#separados_home {
	left:50%;
	width:30px;
	height:215px;
	position: absolute;
	margin-left:140px;
    left:50%;
	top:300px;	
	z-index:3;
}

#quadro_direito_home { 
	position: absolute;
	margin-left:180px;
    left:50%;
	top:285px;	
	width: 650px;
	height:200px;
	z-index:3;
}


#rodape { 
    background-image:url(img/fundo_rodape.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	height:112px;
    overflow:hidden;
}

#menu {
	background-image:url(img/textura.png);
    background-repeat: repeat-x;
	float: left;
	margin-top:0px;
	*margin-top:0px;
	width: 100%;
	height:40px;
    overflow:hidden;
}
#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 {
	background-image:url(img/quadro_home.png);
	background-repeat:no-repeat;
	float:left;
	width:250px;
	height:160px;
	padding: 15px;
	padding-top: 25px;
	text-align: left;
}

#quadro {
	float:right;
	width:275px;
	_width:288px;	
	margin-right:10px;
	margin-top:5px;	
	padding: 10px;
	border: none;
	overflow:hidden;
	text-align:justify;
}

#quadro_enquete {
	background-image:url(img/fundo_enquete.png);
	float:right;
	width:235px;
	height:182px;
	margin-right:17px;
	padding: 20px;
	padding-top:55px;
	border: none;
	overflow:hidden;
	text-align:left;
}

#conteudo {
	position:relative;
	float:left;
	left:50%;
	font:Arial, Helvetica, sans-serif;
	font-size:12;
	text-align:justify;
	width: 650px;
	margin-left:-180px;
	padding-bottom:20px;
	margin-top:20px;
	*margin-top:20px;
}

#logo {
	position:absolute;
	left:30px;
	top: 35px;
	width:200px;
	}	
	
#homem {
	position: relative;
	width:207px;
	height:375px;
	margin-left:220px;
	margin-top:-115px;
	z-index:4;
}

#esquerdo {
	position:relative;
	float:left;
	left:50%;
	font:Arial, Helvetica, sans-serif;
	font-size:12;
	text-align:justify;
	margin-left:-940px;
	margin-top:290px;
	padding-bottom:20px;
	width:240px;
	min-height:265px;
}

#esquerdo2 {
	position:relative;
	float:left;
	left:50%;
	font:Arial, Helvetica, sans-serif;
	font-size:12;
	text-align:justify;
	margin-left:-940px;
	margin-top:270px;
	padding-bottom:20px;
	width:240px;
}

/*#####################################################################################*/
/*						  								 							   */
/*								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 #666;
	background: #DDD;
	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:470px;	
	*min-height:430px;
    /*border: #333333 1px dotted;*/
	/*background-color:#FFF;*/
}
tbody tr.menu  {
	background-color: ;
	
}
tbody tr.menu:hover   {
	background-color:  #3D8F80;
}
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: #4581B5;
	color: #FFFFFF;
} 
/*Realçar Linhas nas Tabelas*/
tbody tr.menu:hover { 
	background-color: #3D8F80;
	color: #FFFFFF;
} 	

/* TABELA DE CAMPOS */
table#campos {
	width: 100%;
}

/*#####################################################################################*/
/*						  								 							   */
/*						  		FINAL DA FOLHA DE ESTILO							   */
/*						  								 							   */
/*#####################################################################################*/
