
html { 
  background: url(../images/fondo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  line-height: 1;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }



ol, ul {
  list-style: none; }


table {
  border-collapse: collapse;
  border-spacing: 0; }


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }


q, blockquote {
  quotes: none; }

  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }


a img {
  border: none; }


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }


strong {
  font-weight: bold; }


h1, h2 {
  text-transform: uppercase; }


.subnav {
  text-transform: uppercase;
  text-align: center;
  display: inline-block; }

  .subnav li a {
    font-size: 14px;
    padding: 32px 0;
    margin-bottom: 10px;
    display: block;
    color: #99ca3b;
    border: 2px solid #99ca3b; }
 
  .subnav li.active {
    -webkit-box-shadow: 2px 2px 1px black;
    -moz-box-shadow: 2px 2px 1px black;
    box-shadow: 2px 2px 1px black; }
  
    .subnav li.active a {
      background-color: #99ca3b;
      color: #07080a; }


dl {
  font-family: "Lato", sans-serif; }

  dl dt, dl dd {
    display: inline; }
  
  dl dt {
    font-weight: bold; }
  
    dl dt:before {
      content: "";
      display: block;
      margin-top: 11px; }


body {
  font-size: 12px;
  color: #07080a;
  min-width: 1042px;
  font-family: "Oswald", sans-serif; }


a {
  text-decoration: none;
  color: #07080a; }


.wrapper {
  width: 942px;
  margin: auto;
  position: relative; }


#header {
  height: 135px;
  padding-top: 16px;
  margin-bottom: 40px; }

#header img {
    vertical-align: top; }


#logo {
  margin-right: 22px; }


#nav {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 414px; }

#nav li {
    font-size: 17px;
    display: inline-block;
    margin-right: 24px; }

#nav li:hover a {
      color: #99ca3b; }

#nav li.active a {
      color: #99ca3b;
      text-decoration: underline; }


#social-networks {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0; }
  
#social-networks li {
    display: inline-block; }

#social-networks a {
    display: block; }

#social-networks .icon-facebook {
    background-image: url("../images/fb.jpg");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    margin-right: 4px; }

#social-networks .icon-twitter {
    background-image: url("../images/tw.jpg");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px; }


#content {
  padding-bottom: 24px;
  border-bottom: 1px solid #7a7879; }


#footer {
  height: 40px;
  line-height: 40px;
  padding: 18px 0;
  border-top: 1px solid #080a09; }
  
#footer img {
    margin-right: 38px; }

#footer span {
    color: #797a7e;
    vertical-align: top;
    float: right; }


#index #header {
  background: url("../images/header1.jpg") no-repeat right 0 top 16px; }


#next-dates {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px; }
 
  #next-dates h2 {
    font-size: 20px;
    margin-bottom: 20px; }

  #next-dates ul.subnav {
    width: 260px; }
 
  #next-dates li:last-child a {
    color: #07080a;
    padding-top: 22px;
    border: none; }


#proposal #header {
  background: url("../images/header2.jpg") no-repeat right 0 top 16px; }

#proposal ul.subnav {
  width: 256px;
  vertical-align: top; }

#proposal .content {
  width: 543px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  margin-left: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#proposal h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 18px; }

#proposal p, #proposal dl {
  line-height: 15px;
  font-family: "Lato", sans-serif; }

#proposal ul.books {
  display: inline-block; }

  #proposal ul.books li {
    margin-bottom: 26px; }


#teachers #header {
  background: url("../images/header3.jpg") no-repeat right 0 top 16px; }

#teachers ul.subnav {
  width: 255px;
  vertical-align: top; }

#teachers ul.photos {
  width: 685px;
  display: inline-block; }
 
  #teachers ul.photos li {
    display: inline-block;
    margin: 0 0 21px 21px; }


#level2 #header {
  background: url("../images/header4.jpg") no-repeat right 0 top 16px; }

#level2 ul.subnav {
  width: 138px;
  vertical-align: top; }

#level2 .text {
  display: inline-block;
  vertical-align: top;
  padding-right: 12px;
  margin-left: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#level2 h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 18px 165px; }

#level2 p {
  width: 226px;
  line-height: 18px;
  font-family: "Lato", sans-serif; }

  #level2 p:last-of-type {
    font-style: italic;
    margin-top: 25px; }

#level2 ul.books {
  width: 536px;
  display: inline-block; }
  
  #level2 ul.books li {
    display: inline-block;
    margin: 0 0 16px 18px;
    position: relative; }
   
    #level2 ul.books li .overlay {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      font-size: 15px;
      color: white;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      font-family: "Lato", sans-serif; }
    
      #level2 ul.books li .overlay dl {
        margin: 154px 0 14px 0;
        line-height: 12px; }
     
      #level2 ul.books li .overlay span {
        font-weight: bold; }


#contact #header {
  background: url("../images/header5.jpg") no-repeat right 0 top 16px; }

#contact form {
  width: 258px;
  margin-left: 136px;
  display: inline-block; }

#contact textarea {
  resize: none; }

#contact input, #contact textarea {
  width: 100%;
  padding: 10px 0 10px 20px;
  margin-bottom: 9px;
  display: block;
  border: 1px solid #99ca3b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder {
  color: #99ca3b;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif; }

#contact input::-moz-placeholder, #contact textarea::-moz-placeholder {
  color: #99ca3b;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif; }

#contact input:-moz-placeholder, #contact textarea:-moz-placeholder {
  color: #99ca3b;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif; }

#contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder {
  color: #99ca3b;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif; }

#contact textarea::-webkit-input-placeholder {
  padding-top: 50px; }

#contact textarea::-moz-placeholder {
  padding-top: 50px; }

#contact textarea:-moz-placeholder {
  padding-top: 50px; }

#contact textarea:-ms-input-placeholder {
  padding-top: 50px; }

#contact button {
  width: 117px;
  background-color: #99ca3b;
  text-transform: uppercase;
  border: none;
  padding: 14px 0;
  margin: 0;
  float: right;
  font-family: "Oswald", sans-serif; }

#contact .text {
  width: 546px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  padding-left: 22px;
  font-family: "Lato", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

  #contact .text p {
    margin-bottom: 26px; }

  #contact .text a {
    font-weight: bold; }
