@font-face {
    font-family: PoppinsReg;
    src: url(fuentes/Poppins-Regular.ttf);
}
@font-face {
    font-family: PoppinsBold;
    src: url(fuentes/Poppins-Bold.ttf);
}
@font-face {
    font-family: PoppinsLight;
    src: url(fuentes/Poppins-Light.ttf);
}
@font-face {
    font-family: PoppinsBlack;
    src: url(fuentes/Poppins-Black.ttf);
}
.fPoppinsReg{ font-family: PoppinsReg !important; }
.fPoppinsBold{ font-family: PoppinsBold  !important; }
.fPoppinsLight{ font-family: PoppinsLight  !important; }
.fPoppinsBlack{ font-family: PoppinsBlack  !important; }
@font-face {
    font-family: ArimoReg;
    src: url(fuentes/Arimo-Regular.ttf);
}
@font-face {
    font-family: ArimoBold;
    src: url(fuentes/Arimo-Bold.ttf);
}
@font-face {
    font-family: ArimoLight;
    src: url(fuentes/Arimo-Medium.ttf);
}
.fAriReg{ font-family: ArimoReg !important; }
.fAriBold{ font-family: ArimoBold  !important; }
.fAriLight{ font-family: ArimoLight  !important; }

@font-face {
    font-family: RobReg;
    src: url(fuentes/Roboto-Regular.ttf);
}
@font-face {
    font-family: RobBold;
    src: url(fuentes/Roboto-Bold.ttf);
}
@font-face {
    font-family: RobLight;
    src: url(fuentes/Roboto-Light.ttf);
}
.fRobReg{ font-family: RobReg !important; }
.fRobBold{ font-family: RobBold  !important; }
.fRobLight{ font-family: RobLight  !important; }
@font-face {
    font-family: OpenSansBold;
    src: url(fuentes/OpenSans-Bold.ttf);
}
.fOpBold{ font-family: OpenSansBold  !important; }

@font-face {
    font-family: Montse;
    src: url(fuentes/Montserrat-Regular.ttf);
}
.fMontseReg{ font-family: Montse  !important; }
@font-face {
    font-family: MonstseBold;
    src: url(fuentes/Montserrat-Bold.ttf);
  }
  .fMontseReg{ font-family: MonstseBold  !important; }












