.font-navigation-top {
  color: #7F87AA;
  font-weight: normal;
  font-size: 16pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
.font-navigation-top-child {
  color: #939b5a;
  font-weight: normal;
  font-size: 14pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
.font-navigation-aside {
  font-weight: normal;
  font-size: 14pt;
  font-family: 'PT Sans Narrow', sans-serif;
}
.font-headers {
  color: #7F87AA;
  font-weight: normal;
  font-size: 20pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
.font-headers-secundarios {
  color: #7F87AA;
  font-weight: normal;
  font-size: 18pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
.font-headers-terciarios {
  color: #7F87AA;
  font-weight: normal;
  font-size: 14pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
.font-content-h1 {
  color: #7F87AA;
  font-weight: normal;
  font-size: 17pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
.font-content-h2 {
  color: #7F87AA;
  font-weight: normal;
  font-size: 15pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
.font-content-h3 {
  color: #7F87AA;
  font-weight: normal;
  font-size: 13pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
.font-general {
  color: #707070;
  font-weight: normal;
  font-size: 11pt;
  line-height: normal;
  font-family: Arial, sans-serif;
}
body {
  background-color: #FFF;
  color: #707070;
  font-weight: normal;
  font-size: 11pt;
  line-height: normal;
  font-family: Arial, sans-serif;
}
p {
  margin-bottom: 12px;
}
a {
  color: #939b5a;
  text-decoration: none;
}
a:hover {
  color: #7F87AA;
  text-decoration: underline;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none !important;
}
#grayOut {
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.7s;
}
#main-container {
  margin: 0 auto;
  width: 980px;
}
header #logo {
  background: url(../images/Logo.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 95px;
  text-indent: -1000px;
  width: 225px;
}
header #main-navigation {
  float: right;
  margin: 45px 0 0 0;
}
header #main-navigation ul.menu li.item {
  display: inline;
  padding: 5px 11px 0;
  position: relative;
  z-index: 1;
}
header #main-navigation ul.menu li.item a.parent,
header #main-navigation ul.menu li.item a.main {
  color: #7F87AA;
  font-weight: normal;
  font-size: 16pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
header #main-navigation ul.menu li.item a.parent {
  cursor: default;
}
header #main-navigation ul.menu li.item a.highlight {
  color: #435370;
}
header #main-navigation ul.menu li.item ul.sub-menu::before {
  content: " ";
  background: url(../images/Flecha.png) no-repeat;
  display: block;
  height: 14px;
  left: 25px;
  position: absolute;
  top: 32px;
  width: 19px;
  z-index: 2;
}
header #main-navigation ul.menu li.item ul.sub-menu {
  display: block;
  padding: 40px 0 0;
  position: absolute;
  top: -8px;
  left: 11px;
  z-index: 1;
}
header #main-navigation ul.menu li.item ul.sub-menu li a.child {
  background: #FFF;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  display: block;
  min-width: 75px;
  padding: 3px 11px;
  color: #939b5a;
  font-weight: normal;
  font-size: 14pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
header #main-navigation ul.menu li.item ul.sub-menu li:first-child a.child {
  border-top: solid 1px #e5e5e5;
  padding-top: 5px;
}
header #main-navigation ul.menu li.item ul.sub-menu li.last-child a.child {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 5px;
}
#slider {
  background: url(../images/slider/Banner.jpg) no-repeat center 0;
  height: 220px;
  margin: 5px 0 0;
  width: 100%;
}
#slider h1 {
  color: #7F87AA;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 30pt;
  line-height: 370px;
  margin: 0 0 0 8px;
  text-shadow: 0px 0px 16px #FFF;
}
#content-container {
  border-top: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  display: block;
  margin: 0 0 0;
  padding: 30px 0 0;
}
#content-container #content-side {
  float: left;
  margin: 0;
  width: 220px;
}
#content-container #content-side h1 {
  margin-bottom: 3px;
  text-indent: 10px;
  color: #7F87AA;
  font-weight: normal;
  font-size: 20pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
