﻿@font-face {
    font-family: 'Officina';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Officina/OFFISLTB.eot');
    src: local('Officina'), url('/fonts/Officina/OFFIC-R.TTF') format('truetype');  
 }
 
 @font-face {
    font-family: 'Officina';
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/Officina/OFFISLTB.eot');
    src: local('Officina Bold'), url('/fonts/Officina/OFFIC-B.TTF') format('truetype');  
 }
 
 @font-face {
    font-family: 'Univers Condensed';
    font-style: normal;
    font-weight: normal;
	src: url('/fonts/Univers/UNI-LC.EOT');
    src: local('Univers Condensed'), url('/fonts/Univers/UNI-LC.TTF') format('truetype');  
 }
 
 .colorVerde
 {
 color: #0C546B;
}
