/*CSS Mundo das Bandeiras*/

/*Estrutura do conteudo*/
#conteudo_paises {
	position: relative;
	float: left;
	width: 900px;
	background: #e9e9e9;
	z-index: 50;
}

.maior {
	height: 1000px;
}

#selPaises {
	position: relative;
	float: left;
	width: 900px;
	height: 564px;
	background: #fff;
} 

div.txtPaises {
	position: relative;
	float: left;
	width: 900px;
	height: 48px;
	margin-bottom: 30px;
}
	
	h1.titPais {
		width: 900px;
		margin: 22px 0 0 60px;
		display: inline;
		color: #036;
		font-size: 180%;
	}
	
	.space {
		letter-spacing: -1.5px;
	}

#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;
	}

/*Rodapé*/
#sombra {
	position: relative;
	float: left;
	width: 900px;
	height: 40px;
	background: url(../img/sombraRodape.png);
}

#rodape {
	position: relative;
	float: left;
	width: 900px;
	height: 102px;
	display: inline;
}

	span.color {
		color:#036;
	}

	div.atend {
		position: relative;
		float: left;
		width: 239px;
		height: 61px;
	}
	
		p.txtatend {
			font-size: 75%;
			text-align: center;
			margin: 30px 5px 0 0;
		}
	
	div.tel {
		position: relative;
		float: left;
		width: 264px;
		height: 61px;
	}
	
	div.email {
		position: relative;
		float: left;
		width: 397px;
		height: 61px;
	}
	
		p.txtemail {
			font-size: 75%;
			text-align: center;
			margin: 30px 0 0 125px;
		}
	
	div.end {
		position: relative;
		float: left;
		width: 900px;
		height: 41px;
	}
		
		p.txtend {
			width: 900px;
			font-size: 75%;
			text-align: center;
			margin-top: 13px;
			color: #036;
		}

