(function() {
	PorArriba.LugarStyle = function( ) {
		this.getNewLabelStyle = function (){
			var lblStyle = new PorArriba.LabelStyle();
	        lblStyle.labelText = '';
			lblStyle.color = "#333333";
			lblStyle.backgroundColor = "#FEEDAB";
			
			return lblStyle;
		}
		
		this.getZoomByPriority = function(priority) {
			switch (priority) {
				case 0: return 18;
				case 1: return 17;
				case 2: return 16;
				case 3: return 15;
				case 4: return 14;
				case 5: return 13;
			}
		}
	}
})();

fileLoaded("LugarStyle.js");
