@charset "utf-8";
/* CSS Document */

/* ELEMENTOS DO BODY */

body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

/* ELEMENTOS DO BODY */

/* Inídio da DIV MASTER */

#master {
	width: 1010px;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Fim da DIV MASTER */
	
	/* Início do TEXTO */
	
	#texto {
		float: right;
		width: 740px;
		margin: 50px 10px 30px 0;
		padding: 0 15px 30px 15px;
		position: relative;
		clear: right;
		border: 1px solid #0E4586;
		text-align: justify;
	}
	
	#texto h1,h2, h3  {
		text-align: center;
		font-family: "Bell Mt", serif;
		color: #0E4586;
	}
	
	h4, h5, h6 {
		text-align: left;
		font-family: "Bell Mt", serif;
		color: #0E4586;
	 }
		 
	#texto .marquee {
		float: right;
		margin: 15px 0;
		padding: 10px;
		border-top: ;
		border-bottom: ;
		width: 250px;
		height: 50px;
		text-align: justify;
		font: 8pt Verdana, Geneva, sans-serif;
		color: #0E4586;
	}
	
	#texto p {
		font: 8pt Verdana, Geneva, sans-serif;
	}
	
	#texto a {
		margin: 0;
		padding: 0;
		color: #0e4586;
		font: 8pt Verdana, Geneva, sans-serif;
		text-decoration: underline;
	}
	
	#texto a:hover {
		background-color: #0E4586;
		color: #FFF;
		text-decoration: none;
	}
	
	.lista_ul {
		margin-top: 30px;
		margin-bottom: 30px;
		font: 15pt "bell mt", Verdana, Geneva, sans-serif;
		color: #0B4786;
		clear: right;
	}
	
	.lista_ol {
		margin: 20px 0;
		font: 10pt Verdana, Geneva, sans-serif;
		line-height: 20pt;
		color: #0E4586;
	}
	
	.lista_item {
		color: #000;
	}
	
	.lista_accordion {
		margin: 30px 30px 30px 0;
		font: 10pt Verdana, Geneva, sans-serif;
		color: #0B4786;
		clear: right;
		line-height: 20px;
	}
	
	.lista_item_accordion {
		margin-top: 10px;
		color: #000;
	}
	
	.lista_descricao li {
		font: 8pt Verdana, Geneva, sans-serif;
		list-style-type: none;
		line-height: 13px;
		margin-top: 10px;
	}
	
	.lista_subdescricao {
		font: 8pt Verdana, Geneva, sans-serif;
		margin-top: 10px;
		margin-bottom: 15px;
		list-style-type: none;
		color: #000;
	}
	.extra_style {
		color: #0E4586;
	}
	
	table {
		text-align: center;
		font: 8pt Verdana, Geneva, sans-serif;
		color: #0E4586;
	}
	
	table th, td {
		border-bottom: 1px solid #0E4586;
	}
	
	/* Fim do TEXTO */
	
	
	/* Início do APOIO */
	
	#apoio {
		background-image: url(../../imgs/fotouern1.jpg);
		width: 100%;
		height: 200px;
		margin: 20px 0 20px 0;
		text-align: center;
		border-top: 1px solid #0e4586;
		border-bottom: 1px solid #0e4586;
		clear: both;
	}
	
	#apoio img {
		border: 1px solid #0E4586;
	}

	
	/* Fim do APOIO */
	
/* Início do RODAPÉ */

#rodape {
	width: 100%;
	border: none;
	padding: 0;
	border: none;
}

#rodape p {
	font: 8pt Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
}

#rodape .blue {
	background-image: url(../../imgs/bg_menu_horizontal.jpg);
	border: none;
}

#rodape .green {
	background-image: url(../../imgs/bg_frizo_verde.jpg);
	border: none;
}
	
/* Fim do RODAPÉ */
