$(function() {

	$('input[type=text], textarea').val('');

/*	var img = $('<img src="fotos/contacto/cabeceras/personales.gif" />')
	$('fieldset:eq(0)').find('legend').remove().end().css('position', 'relative').css('margin-top', '5px').prepend(img);

	img = $('<img src="fotos/contacto/cabeceras/otros.gif" />')
	$('fieldset:eq(1)').find('legend').remove().end().css('position', 'relative').css('margin-top', '5px').prepend(img);*/
});