function TPastillaOlympo(_alai)
{
	// Herencia desde TPastilla
	this.superClase=TPastilla;
    this.superClase(_alai);
    delete this.superClase;
    
    
} // Final de la clase TPastillaOlympo
