// Eduardo de la Torre.
$(function(){
	// ALTURA MÍNIMA
	// $("#principal").height(($(document).height())+40);
});
// MENSAJES
jQuery.mensaje = function(){
	$('.msg').delay(4000).fadeOut('slow', function() {
		$(this).remove();
	});
}


