// Eduardo de la Torre.
$(function(){
});
// MENSAJES
jQuery.mensaje = function(){
	$('.msg').delay(10000).fadeOut('slow', function() {
		$(this).remove();
	});
}

