/*CSS Mundo das Bandeiras*/

/*Geral*/
h6 {
	color: #fff;
	margin-top: 2px;
	text-align: center;
	width: 351px;
}

#conteudo p {
	color: #454545;
	font-size: 75%;
	line-height: 165%;
}

/*Estrutura do conteudo*/
#conteudo {
	position: relative;
	float: left;
	width: 900px;
	background: #fff;
	z-index: 50;
}
	
	div.txtNome {
		position: relative;
		float: left;
		width: 900px;
		height: 89px;
		background: url(img/bg_nome2.png);
	}
	
	h1.titNome {
		color: #036;
		margin: 20px 0 0 17px;
	}
		
div.coluna01 {
	position: relative;
	float: left;
	width: 450px;
	background: url(img/bg_coluna03.png) no-repeat;
}

div.coluna02 {
	position: relative;
	float: left;
	width: 450px;
	background: url(img/bg_coluna04.png) no-repeat;
}

	div.txtHist {
		position: relative;
		float: left;
		width: 419px;
		margin: 0 0 50px 21px
	}
	
	p.descHist {
		margin-bottom: 12px;
		width: 419px;
		text-align: center;
	}
	
	div.txtHist2 {
		position: relative;
		float: left;
		width: 419px;
		padding: 0 0 50px 10px;
	}
	
div.hinosBras {
	position: relative;
	float: left;
	width: 589px;
	height: 231px;
	padding-left: 311px;
	margin-bottom: 50px;
}