/********************* Google Maps *******************************************************/
/* Soluciona un problema de Bootstrap con algunos sprites de Google Maps */
/* ver http://stackoverflow.com/questions/16708324/google-maps-infowindow-close-button-is-hidden */
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
	max-width: none !important;
}

/********************* OpenLayers Maps *******************************************************/
.map-canvas img {
	max-width: none;
}

.map-canvas label {
	width: auto;
	display: inline;
}

#map .popover {
	min-width: 250px;
}
		
#map div.popover {
	font-size: 13px;
}

#map div.popover.fade.top.in {
	background-color: #fff;
	opacity: 0.9;
   	float: none;
}	
	
/********************* MapBox Maps *******************************************************/
#mapbox-logo {
	width: auto;
	bottom: 0;
	left: 0;
	background-color: transparent;
	border: none;
}

#mapbox-logo:hover {}