@import '/css/normalize.css';
.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
.container .one.column {
  width: 60px;
}
.container .two.columns {
  width: 140px;
}
.container .three.columns {
  width: 220px;
}
.container .four.columns {
  width: 300px;
}
.container .five.columns {
  width: 380px;
}
.container .six.columns {
  width: 460px;
}
.container .seven.columns {
  width: 540px;
}
.container .eight.columns {
  width: 620px;
}
.container .nine.columns {
  width: 700px;
}
.container .ten.columns {
  width: 780px;
}
.container .eleven.columns {
  width: 860px;
}
.container .twelve.columns {
  width: 940px;
}
.container .thirteen.columns {
  width: 1020px;
}
.container .fourteen.columns {
  width: 1100px;
}
.container .fifteen.columns {
  width: 1180px;
}
.container .sixteen.columns {
  width: 1260px;
}
.container .one-third.column {
  width: 300px;
}
.container .two-third.column {
  width: 620px;
}
.container .offset-by-one {
  padding-left: 80px;
}
.container .offset-by-two {
  padding-left: 160px;
}
.container .offset-by-three {
  padding-left: 240px;
}
.container .offset-by-four {
  padding-left: 320px;
}
.container .offset-by-five {
  padding-left: 480px;
}
.container .offset-by-six {
  padding-left: 480px;
}
.container .offset-by-seven {
  padding-left: 560px;
}
.container .offset-by-eight {
  padding-left: 640px;
}
.container .offset-by-nine {
  padding-left: 720px;
}
.container .offset-by-ten {
  padding-left: 800px;
}
.container .offset-by-eleven {
  padding-left: 880px;
}
.container .offset-by-twelve {
  padding-left: 960px;
}
.container .offset-by-thirteen {
  padding-left: 1040px;
}
.container .offset-by-fourteen {
  padding-left: 1120px;
}
.container .offset-by-fifteen {
  padding-left: 1200px;
}
.column,
.columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.row {
  margin-bottom: 20px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.column.alpha,
.columns.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  margin-right: 0;
}
@media only screen and (max-width: 950px) {
  .container {
    width: 300px;
  }
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.colums {
    width: 300px;
    max-width: 94%;
  }
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0;
  }
}
html {
  height: 100%;
  overflow: hidden;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  font: normal 16px/20px 'PT Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #4a478c;
}
a:hover {
  color: #000;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
h3 {
  color: #005a44;
}
.mobile-only {
  display: none;
}
#html .cms-login, #html .cms-login:hover {
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 0px;
  text-indent: -999px;
  overflow: hidden;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.header-wrap {
  width: 100%;
  background-image: url("../img/bright_squares.png");
}
.header-wrap p {
  display: none;
}
.header-wrap h1 {
  display: block;
  width: 220px;
  height: 120px;
  background: transparent url("../img/logo.png") no-repeat;
  border: none;
  text-indent: -1000px;
  overflow: hidden;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 30;
}
.header-wrap img {
  float: right;
  margin-right: 5px;
}
.header-wrap .botones {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}
.header-wrap .botones li {
  padding: 5px;
  margin-top: 10px;
}
.header-wrap .botones a {
  background-color: #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #bbb;
  color: #005a44;
  font-weight: bold;
}
.header {
  width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.wrapper,
.footer {
  width: 960px;
  margin: 40px auto 0;
}
.wrapper {
  position: relative;
  padding-top: 80px;
  z-index: 1;
}
.footer-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 30;
}
.footer {
  font-size: 12px;
  position: relative;
  text-align: center;
  background-color: white;
  padding-top: 12px;
  padding-bottom: 5px;
}
.footer p {
  margin: 0;
  font-size: 14px;
}
.footer a {
  color: #ccc;

}
.footer a:hover {
  color: #777;
}
.nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  -webkit-box-shadow: 0 -10px 30px -10px #bbb;
  box-shadow: 0 -10px 30px -10px #bbb;
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 20;
  width: 100%;
}
.nav ul {
  list-style: none;
  padding: 0;
  width: 960px;
  margin: 0 auto;
}
.nav a {
  border-left: 1px solid #ddd;
  padding: 10px;
  background: #fff;
  color: #005a44;
  font-size: 18px;
  font-weight: bold;
  width: 138px;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -ms-transition-property: background-color, color;
  transition-property: background-color, color;
  float: left;
  display: block;
}
.nav li {
  position: relative;
}
.nav a:hover {
  background: #005a44;
  color: #008c45;
}
.nav li:last-child a,
.nav .ultimo a {
  border-right: 1px solid #ddd;
}
.nav li ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: auto;
}
.nav li ul a {
  float: none;
  width: 200px;
  border: 1px solid #ddd;
  border-top: none;
}
.nav li:hover ul {
  display: block;
}
.home .header {
  height: 400px;
}
.home .header-wrap img {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 10;
}
.home .header-wrap .hoja2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  margin: 0;
  opacity: 1;
}
.home .nav {
  top: 400px;
}
.home .content div p {
  height: 40px;
  overflow: hidden;
}
.home-item {
  color: black;
}
.home .home-item .img {
  height: 100px;
  overflow: hidden;
  outline: 1px solid #005a44;
}
.home .home-item img {
  margin-top: -40px;
  width: 100%;
  height: auto;
}
.quienes .content p,
.objetivos .content p,
.quienes .content li,
.objetivos .content li {
  text-align: justify;
}
.actividades .fecha {
  color: #008c45;
}
.actividades h3 {
  margin-bottom: 10px;
}
.galeria .content .galeria-item {
  height: 120px;
  overflow: hidden;
  outline: 1px solid #008c45;
  position: relative;
}
.galeria .content img {
  width: 100%;
  bottom: 0;
}
#simplemodal-container a.modalCloseImg {
  background: url("/img/x.png") no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
