/*CSS Mundo das Bandeiras*/

/*Geral*/
h6.titulos1 {
	color: #036;
	text-align: center;
	width: 800px;
	margin-bottom: 10px;
}

h6.titulos {
	color: #036;
	text-align: center;
	width: 800px;
}

p.subtitulos1 {
	width: 800px;
	color: #454545;
	font-weight: bold;
	font-size: 75%;
	line-height: 140%;
	text-align: right;
	margin-bottom: 7px;
}

p.subtitulos {
	width: 800px;
	color: #454545;
	font-weight: bold;
	font-size: 75%;
	line-height: 140%;
	text-align: center;
	margin-bottom: 7px;
}

p.texto {
	width: 800px;
	color: #666;
	line-height: 140%;
	margin-bottom: 7px;
}

/*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.lei {
	position: relative;
	float: left;
	width: 800px;
	padding: 0 50px 0 50px;
	margin-bottom: 50px;
	background: url(img/bg_lei.png) no-repeat;
}

div.centerimg {
	width: 283px;
	margin: 0 auto;
}

div.centerimg2 {
	width: 700px;
	margin: 0 auto;
}

div.centerimg3 {
	width: 190px;
	margin: 0 auto;
}

div.centerimg4 {
	width: 114px;
	margin: 0 auto;
}

img.imglei {
	margin-bottom: 7px;
}

img.imglei2 {
	margin-bottom: 30px;
}

img.imglei3 {
	margin-bottom: 15px;
}

div.centertable {
	width: 400px;
	margin: 0 auto;
}

	table {
		position: relative;
		float: left;
		font-size: 75%;
		border: 1px;
		color: #444;
	}
	
	td {
		width: 200px;
		height: 22px;
		padding-left: 5px;
	}
	
div.botoes {
	position: relative;
	float: left;
	width: 800px;
	margin-top: 25px;
}

div.gap {
	position: relative;
	float: left;
	width: 800px;
	height: 20px;
}