window.onload = function(){
	document.getElementById('q').onfocus = function(){if (this.value == 'Escribe aquí para buscar ...') this.value = '';};

	if (inicializar) inicializar();
}
