
#cabecalho {
    position:relative;
    height:50px;
    z-index:100;
    float:right;
    width: 100%;
}
#geom-buscaLocal {
    top: 50px !important;
}
#geom-listaEstab{
    /*top: 96px !important;*/
    top: 166px !important;
}
#geom-grupos{
    top: 120px !important;
}

.btnDesktop1{
    position:absolute;
    top: 8px;
    right: 257px;
    color:#585454 !important;
    font-weight: bold;
    background-color: #c4c4c4;
}
.btnDesktop{
    background: #e9e9e9 /*{a-bar-background-color}*/;
	border-color:	 		#ddd /*{a-bar-border}*/;
	color: 					#333 /*{a-bar-color}*/;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ 	#eee /*{a-bar-shadow-color}*/;
	font-weight: bold;
    font-size: 12.5px;
	display: inline-block;
	vertical-align: middle;
	z-index: 110 !important;
}
/*
.geom-rodape-infobox {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUoAAAAkCAYAAADvoHObAAABfUlEQVR42u3aS0rDUACG0SzIXbhBh67AqUtw3onoUBApDgpOQpvSlPQRuYISi0mbpJb25hz4RwrCBT/ySpLbUfnXttttCTAURVGUdT1M6n6QZZmTAwYjTdP2oQwDGIqmFjaGcrlcOj0genmedw+lq0ogduv1utzXwb2hvL5/9mInQuHB9e7ALXfHUH5vs9k4UaGEqP4HDu1f8uXAX36bfAimUMJFCw27Gb22jGSLUFYX/tBisRBOoYSzFp5Bhs8dr+4eyy6t6xXKWHcWz0PM7Hz2iwP52dN40iuG8/ncOZpFF0mxPMqLq3B57/zMYo6kYHa6mgyfTgmk2ZACKZYCaSaSHQ3kkMLnT26xzcSRHs8me72kAbj0UD68vP/PLTZALFeT4aPU3UBOp1OBBIQyLHyxXzWbzQQSEMnqVquVQAI0RU4gAXxSAHDCUAKIpEACQimQAEeJJIBQCiQgkgIJcJRQAoikQAK0CyWASAokQLtQAlATSQBqQgkAwGl9AmSOxGsmzdSaAAAAAElFTkSuQmCC') no-repeat !important;
}

#infobox {
   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEUlEQVR42mNgmHHqPwamgSAAC6I7elYQ1XgAAAAASUVORK5CYII=') !important;
}
*/










.geom-grupoPostos {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -0;
}
.geom-grupoPostosInativa {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -198px rgba(0, 0, 0, 0);
}

.geom-grupoOficinas {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -99px;
}
.geom-grupoOficinasInativa {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -297px;
}

.geom-grupoAlimentacao {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -66px;
}
.geom-grupoAlimentacaoInativa {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -264px;
}

.geom-grupoRefeicao {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -33px;
}
.geom-grupoRefeicaoInativa {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -231px;
}

.geom-grupoFarmacias {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -132px;
}
.geom-grupoFarmaciasInativa {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -330px;
}

.geom-grupoOutros {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -165px;
}
.geom-grupoOutrosInativa {
	background: url("img/sprite_grupos.png") no-repeat scroll -0 -363px;
}


#infoboxIconeGrupo.Postos
{
    background: url("img/sprite_grupos.png") no-repeat scroll 0 0;
}

#infoboxIconeGrupo.Oficinas {
    background: url("img/sprite_grupos.png") no-repeat scroll -0 -99px;
}

#infoboxIconeGrupo.Alimentacao {
    background: url("img/sprite_grupos.png") no-repeat scroll -0 -66px;
}

#infoboxIconeGrupo.Refeicao {
    background: url("img/sprite_grupos.png") no-repeat scroll -0 -33px;
}

#infoboxIconeGrupo.Farmacias {
    background: url("img/sprite_grupos.png") no-repeat scroll -0 -132px;
}

#infoboxIconeGrupo.Outros {
    background: url("img/sprite_grupos.png") no-repeat scroll -0 -165px;
}


#infoboxAbaListagem ul li.Postos {
    background: url("img/lista/Posto.png") no-repeat;
}
#infoboxAbaListagem ul li.Oficinas {
    background: url("img/lista/Oficina.png") no-repeat;
}
#infoboxAbaListagem ul li.Alimentacao {
    background: url("img/lista/Alimentacao.png") no-repeat;
}
#infoboxAbaListagem ul li.Refeicao {
    background: url("img/lista/Refeicao.png") no-repeat;
}
#infoboxAbaListagem ul li.Farmacias {
    background: url("img/lista/Farmacia.png") no-repeat;
}
#infoboxAbaListagem ul li.Outros {
    background: url("img/lista/Outros.png") no-repeat;
}

#tipoMapa {
	top: 88px;
	position: absolute;
	right: 2px;
	width: 120px;
	z-index: 120;
}