var
idDeComponente = 0,

solicitarIdDeComponente = function() {
	return idDeComponente++;
};

(function($) {
	$.fn.a = function(o) {
		return $(this)._append(o);
	};
})(jQuery);

(function($) {
	$.fn.c = function(a, b) {
		return $(this)._css(a, b);
	};
})(jQuery);

