* { padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; background-repeat:no-repeat}

#map {
	width:936px;
	height:600px;
	background:#eceae7;
}
.icone {
	position:absolute;
	left:0;
	top:0;
	display:block;
	cursor:pointer;
}

.icone:hover {
	background-position:0 -600px;
}
#info h1 {
	font-size:31px;
	padding:10px;
	display:none;
}
#info p {
	font-size:18px;
	color:#47423a;
	font-weight:bold;
	line-height:50px;
	padding:10px;
	margin:10px;
}
#info p strong{font-size: 62px; color:#ff9900;}
#botao-antes, #botao-proximo {
	background:url(https://s1.trrsf.com.br/atm/2/_img/btn-general.gif) no-repeat -150px -300px;
	width:20px; height:20px; display:block;
	text-indent:-5000px;
	float:left;
	margin-right:6px;
}
#botao-proximo {
	background-position:-150px -330px;
}
#botao-antes:hover {
	background-position:0 -300px;
}
#botao-proximo:hover {
	background-position:0 -330px;
}
#nav {
	margin-top:10px;
}


