		function muestra(var_id,var_muestra){		
			document.getElementById(var_id).style.visibility = ((var_muestra == 1) ? 'visible' : 'hidden');
		}