@charset "utf-8";
/*Reset*/
html, body, div, span, applet, object, iframe,	
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12px;
    vertical-align: baseline;
    background: transparent;
}
a{
	color: #f08621;
}
a:hover{
	color:#e3b419;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
 
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*fim do Reset*/
body{
	background: url('../imagens/filete.png') repeat-x rgb(9,39,54) 0 30px;
	font-family: tahoma;
}

/*Barra do governo*/
#divBarra{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	background: rgb(243,243,243);
	font-size: 100%;
	display:block;
	font-weight: bold;
	
}
#divBarra .link{
	height: 30px;
	color: #606060 !important;
	font-family: inherit !important;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
}
#divBarra .link:hover{
	text-decoration: none !important;
}
#barraGoverno{
	height: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -472px;
	overflow: hidden;
	width: 943px;
}
.brasil-flag{
	height: 30px;
	float: left;
	line-height: 30px;
}

.brasil {
	height: 30px;
	float: left;
	line-height: 30px;
	padding-right: 43px;
	padding-left: 8px;
	border-right: 1px #EEE solid;
}

.brasil-flag img{
	width: 25px;
	margin-top: 5px;
	padding: 0 5px;
	float: left;
}
.acesso-info{
	height: 30px;
	float: left;
	line-height: 30px;
	color: #DDD !important;
	padding-left: 15px;
	border-left: 1px #DDD solid;
}
.list{
	width: 360px;
	height: 30px;
	float: right;
}
.list li{
	border-right: 2px #DDD solid;
	height: 30px;
	padding: 0 15px;
	float: left;
}
.list li:first-child{
	border-left: 2px #DDD solid;
}
.list li .link{
	height: 30px;
	line-height: 30px;
}
/*Fim barra do governo*/

#conteudo{
	width:100%;
	height:100%;
}

#pagina{
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	margin-top: 30px;
	background: url('../imagens/fundo_pag.png') rgb(9,39,54) center top no-repeat;
}

	#principal #pagina{
		width: 960px;
		position: absolute;
		left: 50%;
		margin-left: -480px;
		margin-top: 30px;
		background: url('../imagens/fundo_inicio.png') rgb(9,39,54) center top no-repeat !important;
	}

#menu {
	margin: 30px 0 0 0;
	height: 20px;
	width: 640px;
	float:right;
}
	.menu_principal{
	margin: 55px 0 0 0;
	height: 20px;
	width: 640px !important;
	float:right;
}
	#menu #nav li{
		float: left;
		list-style: none;
	}
		#menu #nav li a:hover, #menu #nav li .ativo{
			color: #e3b419 !important;
			text-decoration: underline !important;
		}
		#menu #nav li a, #menu #nav li a:link, #menu #nav li a:visited{
			font-size: 12px;
			padding: 5px;
			font-style: none;
			color: #FFF;
			text-decoration: none;
		}
		#menu #nav li a img{
			margin-right: 3px;
		}
		#menu #nav li a .ativo{
			color: #e3b419 !important;
		}
#corpoPrincipal{
	float: left;
	width:818px;
	height: 425px;
	background: transparent;
	margin: 100px 70px 0 70px;
}
#corpo{
	float: left;
	width:818px;
	height: 480px;
	background: url('../imagens/fundo_conteudo.png') transparent no-repeat;
	margin: 100px 70px 0 70px;
	line-height: 1.2;
	letter-spacing: 1px;
}

	#corpo .texto{
		height: 900px;
		float: left;
		margin: 25px 0 0 20px;
	}
	#corpo .texto h1{
		width: 600px;
		font-size: 16px;
		font-weight: bold;
		color: #e3b419;
		margin: -10px 0 10px 40px;
	}
	#corpo .texto h2,h3,h4,h5{
		width: 400px;
		font-size: 15px;
		color: #f08621;
		margin: 20px 0 15px 10px;
		font-weight: normal;
	}
	#corpo .texto p{
		margin: 10px 10px;
		font-size: 14px;
		color: #ffffff;
	}
