@charset "UTF-8";
/* CSS Document */

body {
	background-color:#C7BBB6;	
}

.primeira {
	/*background-color:#C7BBB6;*/
	width:1200px;
	height:800px;
	margin:auto;
}

#img_logo {
	margin-top:200px;;
	margin-left:250px;
}

#img_balances {
	margin-top:40px;;
	margin-left:250px;	
	
}

#img_nomes {
	margin-top:40px;;
	margin-left:250px;	
	
}
.segunda {
	/*background-color:#C7BBB6;*/
	width:1200px;
	height:800px;
	margin:auto;
	
}

.separador {
	height:19px;
	background-image:url(dash.png);
	background-repeat:repeat;
}

.terceira {
	/*background-color:#C7BBB6;*/
	width:1200px;
	height:800px;
	margin:auto;
}
.mapa {
	width:1170px;
	height:770px;
	margin-top:15px;
	margin-left:15px;
}

.bottom {
	margin:auto;
	height:106px;
	width:1170px;
	background-image:url(balancs.png);
	background-repeat:repeat;

}