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;
}

/* line 57, /home/carla/www/catedra-cosgaya/source/stylesheets/_common.sass */
strong {
  font-weight: bold; }

/* line 60, /home/carla/www/catedra-cosgaya/source/stylesheets/_common.sass */
h1, h2 {
  text-transform: uppercase; }

/* line 63, /home/carla/www/catedra-cosgaya/source/stylesheets/_common.sass */
.subnav {
  text-transform: uppercase;
  text-align: center;
  display: inline-block; }
  /* line 69, /home/carla/www/catedra-cosgaya/source/stylesheets/_common.sass */
  .subnav li a {
    font-size: 14px;
    padding: 32px 0;
    margin-bottom: 10px;
    display: block;
    color: #99ca3b;
    border: 2px solid #99ca3b; }
  /* line 77, /home/carla/www/catedra-cosgaya/source/stylesheets/_common.sass */
  .subnav li.active {
    -webkit-box-shadow: 5px 5px 0px black;
    -moz-box-shadow: 5px 5px 0px black;
    box-shadow: 5px 5px 0px black; }
    /* line 80, /home/carla/www/catedra-cosgaya/source/stylesheets/_common.sass */
    .subnav li.active a {
      background-color: #99ca3b;
      color: #07080a; }

/* line 85, /home/carla/www/catedra-cosgaya/source/stylesheets/_common.sass */
dl {
  font-family: "Lato", sans-serif; }
  /* line 88, /home/carla/www/catedra-cosgaya/source/stylesheets/_common.sass */
  dl dt, dl dd {
    display: inline; }
  /* line 91, /home/carla/www/catedra-cosgaya/source/stylesheets/_common.sass */
  dl dt {
    font-weight: bold; }
    /* line 94, /home/carla/www/catedra-cosgaya/source/stylesheets/_common.sass */
    dl dt:before {
      content: "";
      display: block;
      margin-top: 11px; }

/* line 17, /home/carla/.rvm/gems/ruby-2.1.2/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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; }

/* line 22, /home/carla/.rvm/gems/ruby-2.1.2/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, /home/carla/.rvm/gems/ruby-2.1.2/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, /home/carla/.rvm/gems/ruby-2.1.2/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, /home/carla/.rvm/gems/ruby-2.1.2/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, /home/carla/.rvm/gems/ruby-2.1.2/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, /home/carla/.rvm/gems/ruby-2.1.2/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, /home/carla/.rvm/gems/ruby-2.1.2/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, /home/carla/.rvm/gems/ruby-2.1.2/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

@media all and (min-width: 501px) {
  /* line 1, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
  body {
    font-size: 12px;
    color: #07080a;
    min-width: 1000px;
    font-family: "Oswald", sans-serif; }

  /* line 7, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
  a {
    text-decoration: none;
    color: #07080a; }

  /* line 11, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
  .wrapper {
    width: 942px;
    margin: auto;
    position: relative; }

  /* line 16, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
  #header {
    height: 135px;
    padding-top: 16px;
    margin-bottom: 40px; }
    /* line 21, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    #header img {
      vertical-align: top; }

  /* line 24, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
  #logo {
    margin-right: 22px; }

  /* line 27, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
  #nav {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 414px; }
    /* line 33, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    #nav li {
      font-size: 16px;
      display: inline-block;
      margin-right: 23px;
      white-space: nowrap; }
      /* line 40, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
      #nav li:hover a {
        color: #99ca3b; }
      /* line 44, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
      #nav li.active a {
        color: #99ca3b;
        text-decoration: underline; }
      /* line 48, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
      #nav li:last-child {
        margin-right: 0; }

  /* line 51, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
  #social-networks {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 0; }
    /* line 57, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    #social-networks li {
      display: inline-block; }
    /* line 60, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    #social-networks a {
      display: block; }
    /* line 63, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    #social-networks .icon-facebook {
      background-image: url("../images/fb.jpg");
      background-repeat: no-repeat;
      width: 22px;
      height: 22px;
      margin-right: 4px; }
    /* line 67, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    #social-networks .icon-twitter {
      background-image: url("../images/tw.jpg");
      background-repeat: no-repeat;
      width: 22px;
      height: 22px; }

  /* line 70, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
  #content {
    padding-bottom: 24px; }

  /* line 73, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
  #footer {
    border-top: 1px dotted #99ca3b;
    margin-bottom: 30px; }
    /* line 79, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    #footer > .logos li {
      width: 234px;
      height: 118px;
      line-height: 118px;
      display: inline-block;
      text-align: center;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
      /* line 87, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
      #footer > .logos li.logo-t {
        width: 140px; }
      /* line 89, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
      #footer > .logos li.logo-fadu {
        width: 328px; }
      /* line 92, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
      #footer > .logos li img {
        display: inline-block;
        vertical-align: middle; }
    /* line 96, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    #footer .copyright {
      width: 100%;
      margin-top: 20px;
      font-size: 11px;
	  line-height:16px;
      text-align: center;
      font-family: "Lato", sans-serif;
	  color:#999; }

  /* line 103, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
  .footer-info {
    border-top: 1px dotted #99ca3b; }
    /* line 106, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    .footer-info .column {
      border-right: 1px dotted #99ca3b;
      width: 162px;
      height: 150px;
      margin-top: 10px;
      padding-top: 15px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 117, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
      .footer-info .column h3 {
        font-size: 27px;
        text-transform: uppercase; }
      /* line 121, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
      .footer-info .column:first-child {
        width: 280px;
        text-align: left; }
    /* line 125, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    .footer-info ul {
      margin-top: 15px; }
    /* line 129, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    .footer-info .social-networks li {
      display: inline-block;
      margin-right: 15px; }
    /* line 134, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
    .footer-info .sitemap-links li {
      margin-top: 10px; }
      /* line 137, /home/carla/www/catedra-cosgaya/source/stylesheets/_layout.sass */
      .footer-info .sitemap-links li a {
        font-size: 11px;
        font-family: "Lato", sans-serif; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
  #index #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }

  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
  #home-slider {
    width: 665px;
    height: 350px;
    overflow: hidden;
    display: inline-block;
    position: relative; }
    /* line 12, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
    #home-slider .arrow {
      width: 35px;
      height: 40px;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 155px;
      z-index: 100;
      color: white;
      font-size: 35px;
      line-height: 30px;
      text-align: center;
      padding: 0;
      margin: 0;
      cursor: pointer;
      font-family: "Oswald", sans-serif; }
      /* line 28, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
      #home-slider .arrow.arrow-left {
        left: 0; }
      /* line 31, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
      #home-slider .arrow.arrow-right {
        right: 0; }
    /* line 34, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
    #home-slider .slider-nav {
      position: absolute;
      bottom: 20px;
      text-align: center;
      width: 100%; }
      /* line 40, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
      #home-slider .slider-nav > li {
        background-image: url("../images/dot-empty.png");
        background-repeat: no-repeat;
        width: 8px;
        height: 8px;
        display: inline-block;
        margin-right: 5px; }
        /* line 45, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
        #home-slider .slider-nav > li:last-child {
          margin-right: 0; }
        /* line 48, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
        #home-slider .slider-nav > li.active {
          background-image: url("../images/dot-fill.png"); }
    /* line 51, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
    #home-slider > ul {
      white-space: nowrap;
      position: relative; }
      /* line 55, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
      #home-slider > ul > li {
        display: inline-block; }
        /* line 58, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
        #home-slider > ul > li > img {
          display: block; }

  /* line 61, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
  #next-dates {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px; }
    /* line 67, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
    #next-dates h2 {
      font-size: 20px;
      margin-bottom: 20px; }
    /* line 71, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
    #next-dates ul.subnav {
      width: 260px; }
    /* line 75, /home/carla/www/catedra-cosgaya/source/stylesheets/_home.sass */
    #next-dates li:last-child a {
      color: #07080a;
      padding-top: 22px;
      border: none; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal.sass */
  #proposal #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal.sass */
  #proposal ul.subnav {
    width: 138px;
    vertical-align: top;
    margin-right: 20px; }
    /* line 10, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal.sass */
    #proposal ul.subnav li > a {
      font-size: 17px;
      padding: 28px 0; }
  /* line 14, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal.sass */
  #proposal .content {
    width: 590px;
    display: inline-block;
    vertical-align: top;
    padding-right: 55px;
    margin-left: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 22, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal.sass */
  #proposal h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 18px; }
  /* line 27, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal.sass */
  #proposal p, #proposal dl {
    line-height: 15px;
    font-family: "Lato", sans-serif; }
  /* line 31, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal.sass */
  #proposal ul.books {
    display: inline-block; }
    /* line 34, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal.sass */
    #proposal ul.books li {
      margin-bottom: 22px; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal2.sass */
  #proposal2 #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal2.sass */
  #proposal2 h1 {
    margin-bottom: 15px; }
  /* line 8, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal2.sass */
  #proposal2 .proposal-content {
    display: inline-block;
    vertical-align: top;
    width: 420px;
    padding: 0 20px; }
    /* line 14, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal2.sass */
    #proposal2 .proposal-content p {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 18px;
      text-align: justify;
      font-family: "Lato", sans-serif; }
  /* line 21, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal2.sass */
  #proposal2 .banner-left {
    display: inline-block;
    vertical-align: top; }
  /* line 25, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal2.sass */
  #proposal2 .proposal-right {
    display: inline-block;
    vertical-align: top;
    width: 236px; }
    /* line 30, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal2.sass */
    #proposal2 .proposal-right blockquote {
      font-size: 12px;
      font-style: italic;
      background: #6c6d6d;
      border: 1px dotted #99ca3b;
      width: 210px;
      height: 192px;
      color: white;
      padding: 10px 15px;
      line-height: 14px;
      text-align: center;
      position: relative;
      margin-bottom: 22px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: "Lato", sans-serif; }
      /* line 46, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal2.sass */
      #proposal2 .proposal-right blockquote:after {
        content: "";
        width: 222px;
        height: 204px;
        border: 1px dotted #99ca3b;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        left: -8px;
        top: -8px; }
      /* line 54, /home/carla/www/catedra-cosgaya/source/stylesheets/_proposal2.sass */
      #proposal2 .proposal-right blockquote:first-child {
        padding: 18px 15px; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
  #teachers #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
  #teachers h1 {
    color: #99ca3b;
    font-size: 24px;
    margin-bottom: 15px; }
  /* line 10, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
  #teachers .sidebar {
    width: 135px;
    vertical-align: top;
    margin-right: 45px;
    display: inline-block; }
    /* line 16, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
    #teachers .sidebar ul.subnav {
      width: 100%; }
      /* line 19, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
      #teachers .sidebar ul.subnav li > a {
        padding: 28px 0;
        font-size: 17px; }
  /* line 23, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
  #teachers ul.photos {
    width: 685px;
    display: inline-block; }
    /* line 27, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
    #teachers ul.photos li {
      display: inline-block;
      margin: 0 0 21px 21px;
      position: relative; }
      /* line 32, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
      #teachers ul.photos li > a {
        display: block;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        font-size: 17px;
        padding: 36px 15px;
        text-align: center;
        line-height: 22px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        /* line 45, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
        #teachers ul.photos li > a:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
  /* line 48, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
  #teachers .teacher {
    display: inline-block;
    width: 685px; }
    /* line 52, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
    #teachers .teacher .teacher-photo, #teachers .teacher .teacher-info {
      display: inline-block;
      vertical-align: top; }
    /* line 56, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
    #teachers .teacher .teacher-info {
      width: 445px;
      margin-left: 20px;
      letter-spacing: 0; }
    /* line 61, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
    #teachers .teacher h1 {
      color: inherit;
      font-size: 36px;
      text-transform: none;
      margin-bottom: 5px; }
    /* line 67, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
    #teachers .teacher span.title {
      display: block;
      font-size: 20px;
      margin-bottom: 20px; }
    /* line 72, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
    #teachers .teacher p, #teachers .teacher .teacher-portfolio-link {
      font-size: 12px;
      line-height: 17px;
      font-family: "Lato", sans-serif; }
    /* line 77, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
    #teachers .teacher .teacher-portfolio-link {
      margin-top: 20px; }
      /* line 80, /home/carla/www/catedra-cosgaya/source/stylesheets/_teachers.sass */
      #teachers .teacher .teacher-portfolio-link a {
        color: #99ca3b; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
  #level2 #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
  #level2 ul.subnav {
    width: 138px;
    vertical-align: top; }
    /* line 9, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
    #level2 ul.subnav li > a {
      font-size: 21px;
      padding: 26px 0; }
  /* line 13, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
  #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; }
  /* line 20, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
  #level2 h1 {
    font-size: 22px;
    margin: 0 0 18px 165px; }
  /* line 24, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
  #level2 p {
    width: 226px;
    line-height: 18px;
    font-family: "Lato", sans-serif; }
    /* line 29, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
    #level2 p:last-of-type {
      font-style: regular;
      margin-top: 25px; }
  /* line 33, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
  #level2 ul.books {
    width: 536px;
    display: inline-block; }
    /* line 37, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
    #level2 ul.books li {
      display: inline-block;
      margin: 0 0 16px 18px;
      position: relative; }
      /* line 42, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
      #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; }
        /* line 54, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
        #level2 ul.books li .overlay dl {
          margin: 154px 0 14px 0;
          line-height: 12px; }
        /* line 58, /home/carla/www/catedra-cosgaya/source/stylesheets/_level2.sass */
        #level2 ul.books li .overlay span {
          font-weight: bold; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact form {
    width: 384px;
    display: inline-block; }
  /* line 9, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact input, #contact textarea {
    width: 100%;
    padding: 10px 0 10px 20px;
    margin-bottom: 4px;
    display: block;
    border: 1px solid #99ca3b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 17, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact textarea {
    resize: none;
    margin-top: 19px;
    margin-bottom: 12px; }
  /* line 22, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder {
    color: #99ca3b;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }
  /* line 27, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact input::-moz-placeholder, #contact textarea::-moz-placeholder {
    color: #99ca3b;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }
  /* line 32, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact input:-moz-placeholder, #contact textarea:-moz-placeholder {
    color: #99ca3b;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }
  /* line 37, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder {
    color: #99ca3b;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }
  /* line 42, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact textarea::-webkit-input-placeholder {
    padding-top: 50px; }
  /* line 45, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact textarea::-moz-placeholder {
    padding-top: 50px; }
  /* line 48, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact textarea:-moz-placeholder {
    padding-top: 50px; }
  /* line 51, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact textarea:-ms-input-placeholder {
    padding-top: 50px; }
  /* line 54, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact button {
    width: 117px;
    background-color: #99ca3b;
    text-transform: uppercase;
    border: none;
    padding: 14px 0;
    margin: 0;
    font-family: "Oswald", sans-serif; }
  /* line 63, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
  #contact .text {
    width: 546px;
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    font-family: "Lato", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 72, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
    #contact .text p {
      margin-bottom: 26px; }
    /* line 75, /home/carla/www/catedra-cosgaya/source/stylesheets/_contact.sass */
    #contact .text a {
      font-weight: bold; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
  #info #header {
    background: url("../images/header5.jpg") no-repeat right 0 top 16px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
  #info .dates-box {
    width: 357px;
    padding: 45px;
    background: #99ca3b;
    color: white;
    position: relative;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 47px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 18, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
    #info .dates-box:after {
      content: "";
      width: 100%;
      height: 100%;
      border: 1px dotted #99ca3b;
      padding: 12px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      position: absolute;
      left: -12px;
      top: -12px; }
    /* line 27, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
    #info .dates-box h2 {
      padding-top: 0;
      padding-left: 5px;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 1px; }
    /* line 34, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
    #info .dates-box h2, #info .dates-box p:last-child {
      padding-bottom: 20px;
      border-bottom: 10px solid white; }
    /* line 38, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
    #info .dates-box h3 {
      font-size: 19px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px;
      font-family: "Lato", sans-serif; }
    /* line 45, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
    #info .dates-box p {
      font-style: italic;
      font-size: 16px;
      font-weight: bold;
      line-height: 21px;
      padding-right: 40px;
      font-family: "Lato", sans-serif; }
  /* line 53, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
  #info .other-info {
    display: inline-block;
    vertical-align: top;
    width: 428px;
    font-size: 15px;
    font-family: "Lato", sans-serif; }
    /* line 60, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
    #info .other-info h2 {
      font-weight: bold;
      margin-bottom: 8px; }
    /* line 64, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
    #info .other-info p {
      font-style: italic;
      line-height: 17px;
      margin-bottom: 20px; }
    /* line 69, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
    #info .other-info .info-box {
      background: #6c6d6d;
      border: 1px dotted #99ca3b;
      display: inline-block;
      vertical-align: top;
      width: 202px;
      height: 192px;
      color: white;
      font-size: 12px;
      font-style: italic;
      padding: 40px 7px;
      line-height: 15px;
      margin-top: 21px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 84, /home/carla/www/catedra-cosgaya/source/stylesheets/_info.sass */
      #info .other-info .info-box:last-child {
        margin-left: 20px;
        padding-top: 20px; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
  #sheets #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
  #sheets ul.subnav {
    width: 138px;
    vertical-align: top;
    margin-right: 20px; }
    /* line 10, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
    #sheets ul.subnav li > a {
      font-size: 17px;
      padding: 28px 0; }
  /* line 14, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
  #sheets .content {
    width: 590px;
    display: inline-block;
    vertical-align: top;
    padding-right: 55px;
    margin-left: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 22, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
  #sheets h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 18px; }
  /* line 27, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
  #sheets p, #sheets dl {
    font-size: 14px;
    line-height: 19px;
    font-family: "Lato", sans-serif; }
  /* line 34, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
  #sheets dl dd {
    font-weight: bold; }
  /* line 37, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
  #sheets dl dt {
    margin-top: 20px;
    display: block; }
    /* line 41, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
    #sheets dl dt a {
      color: #99ca3b; }
      /* line 44, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
      #sheets dl dt a + a {
        color: #606163;
        font-style: italic;
        font-weight: 300; }
  /* line 49, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
  #sheets ul.books {
    display: inline-block;
    margin-top: 45px; }
    /* line 53, /home/carla/www/catedra-cosgaya/source/stylesheets/_sheets.sass */
    #sheets ul.books li {
      margin-bottom: 22px; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
  #classes #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
  #classes .sidebar {
    width: 138px;
    vertical-align: top;
    margin-right: 50px;
    display: inline-block; }
    /* line 11, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
    #classes .sidebar h1 {
      color: #99ca3b;
      font-size: 18px;
      margin-bottom: 0;
      font-weight: normal; }
    /* line 17, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
    #classes .sidebar ul.subnav {
      margin-top: 5px;
      width: 100%; }
      /* line 21, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
      #classes .sidebar ul.subnav li > a {
        font-size: 17px;
        padding: 28px 0;
        display: block;
        font-family: "Oswald", sans-serif; }
        /* line 27, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
        #classes .sidebar ul.subnav li > a.active {
          color: white; }
  /* line 30, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
  #classes .content {
    width: 605px;
    display: inline-block;
    vertical-align: top;
    padding-right: 125px;
    margin-left: 24px;
    margin-top: 25px;
    text-align: justify;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 40, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
    #classes .content h2 {
      margin-top: 20px;
      font-size: 15px;
      font-weight: bold;
      font-family: "Lato", sans-serif; }
    /* line 46, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
    #classes .content ul {
      margin-top: 5px;
      margin-bottom: 20px;
      display: block; }
      /* line 51, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
      #classes .content ul a {
        color: #99ca3b;
        font-weight: bold; }
    /* line 55, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
    #classes .content p, #classes .content ul {
      font-size: 14px;
      line-height: 17px;
      font-family: "Lato", sans-serif; }
    /* line 60, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
    #classes .content h1 {
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 12px; }
  /* line 66, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
  #classes ul.books {
    display: inline-block;
    margin-top: 45px; }
    /* line 70, /home/carla/www/catedra-cosgaya/source/stylesheets/_classes.sass */
    #classes ul.books li {
      margin-bottom: 22px; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_video.sass */
  #video #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_video.sass */
  #video h1 {
    font-size: 17px;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif; }
  /* line 10, /home/carla/www/catedra-cosgaya/source/stylesheets/_video.sass */
  #video .text {
    width: 220px;
    line-height: 1.25em;
    font-size: 12px;
    text-align: justify;
    margin-right: 35px;
    font-family: "Lato", sans-serif; }
    /* line 18, /home/carla/www/catedra-cosgaya/source/stylesheets/_video.sass */
    #video .text p {
      margin-bottom: 20px; }
  /* line 21, /home/carla/www/catedra-cosgaya/source/stylesheets/_video.sass */
  #video .video {
    padding-top: 34px; }
  /* line 24, /home/carla/www/catedra-cosgaya/source/stylesheets/_video.sass */
  #video .video, #video .text {
    display: inline-block;
    vertical-align: top; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_levels.sass */
  #levels #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_levels.sass */
  #levels h1 {
    font-size: 17px;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif; }
  /* line 10, /home/carla/www/catedra-cosgaya/source/stylesheets/_levels.sass */
  #levels .text {
    width: 220px;
    line-height: 1.25em;
    font-size: 12px;
    text-align: justify;
    margin-right: 35px;
    font-family: "Lato", sans-serif; }
    /* line 18, /home/carla/www/catedra-cosgaya/source/stylesheets/_levels.sass */
    #levels .text p {
      margin-bottom: 20px; }
  /* line 21, /home/carla/www/catedra-cosgaya/source/stylesheets/_levels.sass */
  #levels .content {
    padding-top: 34px;
    width: 685px; }
    /* line 25, /home/carla/www/catedra-cosgaya/source/stylesheets/_levels.sass */
    #levels .content img {
      display: block;
      -webkit-transition: opacity 250ms;
      -moz-transition: opacity 250ms;
      -o-transition: opacity 250ms;
      transition: opacity 250ms; }
      /* line 29, /home/carla/www/catedra-cosgaya/source/stylesheets/_levels.sass */
      #levels .content img:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
        opacity: 0.75; }
  /* line 32, /home/carla/www/catedra-cosgaya/source/stylesheets/_levels.sass */
  #levels .content, #levels .text {
    display: inline-block;
    vertical-align: top; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_links.sass */
  #links #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_links.sass */
  #links h1 {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 6px;
    background: #99ca3b;
    color: #2b2c2c;
    font-family: "Oswald", sans-serif; }
  /* line 13, /home/carla/www/catedra-cosgaya/source/stylesheets/_links.sass */
  #links .links {
    margin-bottom: 40px; }
    /* line 16, /home/carla/www/catedra-cosgaya/source/stylesheets/_links.sass */
    #links .links img {
      display: block; }
    /* line 19, /home/carla/www/catedra-cosgaya/source/stylesheets/_links.sass */
    #links .links li {
      display: inline-block;
      margin-right: 19px;
      margin-bottom: 19px; }
      /* line 24, /home/carla/www/catedra-cosgaya/source/stylesheets/_links.sass */
      #links .links li:nth-child(4n) {
        margin-right: 0; }
      /* line 27, /home/carla/www/catedra-cosgaya/source/stylesheets/_links.sass */
      #links .links li .link-info {
        font-size: 11px;
        line-height: 14px;
        font-family: "Lato", sans-serif; }
        /* line 32, /home/carla/www/catedra-cosgaya/source/stylesheets/_links.sass */
        #links .links li .link-info a {
          display: block;
          background: url("../images/caret.png") no-repeat left center;
          padding-left: 10px; }
      /* line 37, /home/carla/www/catedra-cosgaya/source/stylesheets/_links.sass */
      #links .links li .name {
        display: block;
        margin: 8px 0; }

  /* line 2, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
  #blog #header {
    background: url("../images/header1.jpg") no-repeat right 0 top 44px; }
  /* line 5, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
  #blog .articles {
    margin-bottom: 40px; }
    /* line 8, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
    #blog .articles img {
      display: block; }
    /* line 11, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
    #blog .articles li {
      width: 302px;
      display: inline-block;
      margin-right: 15px;
      margin-bottom: 40px;
      border: 1px solid #cccccc;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 19, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
      #blog .articles li:nth-child(3n) {
        margin-right: 0; }
      /* line 22, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
      #blog .articles li .article-info {
        font-size: 11px;
        line-height: 14px;
        padding: 20px;
        font-family: "Lato", sans-serif; }
      /* line 28, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
      #blog .articles li .name {
        display: block;
        font-size: 17px;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-family: "Oswald", sans-serif; }
      /* line 35, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
      #blog .articles li .author {
        color: #99ca3b;
        font-size: 12px;
        margin-bottom: 10px;
        display: block; }
      /* line 41, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
      #blog .articles li .date-line {
        font-size: 9px;
        margin-bottom: 10px; }
        /* line 45, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
        #blog .articles li .date-line .comments {
          float: right; }
      /* line 48, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
      #blog .articles li p {
        font-style: italic;
        line-height: 20px;
        font-size: 13px;
        min-height: 107px; }
      /* line 54, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
      #blog .articles li a.read-more {
        border: 2px solid #99ca3b;
        color: #99ca3b;
        font-size: 17px;
        text-transform: uppercase;
        display: block;
        padding: 12px 0;
        text-align: center;
        font-family: "Oswald", sans-serif; }
  /* line 65, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
  #blog .article h1 {
    font-size: 45px;
    margin-bottom: 25px;
    text-transform: uppercase; }
  /* line 70, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
  #blog .article .content {
    font-size: 14px;
    width: 670px;
    font-family: "Lato", sans-serif; }
  /* line 75, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
  #blog .article p {
    margin-bottom: 20px;
    line-height: 18px; }
  /* line 79, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
  #blog .article .blog-image {
    display: block; }
  /* line 82, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
  #blog .article .author {
    font-size: 20px;
    color: #99ca3b;
    margin: 15px 0 10px;
    display: block; }
  /* line 88, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
  #blog .article .date-line {
    border-bottom: 1px solid #cccccc;
    padding: 5px 0 10px 0;
    margin-bottom: 10px; }
    /* line 93, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
    #blog .article .date-line .comments {
      font-style: italic;
      float: right; }
  /* line 97, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
  #blog .sidebar, #blog .article {
    display: inline-block;
    vertical-align: top; }
  /* line 101, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
  #blog .sidebar {
    padding-top: 70px;
    margin-left: 25px; }
    /* line 105, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
    #blog .sidebar h2 {
      font-size: 17px;
      margin-bottom: 25px; }
    /* line 109, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
    #blog .sidebar .articles-links {
      font-size: 16px;
      margin-bottom: 40px;
      font-family: "Lato", sans-serif; }
      /* line 114, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
      #blog .sidebar .articles-links li {
        padding: 3px 0; }
      /* line 117, /home/carla/www/catedra-cosgaya/source/stylesheets/_blog.sass */
      #blog .sidebar .articles-links a {
        color: #99ca3b; } }
