@charset "utf-8";
/* CSS Document */

<style>
@font-face {
font-family: "Sickness";
src: url("http://www.tecos.com.mx/fuente/HelveticaNeueLight.ttf") format("truetype");

font-family: "Sicknessb";
src: url("http://www.tecos.com.mx/fuente/HelveticaNeueBold.ttf") format("truetype");
}
.hel { font-family:"Sickness", sans-serif }
.helb{ font-family:"Sicknessb", sans-serif }


</style>


