﻿/*FUENTES A UTILIZAR*/
@font-face {
    font-family: 'CIBFontSans-Light';
    src: url('../fonts/CIBFontSans-Light.otf') format('opentype'),
        url('../fonts/CIBFontSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CIBFontSans-Light.woff') format('woff'),
        url('../fonts/CIBFontSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'CIBFontSans-Bold';
    src: url('../fonts/CIBFontSans-Bold.otf') format('opentype'), 
        url('../fonts/CIBFontSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CIBFontSans-Bold.woff') format('woff'),
        url('../fonts/CIBFontSans-Bold.ttf') format('truetype');
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}


