body {
	margin: 0px;
}
img {
	border: none;
}
.topo {
	text-align:center;
}
.fundotopo {
	width: 100%;
	background: url(../_IMG/TOPO/bg.jpg) repeat-x;
}
.top {
	height: 208px;
	width: 999px;
	position: relative;
	margin: auto;
	background: url(../_IMG/TOPO/topo.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.logo {
	position: absolute;
	top: 53px;
	left: 5px;
}
.menu_top {
	position: absolute;
	top: 20px;
	left: 70px;
	margin: 0px;
	padding: 0px;
}
.menu_top li {
	padding:0px;
	display: inline;
	margin: 0px 14px 0px 0px;
	list-style-image: none;
	list-style-type: none;
}
.menu_top li a, .menu_top li a:hover {
	color: #FFF;
	text-decoration:none;
}