function RenderTTFTitulo(){
 
    DATAFUNCS.RenderFonts('tituloH1',{ 
        fontSize         : '16.5',
       backgroundColor  : 'FFFFFF',
       color            : '2C3E66',
       fontFile         : 'fonts/arial.ttf',
       transparent      : '1'
  });
  
    
} 

function RenderTTFEmp(){
 
    DATAFUNCS.RenderFonts('tituloEMP1',{ 
        fontSize         : '16.5',
       backgroundColor  : 'FFFFFF',
       color            : '2C3E66',
       fontFile         : 'fonts/arial.ttf',
       transparent      : '1'
  });
  
   DATAFUNCS.RenderFonts('tituloEMP2',{ 
        fontSize         : '16.5',
       backgroundColor  : 'FFFFFF',
       color            : 'FC6A1D',
       fontFile         : 'fonts/arialbd.ttf',
       transparent      : '1'
  });
  
    
}    
function RenderTTF(){
    
      DATAFUNCS.RenderFonts('tituloUPRJ',{ 
        fontSize         : '16.5',
       backgroundColor  : 'FFFFFF',
       color            : '273961',
       fontFile         : 'fonts/MyriadWebPro.ttf',
       transparent      : '1'
  });
  
    DATAFUNCS.RenderFonts('tituloMAPASITE',{ 
        fontSize         : '11.25',
       backgroundColor  : 'FFFFFF',
       color            : '2C3E66',
       fontFile         : 'fonts/MyriadWebPro.ttf',
       transparent      : '1'
  });  
    
    /*DATAFUNCS.RenderFonts('titCatDown',{ 
        fontSize         : '8.25',
       backgroundColor  : 'FFFFFF',
       color            : '2C3E66',
       fontFile         : 'fonts/tahomabd.ttf',
       transparent      : '1'
  });*/
  
    
}  
