@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	font-family: Arial;
	background-image:url(../imagens/imagens/fundo_02.gif);
	background-repeat: repeat-x;
	background-color: #fcfcfb;
}

h1,h2,h3,h4,p, img
{
	margin: 0;
}

#site
{
	font-size: 12px;
	width: 860px;
	min-height: 490px;
	border: 1px #060 solid;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-color:#FFF;
	margin-bottom: 20px;
}

/* CONFIGURAÇÕES DO TOPO*/

#topo
{
	height: 90px;
	border-bottom: 1px #CCC  solid;
}

#topo h1
{
	font-size: 26px;
	color: #030;
}

#topo h2
{
	font-size: 18px;
	letter-spacing: 2px;
	color:#333;
}

#topo #logo
{
	width: 500px;
	height: 8px;	
	float: left;
}

#topo label
{
	font-weight: bold;
	width: 100px;
	display: block;
}

#topo #dados
{
	margin-left: 20px;
	width: 335px;
	height: 70px;
	float: left;
	margin-bottom: 15px;
}

#topo #dados p
{
	font-size: 11px;
	margin-bottom: 4px;
}

#topo #dados li
{
	font-size: 11px;
	list-style: none;
	margin-bottom: 4px;
	letter-spacing: 2px;
}

#topo .titulo
{
	border-bottom: 1px #CCC solid; 
	margin-bottom: 5px; 
	color:#030; 
	font-weight:bold;
	letter-spacing: 2px;
}

#topo img
{
	float: left;
	margin-right: 10px;
}

/* CONFIGURAÇÕES DA NAVEGAÇÃO*/

#navegacao
{
	width: 150px;

	min-height: 370px;
	margin-top: 15px;
	float: left;
}

#navegacao a
{
	font-size: 11px;
	display: block;
	width: 145px;
	height: 23px;
	text-decoration: none;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-left: 5px;
	color: #333;
}

#navegacao a:hover
{
	margin-bottom: 2px;
	color: #FFF;	
	font-weight: bold;
	background-image:url(../imagens/imagens/botao2_03.png);
	height: 23px;	
}

/* CONFIGURAÇÕES DO CONTEUDO*/

#conteudo
{
	width: 688px;
	min-height: 350px;
	border-left: 1px #CCC solid;	
	float : left;
	padding: 10px;
	font-size: 12px;
}

#conteudo h1, #conteudo h3
{
	border-bottom: 1px #999 solid;
	border-left: 4px #096 solid;
	padding-left: 5px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal;
	color: #333;
	margin-bottom: 50px;
}

#conteudo h3
{
	border-left: 4px #990 solid;
	font-size: 14px;
	
}

#conteudo .campo
{
	font-size: 11px;
	color: #666;
}

#conteudo .campo
{
	float:left;
	width: 200px;
	height: 20px;
	background-color:#FFF;
}

#conteudo li
{
	list-style: none;
	margin-bottom: 20px;
	font-size: 16px;
}

#conteudo li a
{
	text-decoration: none;
	color: #333;
}

#conteudo li a:hover
{
	text-decoration: underline;
	color: #069;
}

/* CONFIGURAÇÕES DO RODAPE */

#rodape
{
	height: 25px;
	border-top: 1px #ccc solid;
	margin-top: 10px;
	padding-top: 8px;
	clear: both;
	font-family: Arial;
	font-size: 12px;
	color: #666;
}

#informativo
{
	font-size: 12px;
	text-align: justify;
	color:#F00;
	margin-bottom: 40px;
	background-image:url(../imagens/imagens/informativo_03.png);
	background-repeat:no-repeat;
	height: 154px;
	width: 295px;
	padding: 20px;
	padding-top: 60px;
	margin: 0 auto;
	float: left;
	margin-right: 9px;
	z-index: -1000;
}

#informativo p
{
	margin: 0;
	margin-bottom: 5px;	
}

#informativo label
{
	width: 100px;
	float: left;
	margin: 0;
}

#informativo input
{
	margin-bottom: 10px;
}

#informativo a
{
	text-decoration: none;
	color: #333;
	margin: 0;
}

	

#informativo a:hover
{
	color: #069;
	text-decoration:underline;
}

#passoapasso p
{
	margin-bottom: 10px;
	text-align: justify;
	color: #333;
}

#passoapasso .destaque
{
	font-size: 18px;
	color: #069;
}

#passoapasso h2
{
	font-weight: normal;
	margin-bottom: 20px;
}

#passoapasso a
{
	color: #069;
}

#ie
{
margin-top: -30px;
display: block;
}

.invisivel
{
	visibility: hidden;
}

.visivel
{
	visibility: true;
}

#linhaconsulta p
{
	display: block;
	float: left;
	border-bottom: 1px  #CCC solid;
	margin-right: 3px;
	line-height: 20px;
}

#linhaconsulta a
{
	text-decoration: none;
	color: #036;
	font-weight: bold;
}

#linhaconsulta a:hover
{
	color: #060;
	text-decoration: underline;
}
