:root {
  --main-bg-color: coral;
  --cabecera-bg-color: #2d3436;
  font-family: Convergence;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bgprincipal {
  background-color: #fafafa;
}

.bg-oscuro-1 {
  background-color: #ff6d00 !important;
  color: #f1f1f1;
  text-decoration: none;
}

.bg-oscuro-1 a {
  text-decoration: none;
  color: #f1f1f1;
}

.bg-oscuro-1 a:hover {
  text-decoration: none;
  color: #d1cbcb;
}

.lineh {
  line-height: 17px !important;
}

.pointer:hover {
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}
