/*CSS Mundo das Bandeiras*/

/*Geral*/
h6 {
	color: #fff;
	margin-top: 2px;
	text-align: center;
	width: 351px;
}

#conteudo p {
	color: #454545;
	font-size: 75%;
	text-align: justify;
	line-height: 165%;
}

/*Estrutura do conteudo*/
#conteudo {
	position: relative;
	float: left;
	width: 900px;
	background: #fff;
	z-index: 50;
}

	div.nomeSecao {
		position: relative;
		float: left;
		width: 407px;
		height: 89px;
	}
	
		div.txtNome {
			position: relative;
			float: left;
			width: 407px;
			height: 89px;
			background: url(img/bg_nome.png);
		}
		
		h1.titNome {
			color: #036;
			margin: 20px 0 0 17px;
		}
		
div.coluna01 {
	position: relative;
	float: left;
	width: 407px;
	margin-bottom: 50px;
}

	div.txtHist {
		position: relative;
		float: left;
		width: 375px;
		padding: 0 11px 0 21px;
		background: url(img/bg_coluna01.png) no-repeat;
	}
	
	p.descHist {
		margin-bottom: 12px;
	}

div.coluna02 {
	position: relative;
	float: left;
	width: 493px;
	margin-bottom: 50px;
	background: url(img/bg_coluna02.png) no-repeat;
}

	img.imgHist {
		margin: 0 0 21px 10px;
	}
	
	div.txtHist2 {
		position: relative;
		float: left;
		width: 462px;
		padding: 0 21px 0 10px;
	}