/*------------------- CLASSES TEXTOS*/
@font-face {
    font-family: 'mission_gothiclight';
    src: url('font/mission_gothic_light-webfont.eot');
    src: url('font/mission_gothic_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/mission_gothic_light-webfont.woff') format('woff'),
         url('font/mission_gothic_light-webfont.ttf') format('truetype'),
         url('font/mission_gothic_light-webfont.svg#mission_gothiclight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'mission_gothicthin';
    src: url('font/mission_gothic_thin-webfont.eot');
    src: url('font/mission_gothic_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/mission_gothic_thin-webfont.woff') format('woff'),
         url('font/mission_gothic_thin-webfont.ttf') format('truetype'),
         url('font/mission_gothic_thin-webfont.svg#mission_gothicthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Tamanhos das fntes */
.lt0{
    font-size: 15pt;
}
.lt1{
    font-size: 12pt;
}
h1{
    font-family: 'mission_gothiclight';
    font-size: 20pt;
    color:#8b1217;
    text-transform: capitalize;
}
.txt_a_left_{
    text-align: left;
}
.txt_a_justify_{
    text-align: justify;
}