@font-face {
  font-family: presura;
  src: url(GT-Pressura-Mono-Regular-Regular.woff);
}

body {
  font-family: presura;
  background-color: #dcdcdc;
  margin: 0 60px 60px 60px;
  color: #2e3192;
}

ul {
  list-style-type: none;
  line-height: 2;
  margin-top: 0;
  z-index: -1 !important;
}

a {
  font-size: 18px;
}
/* unvisited link */
a:link {
  color: #2e3192;
}

/* visited link */
a:visited {
  color: #969696;
}

/* mouse over link */
a:hover {
  color: #ffffff;
}

/* selected link */
a:active {
  color: #ffffff;
}

::selection {
  background: none; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: none; /* Gecko Browsers */
}

i {
  position: relative;
  left: 2%;
  color: #969696;
  font-size: 18px;
  z-index: -2 !important;
}

h2 {
  font-size: 24px;
  margin-bottom: 0;
}

#fijo {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  padding: 40px 0 10px 0;
  background-color: #dcdcdc !important;
  z-index: 1000 !important;
}

img {
  width: 184px;
  height: 220px;
}

@media only screen and (orientation: portrait) {
  img {
    width: 288px;
    height: 344px;
  }
}