#programacao{
	float: left;
	width:818px;
	height: 1028px;
	margin: 100px 70px 0 70px;
}
	.programacaoTexto{
		width:818px;
		height: 1022px;
		background: url('../imagens/texto_programacao.png') transparent no-repeat;
	}
/*Formulário de Inscrição*/

form {
	margin-top: -10px;
}
input[type="submit"]{
	margin: 5px auto;
	width: 100px;
	height: 25px;
	line-height: 20px;
	font-size: 14px;
}
input[type="button"]{
	margin: 4px 0 0 0;
	width: auto;
	text-transform: uppercase;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 5px;
}
input[type="text"] {
    background-color:#FFF;
    border:1px solid #BBB;
	margin-top: 4px;
}
#code{
	width: 35px;
	height: 15px;
	margin-left: 5px;
	margin-top: 5px;
}
#imageCode{
	width: 35px;
	height: 18px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: left;
}
select {
    background-color:#FFF;
    border:1px solid #CCC;
    margin-top: 4px;
}
input[type="text"]:hover, textarea:hover {
    background-color:#e3b419;
    border:1px solid #000;
}

input[type="text"]:focus , textarea:focus{
    background-color:#DDD;
    border:1px solid #000;
}
textarea{
	background-color:#FFF;
    border:1px solid #CCC;
    margin-top: 4px;
}
table tr {
	
}

#formulario{
	width: 418px;
	float: left;
}
	.texto label,
	#formulario label{
		display:block;
		font-size: 15px;
		color: #f08621;
		margin: 4px 10px 0 10px;
		text-align: right !important;
		font-weight: normal;
	}
#formulariocontato{
	width: 450px;
	float: left;
}
#mapa{
	width: 300px;
	float: left;
}

/*Carregamento das páginas*/

#carregando{
	width: 100%;
	height: 100%;
	background: #fff;
}

	#carregando .imgcarregando{
		position: absolute;
		top:50%;
		left: 50%;
		margin-left: -16px; 
	}
	
.noticias{
	float: left;
	width: 260px;
	height:200px;
	margin-left: 10px;
	background: url('../imagens/molduraNoticias.png') no-repeat bottom center;
}
	.noticias h2{
		margin:20px 0 0 2px !important;
	}
	.noticias #lista{
		width: 260px;
		height:150px;
		margin: 0;
	}
	.noticias div div{
		width: 250px;
		height: auto;
		padding: 5px 0;
		border-bottom: 1px dotted #FFF;
	}
	.noticias div div a{
		margin: 0 10px 0px 4px;
		display: block;
		color: #FFF;
		text-decoration: none;
	}
	.noticias div div a:hover{
		text-decoration: underline;
	}
	.noticias span.mais{
		float: right;
		margin: 0 10px 0 0;
	}
.fotos{
	float: left;
	width: 280px;
	height:200px;
	background: url('../imagens/molduraNoticias.png') no-repeat bottom center;
	margin-left:5px;
}
	 .fotos h2{
			margin:20px 0 0 2px !important;
	}
.imagens{
	width: 265px;
	height: 150px;
	overflow: auto;
	margin-top:10px;
	margin-left: 10px;
}
.imagem{
	width: 55px;
	height:auto;
	margin: 2px 5px 0 0;
	display: inline;
	float: left;
}
.imagem img{
	width: 55px;
}	

.redes{
	float: left;
	width: 190px;
	height:400px;
	margin-left: 15px;
}
	.redes .topoRedes{
		margin: -25px 0 25px 0;
	}
	.redes .icones{
		margin: -40px 0 0 57px;
	}
	.redes .icones a{
		margin-left: 10px;
	}
.contato{
	width: 480px;
	height:100px;
	float: left;
	margin: -150px 0 0 10px;
}
	.contato p{
		margin: 5px 0 0 5px !important;
		padding: 0 !important;
		font-size: 13px !important;
		line-height: 1;
		letter-spacing: 0px;
	}
#rota{
	width: 180px;
	height: 180px;
	float: right;
	margin: 20px 10px 0 0;
}
#rotaLocal{
	width: 780px;
	height: 200px;
	float: left;
	margin: 20px 40px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#botao{
	float: left;
	width:400px;
}
#endereco{
	width: 400px;
	float: right;
}
