function escribeCategoria(nombre){
	var texto = nombre;
	document.getElementById('cab_categoria').innerHTML = texto;
}

