#mapa-cit {
width: 100%;
height: 400px;
border: 1px solid gray;
}
/* --- Interfaz Mapa ------------------------------------------------------------------------------
*/

#interfaz-mapa {
background-color: #fff;
position: relative;
padding-left: 16px;
padding-right: 16px;
}

#interfaz-mapa h2 {
font-size: 16px;
font-weight: bold;
color: #2867B7;
border: none;
line-height: 26px;
padding-top: 15px;
margin-bottom: 15px;
}

#mensaje-busquedas {
position: absolute;
top: 15px;
left: 280px;
height: 24px;
width: 350px;
}

#mensaje-busquedas p {
line-height: 24px;
text-align: center;
}


#mensaje-busquedas #hay-resultados-busqueda-mapa,
#mensaje-busquedas #no-hay-resultados-busqueda-mapa,
#mensaje-busquedas #buscando-busqueda-mapa {
display: none;
}

#mensaje-busquedas #buscando-busqueda-mapa {
background-color: #F7F7F7;
border: 1px solid #C9C7C7;
}

#mensaje-busquedas #buscando-busqueda-mapa span {
padding-left: 22px;
background-image: url(../img/cargando.gif);
background-repeat: no-repeat;
}

#mensaje-busquedas #hay-resultados-busqueda-mapa {
background-color: #E2F8EA;
border: 1px solid #C9C7C7;
}

#mensaje-busquedas #no-hay-resultados-busqueda-mapa {
background-color: #F8EDE2;
border: 1px solid #C9C7C7;
}




#combos-categorias {
position: relative;
}

#combos-categorias div {
width: 150px;
height: 215px;
background-color: #f1f1f1;
background-image: url(../img/fondo_combos_mapa.png);
padding: 0 8px 0 8px;
}

#combos-categorias > div {
float: left;
margin-left: 20px;
margin-bottom: 20px;
}

						/*
						#combos-alojamiento > div {

						}

						#combos-gastronomia {
						position: absolute;
						top: 0;
						left: 216px;
						}

						#combos-comercio {
						position: absolute;
						top: 0;
						left: 432px;
						}

						#combos-ocio {
						position: absolute;
						top: 0;
						left: 648px;
						}
						*/
#combos-categorias h3 {
color: #424242;
font-size: 13px;
font-weight: bold;
padding-top: 8px;
padding-bottom: 8px;
letter-spacing: 1px;
text-align: center;
background-repeat: no-repeat;
background-position: top left;
margin-bottom: 5px;
}

#combos-alojamiento h3 {
background-image: url(../img/marcador_leyenda_alojamiento.gif);
}

#combos-gastronomia h3 {
background-image: url(../img/marcador_leyenda_gastronomia.gif);
}

#combos-comercio h3 {
background-image: url(../img/marcador_leyenda_comercio.gif);
}

#combos-ocio h3 {
background-image: url(../img/marcador_leyenda_ocio.gif);
}

#combos-servicio h3 {
background-image: url(../img/marcador_leyenda_servicios.gif);
}


#combos-categorias select {
width: 140px;
display: block;
}

#combos-categorias option.selected {
background-color: #FEFDBC;
}

#combos-categorias input {
padding: 1px 3px 1px 3px;
background-color: #DEE7EC;
font-weight: bold;
color: #333;
}

select.select-subcategoria {
display: none;
}

#combos-categorias p.select-subcategoria {
display: none;
}

/* eliminar -------------------> */

								#select-alojamiento-subcategorias,
								#select-ocio-subcategorias,
								#select-comercio-subcategorias,
								#select-gastronomia-subcategorias {
								display: none;
								}


/* Mostrar / Ocultar */

#mostrar-ocultar {
height: 26px;
overflow: hidden;
position: absolute;
right: 16px;
top: 15px;
}

#mostrar-ocultar h3 {
line-height: 26px;
display: inline;
background-color: #f7f7f7;
float: left;
padding-left: 1em;
padding-right: 1em;
color: #888;
}

#mostrar-ocultar p {
float: left;
width: 26px;
height: 26px;
background-image: url(../img/toggle_desactivado.png);
position: relative;
margin-left: 4px;
}

#mostrar-ocultar p a span {
display: none;
}

#mostrar-ocultar p a.desactivado {
display: none;
}

#mostrar-ocultar p a {
display: block;
width: 26px;
height: 26px;
position: absolute;
top: 0;
left: 0;
}

#toggle-alojamiento.seleccionado {
background-image: url(../img/toggle_destacado_alojamiento.png);
}

#toggle-ocio.seleccionado {
background-image: url(../img/toggle_destacado_ocio.png);
}

#toggle-comercio.seleccionado {
background-image: url(../img/toggle_destacado_comercio.png);
}

#toggle-gastronomia.seleccionado {
background-image: url(../img/toggle_destacado_gastronomia.png);
}

#toggle-servicios.seleccionado {
background-image: url(../img/toggle_destacado_servicios.png);
}


#toggle-alojamiento.no_seleccionado {
background-image: url(../img/toggle_no_destacado_alojamiento.png);
}

#toggle-ocio.no_seleccionado {
background-image: url(../img/toggle_no_destacado_ocio.png);
}

#toggle-comercio.no_seleccionado {
background-image: url(../img/toggle_no_destacado_comercio.png);
}

#toggle-gastronomia.no_seleccionado {
background-image: url(../img/toggle_no_destacado_gastronomia.png);
}

#toggle-servicios.no_seleccionado {
background-image: url(../img/toggle_no_destacado_servicios.png);
}



#mapa-cit div.ficha-en-mapa {
}

#mapa-cit div.ficha-en-mapa img {
float: right;
}

#mapa-cit div.ficha-en-mapa p.tipo {
font-size: 12px;
color: gray;
}





