@font-face {
    font-family: 'Museo Slab';
    src: url('../a/fonts/museo_slab_500-webfont.eot');
    src: url('../a/fonts/museo_slab_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'dnl';
	font-weight: 900;
	src:  url(../a/fonts/museo_slab_500-webfont.woff) format('woff');
}


html {
  font-family: dnl;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}

h2,
.h2 {
  font-family: dnl;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.palabra {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
