/* CSS 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 {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del {	text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BACKGROUND DO SITE */
body { background:#cce7d8 url(../imagens/bg-site.gif) repeat-x top left; }
body .impressao { background-image:none; background-color:#fff; }


/* FLOAT */
clearBoth {
	clear:both;
	display:block;
}
floatLeft {
	display:block;
	float:left;
}
floatRight {
	display:block;
	float:right;
}


/* DEFININDO PROPRIEDADES DAS FONTES */
body,table,h1,h2,h3,h4,h5,h6,p,input,select,textarea,button,div,a {
	color:#666;
	font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}


/* DEFININDO ALINHAMENTO/ESTRUTURA DO SITE */
#alinhamento {
	margin:0 auto 10px auto;
	text-align:left; /* Para voltar o alinhamento dos textos */
}
#moldura {
	padding:20px 20px 5px 20px;
	background:#cce5be url(../imagens/bg-moldura.gif) repeat-x top left;
	width:890px;
	display:block;
	margin:15px auto;
}
	#site {
		background-color:#fff;
		display:block;
		margin:0 auto;
		overflow:auto;
		padding:0 10px 10px 10px;
		width:870px;	
	}
	address {
		display:block;
		margin-top:15px;
		width:838px;
		padding:10px 15px;
		clear:both;
		font-style:normal;
		background:url(../imagens/bg-endereco.gif) repeat-x bottom left;
		border:1px solid #ebebeb;
		text-align:center;
	}
	address span {
		color:#01532d;
		font-weight:bold;
	}	


/* TOPO */
#topo {
	clear:both;	
	display:block;
	height:468px;
	width:890px;
	margin:0 auto;
	position:relative;
	background-color:#fff;
}	
#imagemXml {
	clear:both;	
	display:block;
	height:202px;
	width:652px;
	margin-top:207px;
	left:0;
	margin-left:225px;
	position:absolute;
	top:50px;
}

/* ESQUERDA */
#esquerda {
	display:block;
	float:left;
	width:210px;
}
#esquerda address {
	display:block;
	width:210px;
	font-style:normal;
	padding:15px 0;
	clear:both;
}
#esquerda address span {
	clear:both;
	display:block;
	font-weight:bold;
	color:#01532d;
	margin-bottom:5px;
}
	#esquerda #redes-sociais li {
		display:block;
		float:left;
		width:52px;
		margin-top:15px;
	}
		#esquerda #redes-sociais li a {
			background:url(../imagens/redes-sociais.jpg) no-repeat top left;
			width:52px;
			height:60px;
			display:block;
			text-indent:-5000px;
		}
		#esquerda #redes-sociais li a.twitter {
			background:url(../imagens/redes-sociais.jpg) no-repeat -52px top;
		}
		#esquerda #redes-sociais li a.facebook {
			background:url(../imagens/redes-sociais.jpg) no-repeat -104px top;
		}
		#esquerda #redes-sociais li a.youtube {
			background:url(../imagens/redes-sociais.jpg) no-repeat -156px top;
		}		
	#esquerda #menu dl {
		display:block;
		width:210px;
	}
	#esquerda #menu dl dd {
		display:none;
	}	
		#esquerda #menu dl dt a {
			background: url(../imagens/bg-menu.gif) no-repeat top left;
			display:block;
			margin:0;			
			padding:8px 10px 8px 20px;
			margin-bottom:2px;
			width:180px;
		}		
		#esquerda #menu dl dt a:hover {		
			color:#01532d;
		}
		#esquerda #menu dl dd ul {
			padding:10px 10px 10px 10px;
		}
			#esquerda #menu dl dd ul li {
				background:url(../imagens/marc-3.gif) no-repeat top left;
				border-bottom:1px dotted #ccc;
				margin-bottom:8px;
				padding:0 0 2px 15px;
			}
				#esquerda #menu dl dd ul li a:hover {
					color:#01532d;
				}


