html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  // font-variant-ligatures: none;
  // font-feature-settings: none;
  font: 400 1em/1.35 serif;
  text-align: left;
  vertical-align: baseline;
  color: #333;
}

// Genral properties
body,
ol, ul, li,
dl, dt, dd,
address,
abbr, dfn,
blockquote, pre, code, kbd, samp, cite, q,
figcaption,
sub, sup, small,
p, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: inherit;
  color: inherit;
}

// Reset of type elements

b,
strong {
  font-weight: 700;
}

i,
em,
dfn {
  font-style: italic;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

del {
  text-decoration: line-through;
}

mark {
  background: #fcf8e3;
  color: #000;
}

pre,
code,
kbd,
samp {
  font: monospace;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

blockquote, q {
  quotes: none;
  &:before,
  &:after {
    content: '';
    content: none;
  }
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

//
// Links por defecto
//

a {
  background-color: transparent; /* remove IE 10 grey bg on :active */
  &:link,
  &:visited,
  &:active,
  &:hover,
  &:focus {
    outline: 0;
  }
  // Remove system styles for phone links on iOS
  &[href^="tel"] {
    color: inherit;
    text-decoration: none;
  }
}

//
// Listas
//
ul, ol, li {
  list-style: none;
  list-style-image: none;
}

/* ESTILOS POR DEFECTO */
/* ul li { list-style: disc outside; } */
/* ol li { list-style: decimal outside; } */
