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

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#banner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 186px;
	width: 800px;
}

#menu {
	position: relative;
	top: 3px;
	width: 800px;
	height: 20px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	background-color: #FFF;
}

#menu li {
	float: left;
	height: 100%;
	padding: 2px 6px 2px 0px;
	margin: 0px 4px 0px 0px;
	list-style: none;
}

#menu li a {
	color: #333;
	text-decoration: none;
}

#menu li a:hover {
	color: #999;
	text-decoration: none;
}

#janela {
	position: relative;
	top: -5px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 500px;
	overflow: hidden;
	background-color: #FFF;
}

#descricao {
	display: block;
	position: relative;
	width: 760px;
	height: 2000px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
	z-index: 1;
}

#descricao p {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 80%;
	text-align: justify;
}

#mapa {
	position: relative;
	width: 800px;
	height: 500px;
	display: block;
	overflow: hidden;
	z-index: -1;
}

#next {
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 150px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#next a {
	color: #333;
}

#next a:hover {
	color: #999;
}

#next p {
	line-height: 18px;
}