/* CONTEUDO */
#conteudo {
	background:url(../imagens/bg-conteudo.jpg) no-repeat 20px bottom;
	display:block;
	float:right;
	width:620px;
	padding:10px 20px 120px 20px;
	margin-bottom:15px;
}
	#conteudo-esquerda {
		float:left;
		display:block;
		padding:0 30px 0 0;
		width:340px;
	}
	#conteudo-direita {
		float:right;
		display:block;
		width:250px;
	}	
	h2 { 
		background-position:left top; 
		background-repeat:no-repeat;
		clear:both;
		display:block;			
		height:30px;
		margin:0 0 15px 0;			
		text-indent:-5000px;
	}
	.link-capa {
		clear:both;
		display:block;
		padding:0 0 15px 0;
		text-align:right;
	}
		a.link-capa { text-decoration:underline; }
		a:hover.link-capa { color:#01532d; }
	#conteudo p.chamada {
		clear:both;
		padding:0 0 15px 0;
		text-align:justify;
	}
	#conteudo p.mensagem-erro {
		background-color:#f4f4f4;
		border:1px solid #ccc;
		clear:both;
		color:#900;
		display:block;
		margin:15px 20px;
		overflow:auto;
		padding:50px;
		text-align:center;
	}
	#conteudo p.mensagem-ok {
		background-color:#f4f4f4;
		border:1px solid #ccc;
		clear:both;
		color:#01532d;
		display:block;
		margin:15px 20px;		
		padding:50px;
		text-align:center;
	}	
	#conteudo p.exibicao {
		padding:0 0 15px 0;
		text-align:center;
	}
		#conteudo p.exibicao span {
			color:#01532d;
			font-weight:bold;
		}	


/* FOTOS */
.foto-sys {	
	background-color:#f4f4f4;
	border:1px solid #999;	
	padding:3px; 
}
	.foto-sys:link {
		background-color:#f4f4f4;
		border: 1px solid #999;
		padding:3px;
	}
	.foto-sys:visited { border: 1px solid #ccc; }
	.foto-sys:hover {	border: 1px solid #060; }


/* INPUTS */
.campo {
	background-color:#f4f4f4;	
	border:1px solid #ccc;
	color:#666;
	padding:3px;
}
.botao {
	background-color:#01532d;
	border:none;
	color:#fff;
	cursor:pointer;
	margin-left:3px;
	padding:3px 4px;
}
label {
	color:#666;
}


/* PAGINACAO */
.paginacao { 
	text-align:center;
	color:#999;
}
	.paginacao li { display:inline; }
		.paginacao li span {
			color:#01532d;
			font-size:15px;
			font-weight:bold;
		}	
		.paginacao li a {
			color:#01532d;
			font-weight:bold;
		}
		.paginacao li a:hover { text-decoration:underline; }


/* RODAPE */
#rodape {
	background:url(../imagens/bg-rodape.gif) no-repeat top left;
	clear:both;
	display:block;
	margin:0 auto 10px auto;	
	padding:15px 10px 10px 10px;
	width:870px;	
}
	#rodape #copyright {
		color:#666;
		float:left;
		text-align:left;
		width:650px;		
	}	
	#rodape #assinaturas {
		float:right;
		text-align:right;
		width:220px;
	}	
		#rodape #assinaturas img {
			padding-left:10px;
		}


/* HOME VOLTAR */
.homevoltar {
	clear:both;
	color:#666;
	display:block;	
	padding:15px 0 0 0;
	text-align:right;
	border-top:1px dotted #ccc;
}
	.homevoltar li { display:inline; }
		.homevoltar li a {
			color: #666;
			font-weight:bold;
		}
		.homevoltar li a:hover {
			color:#01532d;
			text-decoration:underline;
		}


/* ESCONDE */
.esconde { display:none; }


/* TÍTULOS IMAGEM */
h2.titulo-menu { background-image: url(../imagens/tit-menu.gif); height:40px; margin-bottom:5px; }
h2.titulo-faleconosco { background-image: url(../imagens/tit-faleconosco.gif); }
h2.titulo-institucional { background-image: url(../imagens/tit-institucional.gif); }
h2.titulo-newsletter { background-image: url(../imagens/tit-newsletter.gif); }
h2.titulo-noticias { background-image: url(../imagens/tit-noticias.gif); }
h2.titulo-parcerias { background-image: url(../imagens/tit-parcerias.gif); }
h2.titulo-agendadeeventos { background-image: url(../imagens/tit-eventos.gif); }
h2.titulo-destaques { background-image: url(../imagens/tit-destaques.gif); }
h2.titulo-orientacoes { background-image: url(../imagens/tit-orientacoes.gif); }


/* TITULOS E SUBTITULOS */
h3 {
	color:#01532d;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:0 0 15px 0;	
}
	h3 a {
		color:#01532d;
		font-size:11px;
		font-weight:normal;
	}
	h3 a:hover {
		text-decoration:underline;
	}
h4 {
	clear:both;
	color:#01532d;
	font-size:13px;
	font-weight:bold;
	padding:0 0 15px 0;
}
