/* CSS Document */
* body,span,ul,li,p, h1,h2,h3,a,form,hr, img{
	margin:0;/*retira todas as margens externas*/
	padding:0;/*retira todas as margens internas*/
	list-style:none;/*cancela a formatacao das listas*/	
}
body {
	background: #EAEAEA;	
	font: normal 11px Tahoma, Verdana, Arial;
	color: #666;
}
a{
color: #666;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.laranja {
	color: #EC7906;
}
.laranja a{
	color: #EC7906;
	text-decoration:none;
}
.laranja a:hover{
	text-decoration:underline;
}
.azul a{
color: #4D7BB0;
text-decoration:none;
}
.azul a:hover{
text-decoration:underline;
}
p{
line-height: 14px;
}
#geral{
	background:#fff;
	width: 800px;
	margin:auto;
	height:auto;
}
#header{
	background: url("../imagens/fundo_header.gif") no-repeat;
	width: 800px;
	height: 82px;	
}
	#header h1 a{
	background: url("../imagens/logo_hg2.gif") no-repeat;
	width:136px;
	height: 51px;
	display:block;
	margin-left: 30px;
	_margin-left: 15px;
	margin-top: 12px;
	float:left;
	
	}
	#header h1 span{
	display:none;
	}

	#header ul.navegacao{
	float: right;
	padding-top: 55px;
	width: 250px;
	}

	#header ul.navegacao li{	
	display:inline;
	padding-left:5px;
	padding-right:3px;
	border-right: solid 1px #666;
	}
	ul li a{
	color: #666;
	text-decoration: none;
	}
	ul li a:hover{
	text-decoration: underline;
	}


#menu{
	background: url("../imagens/fundo_menubanner.gif") no-repeat;
	width:800px;
	height: 238px;
	margin-top: 15px;
}
	#menu ul{
	width:800px;
	padding-left: 23px;
	}
	#menu ul li{
	display:inline;
	margin-left: 10px;				
	}
	#menu ul li a{
	background: url("../imagens/menuOff.gif") no-repeat;
	width: 114px;
	height: 54px;	
	float:left;
	text-align:center;
	margin-left:9px;
	padding-top: 2px;
	}
	#menu ul li.ativo a{
	background: url("../imagens/menuOn.gif") no-repeat;
	width: 114px;
	height: 54px;	
	float:left;
	text-align:center;
	margin-left:10px;
	}
	#menu .banner{	
	clear:both;
	padding-left: 18px;
	padding-top: 10px;
	width:764px;
	}

#corpo{
background:#fff;
float:left;
padding: 10px;
}
	#corpo #coluna1{
	float:left;
	width: 227px;	
	}

	#corpo ul li{
	padding-top: 15px;
	line-height: 14px;
	width: 200px;
	padding-left: 4px;
	line-height: 18px;
	
	}
	#corpo li span.tituloNoticia{
	color: #EC7906;
	display:block;
	}
	
	#coluna1 .acesso{
	background: url("../imagens/fundo_login.gif") no-repeat;
	display:block;
	width: 219px;
	height: 91px;
	padding-top: 50px;
	}
	#coluna1 label{
	display:block;
	float:left;
	width: 50px;
	text-align:right;
	}
	#coluna1 input{
	margin-bottom:5px;
	border: solid 1px #ccc;
	margin-left: 5px;
	}

	#corpo #coluna2{
	float:left;
	width: 548px;
	margin-left: 5px;
	}
	#conteudo{
	background: url("../imagens/borda_arredondada_fundo.gif") repeat-y;
	padding-left: 15px;
	padding-right:20px;
	}
	#conteudo .destaque{
	font-size:14px;
	color: #EC7906;
	font-weight:bold;
	}
	#conteudo hr{
	border-color: #E2E2E2;
	border-style:dotted;
	height: 1px;
	border-top-width: 0px;
	margin-top: 5px;	
	margin-bottom: 5px;	
	margin-right:20px;
	}
	ul.galeriaimagens{
	
	}
	ul.galeriaimagens li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
	}
	ul.galeriaimagens li img{
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 1px #E2E2E2;
	}

	#coluna2 div.bemvindo{
	background: url("../imagens/h2_bemvindo.gif") no-repeat;
	width: 500px;
	width: 488px;
	height: 139px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 40px;
	_padding-left: 20px;
	font: normal 14px "Trebuchet MS", Tahoma;
	line-height: 22px;
	}
	#coluna2 .coluna1{
	float:left;
	width: 250px;
	padding: 10px;
	border-right: solid 1px #f1f1f1;
	}
	#coluna2 .coluna2{
	float:left;
	width: 250px;
	padding: 10px;
	padding-left: 15px;
	}

table td{
	padding-left:10px;
	padding-right: 10px;
	color: #333;
}
table #notas td{
	border-bottom: solid 2px #fff;
}
table ul li a{
	font: bold 11px Tahoma;
	text-decoration: underline;
	color: 666;
	padding-left: 8px;
}
table ul {
	padding-left: 5px;
}
table hr{
	border-color: #fff;
	border-style:solid;
	height: 2px;
	border-top-width: 0px;
	margin-top: 10px;	
	margin-bottom: 10px;	
}

/* Inicio do Formulario */

	#coluna2 label{
	display:block;
	float:left;
	width: 100px;
	text-align:left;
	border-bottom: solid 1px #F0F0F0;
	}
	#coluna2 input{
	margin-bottom:10px;
	border: solid 1px #ccc;
	margin-left: 5px;
	}
	#coluna2 input.obrigatorio{
	background: #FFE6E6;
	margin-bottom:10px;
	border: solid 1px #ccc;
	margin-left: 5px;
	}
	#coluna2 select{
	margin-bottom:10px;
	border: solid 1px #ccc;
	margin-left: 5px;
	}
	.colunasForm{
	float:left;
	width: 50%;
	}

hr{
	border-color: #f1f1f1;
	border-style:solid;
	height: 1px;
	border-top-width: 0px;
	margin-top: 10px;	
	margin-bottom: 10px;	
}
#rodape{
	background: url("../imagens/fundo_rodape.gif") no-repeat;
	background-color: #fff;
	width: 775px;
	height: 138px;
	float:left;
	padding-left:25px;
}
#rodape .rodape{
	padding-top: 35px;
	width: 180px;
	float:left;
	margin-right: 10px;
	font-size:10px;
}	