/*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.gap1 {
			position: relative;
			float: left;
			width: 490px;
			height: 96px;
			background: url(img/bg_gap.png);
		}
		
#bgHist {
	position: relative;
	float: left;
	width: 900px;
	height: 400px;
	background: url(img/bg_hist.png) no-repeat;
}
		
#bandPaises {
	position: relative;
	float: left;
	width: 828px;
	margin-left: 36px;
}

	div.boxPais {
		position: relative;
		float: left;
		width: 128px;
		height: 128px;
		margin-bottom: 20px;
	}
	
	.gap {
		margin-right: 12px;
	}
	
	img.imgPais {
		margin: 0 20px 0 20px;
	}
	
	p.nomePais {
		width: 128px;
		margin-top: 3px;
		text-align: center;
		font-size: 80%;
		color: #222;
	}