static void Main()
    {
        Titulo t = new Titulo();

        t.Inicializar(35, 11, "Hola");
        t.Mostrar();
    }