function vaciarInput(){
	document.getElementById("search2").value = "";
	document.getElementById("search3").value = "";
}


