/* +++  Botoes de Base Maps sobre o mapa   +++ */
.btnBaseMap { position: absolute; cursor: pointer; font-size:11px; text-align:center; white-space:nowrap; height:27px; -moz-user-select:none; }
.btnBaseMapSel {	font-weight:bold; }
.btnBaseMap-left { background: transparent url(images/btnbmLeft.png) no-repeat 0px 0px; width: 9px; }
.btnBaseMapSel .btnBaseMap-left { background: transparent url(images/btnbmSelLeft.png) no-repeat 0px 0px; width: 9px; }
.btnBaseMap-center { background: transparent url(images/btnbmCenter.png) repeat-x 0px 0px; width: 1px; }
.btnBaseMapSel .btnBaseMap-center { background: transparent url(images/btnbmSelCenter.png) repeat-x 0px 0px; width: 1px; }
.btnBaseMap-right { background: transparent url(images/btnbmRight.png) no-repeat 0px 0px; width: 10px; }
.btnBaseMapSel .btnBaseMap-right { background: transparent url(images/btnbmSelRight.png) no-repeat 0px 0px; width: 10px; }
