/*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_nome.png);
	}
	
	h1.titNome {
		color: #036;
		margin: 20px 0 0 17px;
	}
		
div.txtMuni {
	position: relative;
	float: left;
	width: 860px;
	padding: 0 19px 0 21px;
	margin-bottom: 50px;
	background: url(img/bg_txtMuni.png) no-repeat;
}

.pqno {
	height: 215px;
}

p.listaMuni {
	position: relative;
	float: left;
	width: 160px;
	margin: 0 12px 20px 0;
}