$(document).ready(
		function (){
			$(".buscador_texto").focus(
					function (){$(this).val("")}
					);
		}
);
