@charset "utf-8";

.pointsofinterest {
	width: 715px;
	color: #ffffff;
	height: 525px;
	height: 500px;
	overflow: hidden;
	margin-bottom: 25px;
	padding-top:43px;
}

.pointsofinterest h3 {
	margin: 0px;
	text-transform: uppercase;
	padding: 20px 0 4px 0;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	color: #FFFFFF;
}

.pointsofinterest img {
	position: absolute;
	z-index: 1;
	margin: 0px;
}

.pointsofinterest ul,.pointsofinterest li {
	margin: 0px;
	padding: 0px;
	position: absolute;
}

.pointsofinterest ul li {
	list-style-type: none;
}

.x,.y {
	display: none;
}

.poi_points  li {
	background: url(/temas/elevo/images/marcadorMapa.png);
	width: 10px;
	height: 10px;
	z-index: 1000;
	cursor: pointer;
	
}

.poi_contents li {	
	z-index: 1001;	
	display: none;
	width: 109px;	
	font-family: 'Lato', sans-serif;
	font-size:10px;
	color: #154F6A;
}
.topoo {
	background: url(/temas/elevo/images/aqui_topo.png);
	width:117px;
	height:16px;
}
.bottomm {
	background: url(/temas/elevo/images/aqui_bottom.png);
	width:117px;
	height:15px;
	position:absolute;
	bottom:0;
	margin-left:-15px;
}
.middle {
	padding-left:15px;
	background-color:#3EA6D6;
	width:102px;
	margin-bottom:15px;
}

.arrow_left {
	display: block;
	position: absolute;
	z-index: 1001;
	height: 15px;
	width: 12px;
	/*background: url(/temas/elevo/images/balaoSeta.png);*/
	margin-left: -22px;
}

.poi_close {
	position: absolute;
	margin-left: 95px;
	margin-top: 0px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(/temas/elevo/images/close.png);
	cursor: pointer;
	right: 5px;
}
/** Aqui o nifty corrners **/
.poi_nifty_top {
	position: absolute;
	width: 100%;
	margin-left: -10px;
	margin-right: -5px;
	margin-top: -16px;
	display: block;
	/* background: url(/temas/arsopi/images/mapa/balaoTopo.png); */
	background-repeat: no-repeat;

}
.poi_nifty_down {
	position: absolute;
	width:100%;
	height: 18px;
	margin-top: 22px;
	margin-left: -10px;
	margin-right: -5px;
	display: block;
	/* background: url(/temas/arsopi/images/mapa/balaoRodape.png); */
	background-repeat: no-repeat;
	box-shadow: 0px 0px 0px 0px #666;
	-webkit-box-shadow: 0px 0px 0px 0px #666;
}
.saibaMis {
	font-size:11px;
	color:#008AC9;
	text-transform:uppercase;
	text-decoration:none;
}