@media all and (max-width: 500px) {
  /* line 1, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  body {
    font-size: 12px;
    color: #07080a;
    width: 100%;
    font-family: "Oswald", sans-serif; }

  /* line 7, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  a {
    text-decoration: none;
    color: #07080a; }

  /* line 11, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  .wrapper {
    padding: 0;
    margin: auto;
    width: 320px; }

  /* line 16, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  #logo {
    width: 320px; }

  /* line 19, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  #home-slider {
    width: 320px;
    height: 168px;
    overflow: hidden;
    display: inline-block;
    position: relative; }
    /* line 26, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #home-slider .arrow {
      display: none; }
    /* line 29, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #home-slider .slider-nav {
      display: none; }
    /* line 32, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #home-slider img {
      width: 320px; }
    /* line 35, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #home-slider > ul {
      white-space: nowrap;
      position: relative; }
      /* line 39, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
      #home-slider > ul > li {
        display: inline-block; }
        /* line 42, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
        #home-slider > ul > li > img {
          display: block; }

  /* line 45, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  #header {
    margin-top: 20px;
    position: relative; }

  /* line 49, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  #social-networks {
    width: 22px;
    display: inline-block;
    position: absolute;
    top: 142px;
    right: 0; }
    /* line 56, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #social-networks li {
      display: inline-block;
      margin-bottom: 5px; }
    /* line 60, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #social-networks a {
      display: block; }
    /* line 63, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #social-networks .icon-facebook {
      background-image: url("../images/fb.jpg");
      background-repeat: no-repeat;
      width: 22px;
      height: 22px;
      margin-right: 4px; }
    /* line 67, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #social-networks .icon-twitter {
      background-image: url("../images/tw.jpg");
      background-repeat: no-repeat;
      width: 22px;
      height: 22px; }

  /* line 70, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  #nav {
    display: inline-block;
    line-height: 30px;
    margin: 15px 0; }
    /* line 75, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #nav li {
      font-size: 16px;
      display: inline-block;
      margin-right: 23px; }
      /* line 81, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
      #nav li.active a {
        color: #99ca3b;
        display: block;
        text-decoration: underline; }
      /* line 86, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
      #nav li:last-child {
        margin-right: 0; }

  /* line 89, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  #next-dates {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    width: 100%;
    letter-spacing: 1px; }
    /* line 97, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #next-dates h2 {
      font-size: 20px;
      margin-bottom: 20px; }
    /* line 101, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #next-dates ul.subnav {
      width: 100%; }
      /* line 105, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
      #next-dates ul.subnav li > a {
        font-size: 17px;
        padding: 24px 0; }
    /* line 110, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    #next-dates li:last-child a {
      color: #07080a;
      padding-top: 22px;
      border: none; }

  /* line 115, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  ul.logos {
    border-top: 1px dotted #99ca3b;
    border-bottom: 1px dotted #99ca3b;
    text-align: center; }
    /* line 120, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
    ul.logos li {
      margin: 30px 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }

  /* line 124, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  .footer-info {
    display: none; }

  /* line 127, /home/carla/www/catedra-cosgaya/source/stylesheets/small/_home.sass */
  .copyright {
    margin-top: 20px;
    padding: 10px 20px 20px 20px;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
	color:#999;
    font-family: "Lato", sans-serif; } }
