@charset "UTF-8";

@font-face {
  font-family: "blf";
  src:url("/fuentes/blf.eot");
  src:url("/fuentes/blf.eot?#iefix") format("embedded-opentype"),
    url("/fuentes/blf.woff") format("woff"),
    url("/fuentes/blf.ttf") format("truetype"),
    url("/fuentes/blf.svg#blf") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "blf" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "blf" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lapiz:before {
  content: "\61";
}
.icon-facebook:before {
  content: "\62";
}
.icon-twitter:before {
  content: "\63";
}
.icon-sobre:before {
  content: "\64";
}
.icon-telefono:before {
  content: "\65";
}
.icon-celular:before {
  content: "\66";
}
.icon-buscar:before {
  content: "\67";
}
.icon-papelera:before {
  content: "\68";
}
.icon-menu:before {
  content: "\69";
}
.icon-user:before {
  content: "\6a";
}
.icon-ubicacion:before {
  content: "\6c";
}
.icon-home:before {
  content: "\6d";
}
.icon-rocket:before {
  content: "\6e";
}
.icon-globe:before {
  content: "\6f";
}
.icon-derecha:before {
  content: "\6b";
}
.icon-abajo:before {
  content: "\71";
}
