#coluna-central {
    background-image:  url('../imagens/maps.png');
    background-position: center 100px;;
    background-repeat: no-repeat;
}


#iframe {
	position: relative;
	height: 450px;
}

.iframe { 
    width:680px;
    height: 430px;
    position: absolute;
    left: 50%;
    margin-left: -340px;
    z-index: 100;
    background: #fff;
}

.iframe-ml {
	width:620px;
	left: 10px;
    right: 10px;
}

.titulo {
	margin: 0 25px;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
}
