.leaflet-control-mouseCoordinate{
	
	text-align:center;
	border-radius:5px;
	/* box-shadow:0 1px 5px rgba(0,0,0,.4);background:none repeat scroll 0 0 #fff;color:#333;padding:6px 10px 6px 6px; */
	font-size:10px;
	  cursor: inherit;
	  box-sizing: border-box;
	  border-radius: 4px;
	  padding: 0;
	  background-color: rgba(255, 255, 255, 1.0);
	  border: 1px solid white; 
	  font-family: 'Barlow Condensed', sans-serif;
	  }
}
.leaflet-control-mouseCoordinate table{width:100%}.coords{width:100px}


		/* Estil del peu de pagina de Coordenades i Escala */ 
		.leaflet-control-attribution-coordenades {
			position: absolute;
			top: -40px;
			right: 25px;
			width: 210px;
			white-space: nowrap;
			height: 100px;
			padding: 2px 5px 1px;
			border-radius: 4px;
			font-size: 11px;
			background: #fff;
			background: rgba(255, 255, 255, 0.0);
			font-size:13px;
			color: black;
			font-family: 'Barlow Condensed', sans-serif;
			text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
		}
		
/* Ocultar el control d'escala */
/*.leaflet-control-scale { */
    display: none !important; */
/*} */