$(document).ready(function(){
	$(".textoBusqueda").click(function() {
		this.select();
	});
});