/* Cargando fuentes*/
@font-face {
    font-family: markpro;
    font-weight: 400;
    src: url('MarkPro.eot'),
    url('FontFont - Mark Pro_0.otf');
}

@font-face {
    font-family: markpro;
    font-weight: bold;
    src: url('MarkPro-Bold.eot'),
    url('FontFont - Mark Pro Bold_0.otf');
}

@font-face {
    font-family: markpro;
    font-style: italic;
    font-weight: bold;
    src: url('FontFont - Mark Pro Bold Italic_0.otf');
}

@font-face {
    font-family: markpro;
    font-style: italic;
    src: url('FontFont - Mark Pro Italic_0.otf');
}

@font-face {
    font-family: markpro;
    font-weight: 300;
    font-style: italic;
    src: url('FontFont - Mark Pro Light Italic_0.otf');
}

@font-face {
    font-family: markpro;
    font-weight: 300;
    src: url('FontFont - Mark Pro Light_0.otf');
}

@font-face {
    font-family: markpro;
    font-weight: 500;
    font-style: italic;
    src: url('FontFont - Mark Pro Medium Italic_0.otf');
}

@font-face {
    font-family: markpro;
    font-weight: 500;
    src: url('FontFont - Mark Pro Medium_0.otf');
}

/* Fin cargando fuentes */
