@charset "utf-8";
/* CSS Document */
/*-----------------TIPO DE FUENTE-------------*/

@font-face {
    font-family: 'TextaNarrowAlt';
    src: url(../../font/TextaNarrowAlt-Medium.eot);
    src: url(../../font/TextaNarrowAlt-Medium.eot?#iefix) format('embedded-opentype'),
        url(../../font/TextaNarrowAlt-Medium.woff2) format('woff2'),
        url(../../font/TextaNarrowAlt-Medium.woff) format('woff'),
        url(../../font/TextaNarrowAlt-Medium.ttf) format('truetype'),
        url(../../font/TextaNarrowAlt-Medium.svg#TextaNarrowAlt-Medium) format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TextaNarrowAltBold';
    src: url(../../font/TextaNarrowAlt-Bold.eot);
    src: url(../../font/TextaNarrowAlt-Bold.eot?#iefix) format('embedded-opentype'),
        url(../../font/TextaNarrowAlt-Bold.woff2) format('woff2'),
        url(../../font/TextaNarrowAlt-Bold.woff) format('woff'),
        url(../../font/TextaNarrowAlt-Bold.ttf) format('truetype'),
        url(../../font/TextaNarrowAlt-Bold.svg#TextaNarrowAlt-Bold) format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.TP{
	font-family: TextaNarrowAlt;
}
.TPB{
	font-family: TextaNarrowAltBold;
}
.TS{
	font-family:Cambria, "serif";
}
/*-----------------TIPO DE FUENTE-------------*/