form {
  position: relative;
}
label,
input,
textarea {
  display: block;
  width: 100%;
}
input,
textarea {
  margin-bottom: 20px;
  margin-top: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ddd;
  font: normal 16px/20px 'PT Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
input:focus,
textarea:focus {
  outline: 0 none;
  border: 2px solid #008c45;
}
input {
  padding: 5px 0;
}
textarea {
  padding: 0;
}
.boton {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #ddd));
  background: -webkit-linear-gradient(top, #eee 0%, #ddd 100%);
  background: -moz-linear-gradient(top, #eee 0%, #ddd 100%);
  background: -o-linear-gradient(top, #eee 0%, #ddd 100%);
  background: -ms-linear-gradient(top, #eee 0%, #ddd 100%);
  background: linear-gradient(top, #eee 0%, #ddd 100%);
  -webkit-box-shadow: 0px 2px 2px #aaa, 0px 1px 0px #fff inset;
  box-shadow: 0px 2px 2px #aaa, 0px 1px 0px #fff inset;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
  cursor: pointer;
}
.boton:hover {
  -webkit-box-shadow: 0px 2px 10px #999, 0px 1px 0px #fff inset;
  box-shadow: 0px 2px 10px #999, 0px 1px 0px #fff inset;
}
.form-msg:after {
  display: block;
}
#success:target .form-msg:after {
  content: "Su mensaje ha sido enviado correctamente";
}
#fail:target .form-msg:after {
  content: "Ha habido un error con el mensaje, pruebe nuevamente";
}

.afip{position:fixed;bottom:5px;right:5px;z-index:30;}
.afip img{height:50px}

.inchausti {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #008f47;
  width: 100vw;
  text-align: center;
  padding: 5px;
}

.inchausti img{
  max-height: 50px;
}

@media only screen and (max-width: 950px) {
  img {
    max-width: 100%;
  }
  .header,
  .wrapper,
  .footer {
    width: 100%;
  }
  .header {
    height: auto;
    min-height: 80px;
    border-bottom: 1px solid #ddd;
  }
  .header h1 {
    position: static;
    margin: 10px auto;
  }
  .header img {
    display: none;
  }
  .wrapper {
    padding-top: 20px;
  }
  .nav {
    position: relative;
    z-index: 40;
  }
  .nav ul {
    width: 100%;
  }
  .nav a {
    width: 100%;
    float: none;
    border-top: 1px solid #ddd;
    padding: 10px 0;
  }
  .mobile-only {
    display: block;
  }
  .home .header {
    height: auto;
    min-height: 80px;
  }
  form .boton {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .inchausti{
    top: -40px;
  }
}
@media only screen and (max-width: 420px) {
  .header h1 {
    margin: 10px;
  }
}
