$(document).ready(function() {
$('input#clave').one('focus', function(){
	$(this).attr('value', '');
});

						   });
