body,
html {
  background-color: #fff;
  color: #474747;
}
body.new-class {
  background: url(../gfx/egg_shell.gif) repeat;
  position: relative;
  padding-top: 118px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 980px) and (max-width: 1227px) {
  body.new-class {
    padding-top: 118px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 979px) {
  body.new-class {
    padding-top: 0px !important;
  }
  body.new-class .jumbotron {
    padding: 40px 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
  body.new-class 2.footer {
    padding: 40px 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
  body.new-class .mod-home {
    background-image: none;
  }
  body.new-class .login {
    margin-top: 5px;
    width: 100%;
    display: block;
  }
  body.new-class .nav-collapse {
    overflow: hidden;
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }
  body.new-class .btn-navbar {
    float: right !important;
  }
  body.new-class .noLeftonIpad .span6,
  body.new-class .noLeftonIpad .span4,
  body.new-class .noLeftonIpad .span8 {
    clear: both;
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 979px) {
  .header.navbar-fixed-top {
    margin-bottom: 0px !important;
  }
}
.new-class .navbar-inner {
  filter: none;
  background-color: #fff;
  border-top: 2px solid #97c1ad;
  border-bottom: 0px;
  box-shadow: none;
  color: #686868;
  background-image: none;
}
.navbar-inverse_ .nav > li > a {
  color: #686868;
  text-shadow: none;
  padding: 6px 15px 6px;
  margin-left: 8px;
  font-weight: 600;
}
.header.navbar-inverse_ .nav .active > a,
.header.navbar-inverse_ .nav .active > a:hover,
.header.navbar-inverse_ .nav .active > a:focus {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
}
.canvas .header.navbar-inverse_ .nav .active > a,
.canvas .header.navbar-inverse_ .nav .active > a:hover,
.canvas .header.navbar-inverse_ .nav .active > a:focus {
  background-color: #f89406;
}
.header.navbar .nav {
  margin: 0;
}
.header.navbar .nav a:hover {
  color: #ffffff;
  background-color: #f89406 !important;
  *background-color: #df8505 !important;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.login {
  width: 100%;
  height: 60px;
}
.btn-log {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 4px 33px 4px 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #e8ab37;
}
.btn-log:hover {
  color: #f89406;
  text-decoration: none;
}
.btn-log .caret {
  top: 12px;
  position: absolute;
  right: 10px;
}
.drop-log {
  border-color: #f0f0f0;
  padding: 10px 10px 0px 10px;
}
.lt-ie9 .header.navbar .navbar-inverse_ .navbar-inner {
  filter: none;
}
.masthead {
  padding: 70px 0 80px;
  margin-bottom: 0;
}
.jumbotron {
  position: relative;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 25px;
  color: white;
  text-align: center;
  text-shadow: none;
  background: #217f52;
}
@media only screen and (max-width: 767px) {
  .jumbotron {
    padding-top: 15px !Important;
    padding-bottom: 10px !Important;
  }
}
.canvas .jumbotron {
  background: -moz-linear-gradient(top,#76ae93 0%,#207e51 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#76ae93),color-stop(100%,#207e51));
  background: -webkit-linear-gradient(top,#76ae93 0%,#207e51 100%);
  background: -o-linear-gradient(top,#76ae93 0%,#207e51 100%);
  background: -ms-linear-gradient(top,#76ae93 0%,#207e51 100%);
  background: linear-gradient(to bottom,#76ae93 0%,#207e51 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76ae93',endColorstr='#207e51',GradientType=0);
}
.mod-home {
  background: url(../gfx/bg_line_ico.jpg) left 0px no-repeat;
  height: 296px;
}
.tit-home {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  text-shadow: 0px 1px 2px #005e31;
  filter: dropshadow(color=#005e31,offx=0,offy=1);
  margin-top: 20px;
}
.tit-home strong {
  font-size: 38px;
  font-weight: 600;
}
.mod-dest-home {
  padding-top: 30px;
}
.mod-dest-home img {
  float: right;
  margin-left: 20px;
  margin-top: 5px;
}
.mod-dest-home h2 {
  margin: 0px;
}
.mod-dest-home .destHome:first-child {
  padding-right: 10px;
}
.mod-dest-home .destHome:last-child {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .mod-dest-home .destHome {
    padding-left: 0 !Important;
    padding-right: 0 !Important;
  }
  .mod-dest-home .destHome:first-child {
    min-height: 200px;
  }
  .mod-dest-home .destHome:last-child {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .mod-dest-home img {
    width: 60px;
    height: auto;
  }
  .mod-dest-home .tit-dest {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 930px) {
  .btn-navbar,
  .nav-collapse {
    clear: both;
  }
  .btn-navbar,
  .nav-collapse {
    float: none !Important;
  }
  .btn-navbar.nav-collapse,
  .nav-collapse.nav-collapse {
    margin-top: 20px;
  }
}
@media (max-width: 930px) {
  .navCol {
    float: none !Important;
  }
}
.tit-dest {
  color: #f89406;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: -2px;
  margin-bottom: 20px;
  display: block;
}
.tit-dest:hover {
  text-decoration: none;
  color: #616161;
}
.txt-home {
  margin-right: 60px;
  color: #616161;
  font-weight: 300px;
}
.txt-home:hover {
  text-decoration: none;
  color: #898989;
}
.mas-info {
  width: 100%;
  padding: 10px 0px;
  display: block;
}
.masthead a,
.masthead a:hover {
  text-decoration: none !important;
}
.homePast {
  width: 27%;
  height: auto;
  margin-left: 4%;
  margin-right: 4%;
}
@media only screen and (min-width: 980px) {
  .homePast {
    width: 22%;
    height: auto;
    margin-left: 11%;
  }
}
.homePast.ico-home01 {
  margin-left: 0%;
}
.homePast.ico-home03 {
  margin-right: 0%;
}
.canvas .homePast {
  transform: scale(1,1);
  -ms-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -o-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.canvas .homePast:hover {
  transform: scale(1.12,1.12);
  -ms-transform: scale(1.12,1.12);
  -webkit-transform: scale(1.12,1.12);
  -o-transform: scale(1.12,1.12);
  -moz-transform: scale(1.12,1.12);
  -webkit-transition: all 0.075s ease;
  -moz-transition: all 0.075s ease;
  -ms-transition: all 0.075s ease;
  -o-transition: all 0.075s ease;
  transition: all 0.075s ease;
}
.footer {
  width: 100%;
  margin-top: 30px;
  color: white;
  text-shadow: none;
  min-height: 250px;
}
.footer .container {
  display: block;
  border-top: solid 1px #dedede;
}
.canvas_NOP .footer {
  background: -moz-linear-gradient(top,#217f52 0%,#43926c 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#217f52),color-stop(100%,#43926c));
  background: -webkit-linear-gradient(top,#217f52 0%,#43926c 100%);
  background: -o-linear-gradient(top,#217f52 0%,#43926c 100%);
  background: -ms-linear-gradient(top,#217f52 0%,#43926c 100%);
  background: linear-gradient(to bottom,#217f52 0%,#43926c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#217f52',endColorstr='#43926c',GradientType=0);
}
.footer .footer-links .nav-foot {
  margin: 0px !important;
  padding: 0px !important;
}
.footer .nav-foot {
  padding: 20px 0px 30px 0px;
  margin-left: 0px;
  padding-left: 0;
}
.footer .nav-foot li {
  float: left;
  list-style: none;
  height: 20px;
  line-height: 22px;
  padding: 0px;
}
.footer .nav-foot a {
  padding: 10px;
  padding-left: 0;
  padding-right: 20px;
  text-transform: uppercase;
  color: #FFF;
  color: #248153;
}
.footer .nav-foot a:hover {
  text-decoration: none;
  color: #DDD;
  color: #f89406;
}
.footer .soc-redes {
  padding: 15px 0px 0px 0px;
  margin-left: 0px;
  width: 104px;
}
.jumbotron.title {
  padding: 20px 0px !important;
  text-align: left;
  margin-bottom: 46px;
}
@media only screen and (min-width: 979px) {
  .jumbotron.title {
    padding: 30px 0px !important;
  }
}
.jumbotron.title h1 {
  font-size: 42px;
  line-height: 42px;
  margin: 0;
  font-weight: 100;
}
.intContenido p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 26px;
  letter-spacing: 0;
}
.intContenido strong {
  color: #248153;
}
@media only screen and (min-width: 979px) {
  .intContenido .span8 {
    padding-right: 30px;
  }
}
.intContenido ul.miUl {
  display: block;
  padding-left: 42px;
  padding-top: 12px;
}
.intContenido ul.miUl li {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 16px;
}
#tabs {
  margin-bottom: 36px;
}
#tabs li a {
  color: #248153;
  font-size: 17px;
  line-height: 20px;
}
@media only screen and (max-width: 980px) {
  #tabs li a {
    font-size: 14px;
    line-height: 14px;
    padding-right: 6px;
    padding-left: 6px;
  }
}
#tabs li.active a {
  color: #000;
}
.contactForm {
  padding-right: 100px;
  margin-top: 36px;
}
.contactForm input,
.contactForm textarea {
  width: 100%;
}
.bigRed {
  color: #f00;
  font-size: 18px;
}
.dropdown-menu {
  z-index: 10000;
}