#content-container #content-side ul.content-menu li {
  text-indent: 10px;
}
#content-container #content-side ul.content-menu li a {
  line-height: 155%;
  font-weight: normal;
  font-size: 14pt;
  font-family: 'PT Sans Narrow', sans-serif;
}
#content-container #content-side ul.content-menu ul.content-submenu {
  margin: 5px 0 7px;
}
#content-container #content-side ul.content-menu ul.content-submenu li {
  text-indent: 20px;
}
#content-container #content-side ul.content-menu ul.content-submenu li a {
  font-size: 12pt;
  line-height: 110%;
}
#content-container #content-side #contact-box {
  background-color: #f0f1f5;
  border: solid 1px #bcc0d3;
  border-right: none;
  margin: 30px 0 0;
  padding: 10px 10px;
  text-align: center;
}
#content-container #content-side #contact-box span {
  color: #7F87AA;
  font-weight: normal;
  font-size: 18pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
#content-container #content-side #contact-box a.attention-button {
  background-color: #7F87AA;
  color: #FFF;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 10px auto 5px;
  text-align: center;
  text-indent: 0;
  width: 168px;
}
#content-container #content {
  border-bottom: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  float: right;
  padding: 0 40px 30px 40px;
  width: 678px;
}
#content-container #content h1 {
  display: inline-block;
  margin: 0 0 12px;
  color: #7F87AA;
  font-weight: normal;
  font-size: 17pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
#content-container #content h2 {
  display: inline-block;
  margin: 0 0 10px;
  color: #7F87AA;
  font-weight: normal;
  font-size: 15pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
#content-container #content h3 {
  display: inline-block;
  margin: 0 0 8px;
  color: #7F87AA;
  font-weight: normal;
  font-size: 13pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
}
#content-container #content p {
  line-height: 150%;
}
#content-container #content ul {
  list-style: disc;
  margin-bottom: 10px;
}
#content-container #content ul li {
  margin-left: 25px;
}
#content-container #content a.tip {
  font-size: 8pt;
}
#content-container #content div.location-card {
  border: solid 1px #fafafb;
  height: 130px;
  margin: 0 0 20px;
  padding: 15px;
}
#content-container #content div.location-card div.details {
  background: #FFF;
  height: 110px;
  opacity: 0.94;
  padding: 10px;
  width: 200px;
}
#content-container #content div.location-card div.details p {
  font-size: 10pt;
  line-height: 120%;
}
#map-container {
  border: solid 1px #fafafb;
  height: 240px;
  margin: 23px 0 23px;
  overflow: hidden;
  position: relative;
  transition: top 0.7s;
  z-index: 10;
}
#map-container #map-details {
  background-color: #ffffff;
  border-right: solid 1px #fafafb;
  height: 240px;
  position: absolute;
  text-indent: 30px;
  width: 28%;
}
#map-container #map-details h1 {
  color: #7F87AA;
  font-weight: normal;
  font-size: 18pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
  margin: 10px 0 20px;
  text-indent: 20px;
}
#map-container #map-details h2 {
  color: #7F87AA;
  font-weight: normal;
  font-size: 14pt;
  line-height: normal;
  font-family: 'PT Sans Narrow', sans-serif;
  cursor: pointer;
}
#map-container #map-details p {
  font-size: 10pt;
}
#map-container #map-canvas {
  float: right;
  height: 240px;
  position: relative;
  width: 72%;
}
#WelcomeContainer {
  background: url(../images/Portada.jpg) no-repeat top right;
  border: solid 1px #e5e5e5;
  display: none;
  height: 450px;
  margin: 35px 0 0 0;
  width: 980px;
  box-shadow: 0 1px 12px #ededed;
  -moz-box-shadow: 0 1px 12px #ededed;
  -webkit-box-shadow: 0 1px 12px #ededed;
}
#WelcomeContainer h2 {
  color: #7F87AA;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 38px;
  margin: 120px 0 0 80px;
}
#WelcomeContainer p {
  line-height: 150%;
  margin: 10px 550px 0 80px;
}
#WelcomeContainer p a {
  color: #7F87AA;
  float: right;
  margin-right: 20px;
}
div.footer-container {
  background: #eaecf1;
  border-top: solid 3px #7F87AA;
  font-family: 'PT Sans Narrow', sans-serif;
  height: 40px;
  line-height: 40px;
  margin: 20px 0 0;
}
div.footer-container footer {
  margin: 0 auto;
  text-align: right;
  width: 980px;
}
div.footer-container span {
  font-size: 12pt;
}
