function clearInput(valor)
{
	if(valor == "Busque no acervo digital")
	{
		document.getElementById("termo-busca").value = "";
	}
}
function defaultSay(valor)
{
	if(valor == "")
	{
		document.getElementById("termo-busca").value = "Busque no acervo digital";
	}
}
