html,
body {
  margin: 0px;
  padding: 0px;
  min-width: 340px;
}
strong {
  font-weight: 500;
}
div.page {
  position: relative;
  width: 90%;
  height: auto;
  max-width: 660px;
  margin: 20px auto;
}
a.inline {
  color: #35523c;
  cursor: pointer;
}
a.inline:hover {
  color: #96b961;
}
.title {
  font-family: "museo_sans";
  font-size: 35px;
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
  color: #2F2F2F;
}
.subtitle {
  font-family: "museo_sans";
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.content {
  font-family: "museo_sans";
  font-size: 15px;
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
div.header {
  position: relative;
  width: 100%;
  height: 161px;
  border-bottom-color: #96b961;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
div.header div.logo {
  position: relative;
  display: block;
  top: 15px;
  width: 245px;
  height: 133px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/logo_apromar.png);
  background-repeat: no-repeat;
}
div.header a.facebook {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  background-image: url(images/logo_facebook.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
div.header a.facebook:hover {
  opacity: 0.7;
}
div.header a.twitter {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: 50px;
  right: 10px;
  background-image: url(images/logo_twitter.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: none !important;
}
div.header a.twitter:hover {
  opacity: 0.7;
}
div.header div.desplegable_menu {
  position: absolute;
  display: none;
  width: 25px;
  height: 21px;
  bottom: 10px;
  left: 10px;
  background-image: url(images/desplegable_menu.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
div.header div.desplegable_menu:hover {
  background-image: url(images/desplegable_menu_hover.png);
}
div.header div.desplegable_menu.active {
  background-image: url(images/desplegable_menu_hover.png);
}
@media screen and (max-width: 500px) {
  div.header div.desplegable_menu {
    display: block;
  }
}
.menu {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border-bottom-color: #96b961;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
  overflow: hidden;
}
.menu .menu-content {
  position: relative;
  display: inline-block;
  width: auto;
  height: 45px;
}
.menu .menu-content a {
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "museo_sans";
  font-size: 12px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
  color: #35523c;
}
.menu .menu-content a:hover,
.menu .menu-content a.active {
  color: #96b961;
}
@media screen and (max-width: 500px) {
  .menu {
    height: auto;
  }
  .menu.desplegado {
    display: none;
  }
  .menu .menu-content {
    width: 100%;
    height: auto;
  }
  .menu .menu-content a {
    float: none;
    width: 100%;
    height: 45px;
    margin-left: 0px;
    margin-right: 0px;
    border-top-color: #96b961;
    border-top-style: solid;
    border-top-width: 1px;
  }
  .menu .menu-content a:nth-child(1) {
    border-top: none;
  }
}
.illustrated-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.illustrated-item .content {
  display: block;
  position: relative;
  width: calc(100% - 150px);
  height: auto;
}
.illustrated-item .content p {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0em;
  margin-bottom: 1em;
  font-family: "museo_sans";
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  color: #000000;
}
.illustrated-item .content p.title {
  font-size: 35px;
  text-align: center;
  color: #2F2F2F;
}
.illustrated-item .illustration {
  display: block;
  position: relative;
  width: 150px;
  height: 200px;
}
.illustrated-item:nth-child(2n) > * {
  float: right;
}
.illustrated-item:nth-child(2n+1) > * {
  float: left;
}
iframe {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .page .illustrated-item .content {
    width: 100%;
    float: none !important;
  }
  .page .illustrated-item .illustration {
    float: none !important;
    margin: 0px auto;
  }
  .page .illustrated-item .header {
    width: 100%;
    height: auto;
  }
}
.page.home .section:nth-child(1):before {
  display: none;
}
.page.home .section:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 1px;
  margin: 20px 10%;
  background-color: #888888;
}
.page.home .home-news-container,
.page.home .home-about_us-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.page.home a {
  text-decoration: none;
  color: #2F2F2F;
}
/* Particularidades */
.page.about_us .illustrated-item .illustration {
  background-repeat: no-repeat;
}
.page.about_us .illustrated-item#entrada1 .illustration {
  background-image: url(images/about_us_1.png);
}
.page.about_us .illustrated-item#entrada2 .illustration {
  background-image: url(images/about_us_2.png);
}
.page.about_us .illustrated-item#entrada3 .illustration {
  background-image: url(images/about_us_3.png);
}
.page.about_us .illustrated-item#entrada4 .illustration {
  background-image: url(images/about_us_4.png);
}
/* Particularidades */
.page.project .illustrated-item .illustration {
  background-repeat: no-repeat;
}
.page.project .illustrated-item#entrada1 .illustration {
  background-image: url(images/project_1.png);
}
.page.project .illustrated-item#entrada2 .illustration {
  background-image: url(images/project_2.png);
}
/* Particularidades */
.page.ir .illustrated-item .illustration {
  width: 140px;
  height: 140px;
  margin: 30px auto;
}
.page.ir .illustrated-item .content {
  margin-top: 30px;
  overflow: visible;
}
.page.ir .illustrated-item#entrada1 .illustration {
  background-image: url(images/ir/ayuntamientoDeMadrid.png);
  background-repeat: no-repeat;
}
.page.ir .illustrated-item#entrada2 .illustration {
  background-image: url(images/ir/comunidadDeMadrid.png);
  background-repeat: no-repeat;
}
.page.ir .illustrated-item#entrada3 .illustration {
  background-image: url(images/ir/cruzRoja.png);
  background-repeat: no-repeat;
}
.page.ir .illustrated-item#entrada4 .illustration {
  background-image: url(images/ir/iberCaja.png);
  background-repeat: no-repeat;
}
.page.ir .illustrated-item#entrada5 .illustration {
  background-image: url(images/ir/ivima.png);
  background-repeat: no-repeat;
}
.page.ir .illustrated-item#entrada6 .illustration {
  background-image: url(images/ir/bancoDeAlimentos.png);
  background-repeat: no-repeat;
}
.page.ir .illustrated-item#entrada7 .illustration {
  background-image: url(images/ir/ministerioDelInterior.png);
  background-repeat: no-repeat;
}
.page.ir .illustrated-item#entrada8 .illustration {
  background-image: url(images/ir/ucm.png);
  background-repeat: no-repeat;
}
.page.ir .illustrated-item#entrada9 .illustration {
  background-image: url(images/ir/urjc.png);
  background-repeat: no-repeat;
}
.page.ir .illustrated-item#entrada10 .illustration {
  background-image: url(images/ir/upc.png);
  background-repeat: no-repeat;
}
.news-item .news-title {
  float: none;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  color: #000000;
}
.news-item .news-subtitle {
  float: none;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0;
  color: #000000;
}
.news-item .news-date {
  float: none;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  font-family: "museo_sans";
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  color: #000000;
}
.news-item .news-content {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: justify;
  text-align-last: left;
}
.news-item .news-content p {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0em;
  margin-bottom: 1em;
  font-family: "museo_sans";
  font-size: 15px;
  font-weight: 300;
  color: #2F2F2F;
}
/* Particularidades */
/* Particularidades */
