/* 
    Document   : fonts
    Created on : 05-nov-2012, 12:39:30
    Author     : desarrollo
    Description:
        Incorporar todas las fuentes usadas en la web.
*/

@font-face {font-family: DinRegular; 
            src: url('../fonts/DIN_Regular_IE.eot');
            src: url('../fonts/DIN_Regular.ttf') format('truetype'),
                 url('../fonts/DIN_Regular_W.woff') format('woff'),
                 url('../fonts/DIN_Regular_IE.eot?#iefix') format('embedded-opentype');
}

@font-face {font-family: DinBold; 
            src: url('../fonts/DIN_Bold_IE.eot');
            src: url('../fonts/DIN_Bold.ttf') format('truetype'),
                 url('../fonts/DIN_Bold_W.woff') format('woff'),
                 url('../fonts/DIN_Bold_IE.eot?#iefix') format('embedded-opentype');}

@font-face {font-family: DinLight; 
            src: url('../fonts/DIN_Light_IE.eot');
            src: url('../fonts/DIN_Light.ttf') format('truetype'),
                 url('../fonts/DIN_Light_W.woff') format('woff'),
                 url('../fonts/DIN_Light_IE.eot?#iefix') format('embedded-opentype');}

