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

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #FFF;
	color: #565656;
	font-family: arial,sans-serif;
}

h1 {
	color: #000;
	font-size: 3.6em;
	margin-left: 10px;
	}

h1 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
color: #ededed;
	text-decoration: none;
	}


#wrap {
	width: 870px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	}

#head {
	margin-top: 40px;
	padding-top: 10px;
	}

.nav {
	margin: 40px 0 0 0;
	}
	
.nav ul {
	width: 850px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
	background-color: #ededed;
	}
	
.nav li {
	list-style-type: none;
	display: inline;
	}

.nav li a {
	float: left;
	display: block;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FFF;
	border: 1px dotted #000;
	padding: 10px 10px 10px 10px;
	font-size: 0.9em;
	margin: 0 10px 0 0;
	}
	
.nav li a:hover {
    color: #FFF;
	background-color: #000;
	}

.nav li a:hover span {
	color: #FFF;
	border-bottom: 1px dotted #000;
	}
	
.nav li a span {
	font-size: 0.8em;
	color: #666;
	border-bottom: 1px dotted #000;
	}

.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
	font-size: 0;
	}

.titulo {
	padding: 25px 0px 25px 20px;
	font: 600 1.2em arial,sans-serif;
	color: #FFF;
}

.titulo a {
	color: #FFF;
	text-decoration: none;
}






/* _sitesexternos ____________________________________________ */

#site {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
	margin-top: 16px;
}

#container_menu {
	z-index: 1;
	position: absolute;
	height: 16px;
	width: 100%;
	float: left;
}

#menu {
	width: 870px;
	height: 16px;
	text-align: left;
	float: left;
}

.menuExtensao {
	background-color:#9900ff;
	margin-left:870px; 
	height:16px;
}

h5 a:link {
	color: #000;
	text-decoration: none;
}

h5 a:hover {
	color: #000;
	text-decoration: none;
}

h5 a:visited {
	color: #000;
	text-decoration: none;
}

h5 a:active {
	color: #000;
	text-decoration: none;
}




/* _map _moon ____________________________________________ */

#site_map {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
	margin-top: 0px;
}

#site_moon {
	width: 100%;
	height: 100%;
	left: 0px;
	top: -90px;
	position: absolute;
	z-index: 0;
	margin-top: 0px;
}

#container_map {
	z-index: 999;
	position: absolute;
	height: 0px;
	width: 71px;
}
