@charset "utf-8";
/* CSS Document */
#divbanner{
	width:100%;
	height:280px;
	background-color:#000;
}
#contbanner{
	width:1000px;
	margin:0em auto;
	height:auto !important;
	min-height:200px;
	height:200px;
}
/*Começo relacionado ao banner */
#jFlowCredits {
	text-align: center;
	margin: 0 auto;
	width: 1000px;
}

#jFlowCredits h1 {
	color: #666;
	font-weight: normal;
	font-size: 90px;
	line-height: 1.1em;
	text-shadow: 1px 1px 1px #FFF;
	margin: 20px 0 0 0;
}


#jFlowCredits h1 span {
	font-style: italic;
	background-color: #CCC;
	font-size: 40px;
	color: #FFF;
	text-shadow: 1px 1px 1px #999;

}

#jFlowCredits h2 {
	margin: 0 0 30px 0;	
}

#jFlowCredits h2 a {
	color: #FFF;
	text-decoration: none;
		text-shadow: 1px 1px 1px #999;

}
	
#jFlowCredits h2 a:hover { 
	text-decoration: underline;
	background-color: #CCC;
	color: #FFF;
}
/*Fim relacionado ao banner */
