/*CSS Mundo das Bandeiras*/

/*Geral*/
h6 {
	color: #fff;
	margin-top: 2px;
	text-align: center;
	width: 351px;
}

p.descDisp {
	color: #666;
	font-size: 75%;
	width: 339px;
	margin: 8px 6px 0 6px;
	text-align: justify;
}

/*Estrutura do conteudo*/
#conteudo {
	position: relative;
	float: left;
	width: 900px;
	background: #fff;
	z-index: 50;
}

	div.nomeSecao {
		position: relative;
		float: left;
		width: 900px;
		height: 96px;
	}
	
		div.txtNome {
			position: relative;
			float: left;
			width: 410px;
			height: 96px;
			background: url(img/bg_nome.png);
		}
		
		h1.titNome {
			color: #036;
			margin: 20px 0 0 17px;
		}
		
		div.gap {
			position: relative;
			float: left;
			width: 490px;
			height: 96px;
			background: url(img/bg_gap.png);
		}
		
div.conj {
	position: relative;
	float: left;
	width: 900px;
	margin-bottom: 32px;
}
		
div.c1 {
	background: url(img/bg_conj1.png) no-repeat;
}

div.c5 {
	margin-bottom: 50px;
}

	div.disp {
		position: relative;
		float: left;
		width: 351px;
		margin: 0 22px 0 59px;
	}
	
	div.nomeDisp {
		position: relative;
		float: left;
		width: 351px;
		height: 24px;
		background: url(img/bg_nomeDisp.png);
	}