function setEstado(cadena){

	status = cadena;
	return true;
	
}

function clearEstado(){

	status = "";
	return true;
	
}
	