
@font-face {
    font-family: 'Texto';
    src:url('cuerposistema-webfont.woff'),
    font-weight: normal;
    font-style: normal;
}

.Texto {
	font-family: 'Texto';
	}



@font-face {
    font-family: 'Titulos';
    src: url('titulosistema-webfont.woff'),
    font-weight: normal;
    font-style: normal;

}


.Titulos {
    font-family: 'Titulos';
}

@font-face {
    font-family: 'Pie';
    src: url('piesistema-webfont.woff'),
    font-weight: normal;
    font-style: normal;

}

.Pie {
    font-family: 'Pie';

}
