*, html, body {
	margin: 0;
	padding: 0;
}
body,h1,h2,h3,h4,h5,h6,textarea,input,select {
	font-family: "Trebuchet MS";
	font-size: 12px; color: #000; font-weight: normal;
}
html, body {
	height: 100%;
	margin: 0; padding: 0;
}
body {
	background: #000;
}
.stats, #loading {
	display: none;
}

#site {
	position: absolute; z-index: 0;
	width: 100%; height: 100%;
	display: block;
}
#bmapa {
	position: absolute;
	width: 448px; height: 310px;
	display: none; z-index: 5;
}
#bmapa #mapa {
	width: 100%; height: 100%;
	background: #E5E3DF;
	position: relative;
	display: block;
	overflow: hidden;
}

#mapa .balaoMapa {
	line-height: 130%;
}
#mapa .balaoMapa b {
	font-size: 130%;
}

#caminho {
	display: none;
}