body {
        margin: 0;
        padding: 0;
    }
    #map {
		position:absolute;
        top: 0;
        bottom: 0;
        width: 100%;
		height: 100%;
    }
	img.resize{
		max-width: 200px;
		max-height:150px;
	}
	layer.bindpopup {
		width: 230px;
	}
	
	.leaflet-popup-tip {
		background: #000000;
		color: #fff;
	}
	
	.leaflet-popup-content-wrapper {
    border-radius: 10px;
	background: #000000;
	color: #fff;
    text-align: center;
	}
	
	.leaflet-popup-content {
		width:auto !important; 
	}
	
	h3 {
	text-align: center;	
	color: #5abf00;
	white-space: pre;

	}
	
	h5 {
	text-align: center;	
	color: #5abf00;
	}
	
	span.dato {
	text-align: left;	
	color: #5abf00;
	white-space: pre;
	size: 10pt;

	}
	
	