html {
  background-color: #e1e5e8;
}
article {
  margin: 1em 0 0 0;
  padding: 0 2em 2em 2em;
}
article img {
  border-radius: 1em;
  margin: 0 0.4em 0 0;
  width: 130px;
}
body {
  background: #f9f9f9;
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  color: #47732c;
  font-family: "Oswald", sans-serif;
}
h1:before,
h2:before,
h3:before,
h4:before,
h5:before {
  content: none;
}
h1.page-header,
h2.page-header,
h3.page-header,
h4.page-header,
h5.page-header {
  display: inline-block;
}
h1.page-header img,
h2.page-header img,
h3.page-header img,
h4.page-header img,
h5.page-header img {
  margin: 0 0.5em 0 0;
}
h1.page-header small,
h2.page-header small,
h3.page-header small,
h4.page-header small,
h5.page-header small {
  color: #77bb4d;
  display: block;
  line-height: 1.2em;
  margin-top: 10px;
}
h2 {
  font-size: 28px;
}
footer {
  background: #c5e2b3;
  margin-top: 20px;
  padding: 10px 0;
}
footer #contacto ul {
  list-style-type: none;
  padding-left: 0;
}
footer p {
  font-size: 0.8em;
  text-align: left;
}
p,
section.container li {
  text-align: justify;
}
.derecha {
  text-align: right;
}
hr {
  border-bottom: 1px solid #47732c;
  margin-top: 0;
}
.well {
  border: none;
  margin: 0;
  padding: 0;
}
#carousel,
#carousel2 {
  border: 1px solid #47732c;
  box-shadow: 0 0 20px #47732c;
  padding: 0;
}
#carousel h4,
#carousel2 h4,
#carousel h5,
#carousel2 h5 {
  color: #fff;
}
#carousel img,
#carousel2 img {
  display: block;
  width: 100%;
}
#contacto ul li {
  display: inline-block;
  margin: 0 0.5em;
}
#objetivos {
  list-style-type: number;
}
#objetivos li {
  text-align: justify;
}
#requisitos {
  border-bottom: 1px solid #47732c;
  margin: 50px auto;
}
#requisitos article {
  border-top: 1px solid #47732c;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .info-microbus {
    padding-left: 2em;
  }
}
@media (min-width: 768px) {
  .texto-largo {
    -webkit-column-count: 2;
    -webkit-column-gap: 2em;
    -webkit-column-rule: 1px solid #47732c;
  }
}
.table-downloads td {
  padding: 5px 20px;
  border: 1px solid #808080;
}
