/*CSS Mundo das Bandeiras*/

/*Estrutura do conteudo*/
#conteudo_paises {
	position: relative;
	float: left;
	width: 900px;
	height: 1312px;
	background: #fff;
	z-index: 50;
}

#coluna01 {
	position: relative;
	float: left;
	width: 480px;
	height: 1312px;
	margin-right: 6px;
}

	div.nomePais {
		position: relative;
		float: left;
		width: 480px;
		height: 106px;
	}
	
		div.txtPais {
			position: relative;
			float: left;
			width: 380px;
			height: 106px;
			background: url(img/bg_titPais.png);
		}
		
		h1.titPais {
			color: #036;
			margin: 20px 0 0 17px;
		}
	
	div.infoPais {
		position: relative;
		float: left;
		width: 480px;
		height: 294px;
		margin-bottom: 14px;
	}
	
		div.txtInfo {
			position: relative;
			float: left;
			width: 463px;
			height: 294px;
			background: url(img/bg_txtInfo.png);
		}
		
			p.descInfo {
				color: #333;
				font-size: 80%;
				line-height: 120%;
				margin: 10px 0 0 17px;
			}
			
			span.recuo {
				margin-left: 10px;
			}
		
		div.gapInfo {
			position: relative;
			float: left;
			width: 17px;
			height: 294px;
			background: url(img/bg_gapInfo.png);
		}
	
	div.txtBands {
		position: relative;
		float: left;
		width: 480px;
		height: 76px;
	}
	
		h3.titBands {
			color: #036;
			margin-left: 17px;
		}
		
		p.descBands {
			clear: both;
			color: #333;
			font-size: 80%;
			margin: 5px 0 0 27px;
		}
	
	div.imgsBands {
		position: relative;
		float: left;
		width: 480px;
		height: 822px;
	}

#coluna02 {
	position: relative;
	float: left;
	width: 414px;
	height: 1312px;
}

	div.imgLoca {
		position: relative;
		float: left;
		width: 414px;
		height: 439px;
		margin: 51px 0 53px 0;
	}
	
	div.txtHist {
		position: relative;
		float: left;
		width: 414px;
		height: 599px;
	}
	
		h3.titHist {
			float: right;
			text-align: right;
			color: #036;
			margin-right: 29px;
		}
		
		p.descHist {
			width: 328px;
			float: right;
			text-align: right;
			font-size: 80%;
			color: #333;
			margin: 10px 29px 0 0;
			line-height: 130%;
		}
	
	img.logoB1 {
		float: right;
		margin-right: 29px;
	}

/*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;
		}

