
/*************funciones ***/

function limpia_texto() 
{
document.getElementById("id_formbuscar").palabra.value=" ";
} 
/******/

