*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
}
a{
	text-decoration: none;
}
img{
	border: 0;
}
h1{
	display: none;
}
h3{
	font-weight: normal;
}
body{
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
#topo{
	background-image: url(img/topo.gif);	
	width: 701px;
	height: 73px;
}
#topo a{
	width: 701px;
	height: 33px;
	display: block;
}
#mapa{
	width: 668px;
	height: 346px;
	position: absolute;
	left: 20px;
	top: 90px;
	z-index: 1;
}
.mapa1{	background-image: url(img/mapa01b.gif);}
.mapa2{	background-image: url(img/mapa02.gif);}
.mapa3{	background-image: url(img/mapa03.gif);}
.mapa4{	background-image: url(img/mapa04.gif);}
#texto,
#caixa{
	position: absolute;
	width: 577px;
	height: 60px;
	left: 39px;
	bottom: 2px;
	padding: 5px;
	z-index: 3;
}
#caixa{
	filter:alpha(opacity=55);-moz-opacity:.455;opacity:.55;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #919191;
}
	
#ant,
#pro{
	position: absolute;
	bottom: 25px;
	width: 35px;
	height: 35px;
}
#ant{
	left: 2px;
}
#pro{
	right: 2px;
}
#ant a,
#pro a{
	display: block;
	width: 35px;
	height: 35px;
	background-position: 0 0;
	background-image: url(img/ant.gif);
}
#pro a{
		background-image: url(img/pro.gif);
}
#ant a:hover,
#pro a:hover{
	background-position: 0 -35px;
}
