.infoBox .IFcontainer {
	position: relative;
	width: 250px;
	padding: 10px;
	background-color: #ffffff;
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #999;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.infoBox .IFcontainer .IFclose {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/ad/m/images/map/lbox_controls.png');	
	background-repeat: no-repeat;
}

.infoBox .IFcontainer .IFcorner {
	position: absolute;
	bottom: -18px;
	left: 42%;
	margin-left: -15px;
	width: 30px;
	height: 18px;
	background-image: url('/ad/m/images/map/info-box-pico.png');	
	background-repeat: no-repeat;
	
}

.infoBox .IFcontainer img.IFheader {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.infoBox .IFcontainer div#IFtitleBox {
	margin: 5px 0 1px 0;
	font-size: 17px;
    padding:5px  0  5px 0;
	color: #d66100;
	font-weight: 600;
	letter-spacing: -1px;
}

.infoBox .IFcontainer div#address{
	text-align:left;
	font-size:14px;
	padding:5px  0  5px 0;

}
.infoBox .IFcontainer div#tema{
	text-align:left;
	font-size:13px;
	padding:5px  0  5px 0;
}
