@charset "utf-8";
/* CSS Document */

#topo {
	width: 100%;
	height: 108px;
	background-color: #F8931E;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	position:fixed;
			
} 

#content_topo{
	width:1024px;
	height:132px;
	margin-left:auto;
	margin-right:auto;
	
}

#logo {
	width: 298px;
	height: 132px;
	float: left;
	padding-right: 300px;
	padding-left: 30px;
}

#menu {
	width: 120px;
	height: 132px;
	float: left;
	text-align:center;
	font-family: 'Alegreya Sans SC', sans-serif;
	padding-right: 10px;
	border:none;
	
}

#menu:hover {
	width: 120px;
	height: 98px;
	float: left;
	text-align:center;
	font-family: 'Alegreya Sans SC', sans-serif;
	color: #FFF;
	padding-right: 10px;
	padding-top:10px;
	background-color: #F60;
	transition-property:all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	border:none;
	
	
}
#menu:active {
	border:none;
}

#menu:visited {
	border:none;
}

#conteudo {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
			
} 

#conteudo2 {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
			
} 

#informacao {
	width: 1024px;
	height: 500px;
	text-align:center;
	padding-top: 20px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	background: url(Imagens/fundo_texto.jpg)
			
} 


#capa {
	width: 800px;
	height: 500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	
	
}

#sangria {
	width: 100%;
	height: 120px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	
}

#sangria2 {
	width: 100%;
	height: 120px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	
}

#sangria3 {
	width: 100%;
	height: 120px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	
}

#sangria4 {
	width: 100%;
	height: 120px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	
}
	
#janela {
	width: 100%;
	height: 300px;
			
} 

#simbolo {
	width: 470px;
	height: 400px;
	text-align:center;
	margin-left:auto;
	margin-right: auto;
	padding-top: 10px;
	float: left;
}

#texto { 
	width: 500px;
	height: 400px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size:18px;
	float:right;
	line-height: 150%;
}

span.texto {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size:20px;
	color:#F90;
}

span.subtitulo {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size:18px;
	color:#F90;
}

#titulo { 
	width: 500px;
	height: 40px;
	margin-left:auto;
	margin-right:auto;
	background:url(Imagens/bck_title.jpg);
	text-align:center;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size:30px;
	color:#FFFFFF;
	padding-top:5px;
	background-repeat:no-repeat;
}


