/* CSS Mapa */
#tituloMapa{
	background-image: url(../img/fondos/fondo_titulo_mapa.png);
	background-repeat: repeat-x;
	width: auto;
	height: 21px;
	max-height: 21px;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	overflow: visible;
}
#contenedorTituloMapa{
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
	border: 1px solid #ff0000;
}
#paginacionMapa{
	background-image: url(../img/fondos/fondo_mapa_paginacion.png);
	height: 24px;
	max-height: 24px;
	width: auto;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
}
#contenedorMostarResultados{
	height: 40px;
	max-height: 40px;
	width: auto;
	text-align: center;
	position: relative;
	top: -63px;
}	
#mostrarResultados{
	height: 38px;
	max-height: 38px;
	width: 326px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/fondos/fondo_mapa_boton_mostrar.png");
	background-repeat: no-repeat;
}	
.botonMostrarResultados{
	margin-top: 8px;
}
#cargandoMapa{
	filter: alpha(opacity = 65);
	-moz-opacity: .75;
	opacity: .65;
	background-repeat: no-repeat;
	background-position: center;
}
