/* @font-face {
    font-family: Soho Gothic Pro;
    Para Internet Explorer
    src: local('Soho Gothic Pro Regular'), local('SohoGothicPro-Regular'), url('fonts/SohoGothicPro/SohoGothicPro-Regular.eot');
     Para el resto de navegadores
    src: local('Soho Gothic Pro Regular'), local('SohoGothicPro-Regular'), url('fonts/SohoGothicPro/SohoGothicPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} */

@font-face {
    font-family: Soho Gothic Pro Regular;
    src: url('fonts/SohoGothicPro/SohoGothicPro-Regular.eot'), 
    	 url('fonts/SohoGothicPro/SohoGothicPro-Regular.ttf') format('truetype'),
    	 url('fonts/SohoGothicPro/SohoGothicPro-Regular.woff') format('woff');
}

@font-face {
    font-family: Soho Gothic Pro Italic;
    src: url('fonts/SohoGothicPro/SohoGothicPro-Italic.eot'), 
    	 url('fonts/SohoGothicPro/SohoGothicPro-Italic.ttf') format('truetype'),
    	 url('fonts/SohoGothicPro/SohoGothicPro-Italic.woff') format('woff');
}

@font-face {
    font-family: Soho Gothic Pro Bold;
    src: url('fonts/SohoGothicPro/SohoGothicPro-Bold.eot'), 
    	 url('fonts/SohoGothicPro/SohoGothicPro-Bold.ttf') format('truetype'),
    	 url('fonts/SohoGothicPro/SohoGothicPro-Bold.woff') format('woff');
}

@font-face {
    font-family: Soho Gothic Pro Bold Italic;
    src: url('fonts/SohoGothicPro/SohoGothicPro-BoldItalic.eot'), 
    	 url('fonts/SohoGothicPro/SohoGothicPro-BoldItalic.ttf') format('truetype'),
    	 url('fonts/SohoGothicPro/SohoGothicPro-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: Soho Gothic Pro Medium;
    src: url('fonts/SohoGothicPro/SohoGothicPro-Medium.eot'), 
    	 url('fonts/SohoGothicPro/SohoGothicPro-Medium.ttf') format('truetype'),
    	 url('fonts/SohoGothicPro/SohoGothicPro-Medium.woff') format('woff');
}

@font-face {
    font-family: Soho Gothic Pro Medium Italic;
    src: url('fonts/SohoGothicPro/SohoGothicPro-MediumItalic.eot'), 
    	 url('fonts/SohoGothicPro/SohoGothicPro-MediumItalic.ttf') format('truetype'),
    	 url('fonts/SohoGothicPro/SohoGothicPro-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: Soho Gothic Pro Light;
    src: url('fonts/SohoGothicPro/SohoGothicPro-Light.eot'), 
    	 url('fonts/SohoGothicPro/SohoGothicPro-Light.ttf') format('truetype'),
    	 url('fonts/SohoGothicPro/SohoGothicPro-Light.woff') format('woff');
}

@font-face {
    font-family: Soho Gothic Pro Light Italic;
    src: url('fonts/SohoGothicPro/SohoGothicPro-LightItalic.eot'), 
    	 url('fonts/SohoGothicPro/SohoGothicPro-LightItalic.ttf') format('truetype'),
    	 url('fonts/SohoGothicPro/SohoGothicPro-LightItalic.woff') format('woff');
}

@font-face {
    font-family: Soho Gothic Pro Thin;  
    src: url('fonts/SohoGothicPro/SohoGothicPro-Thin.eot'), 
    	 url('fonts/SohoGothicPro/SohoGothicPro-Thin.woff') format('woff');
}

@font-face {
    font-family: Soho Gothic Pro Thin Italic;  
    src: url('fonts/SohoGothicPro/SohoGothicPro-ThinItalic.eot'), 
    	 url('fonts/SohoGothicPro/SohoGothicPro-ThinItalic.woff') format('woff');
}