@font-face {
    font-family: 'alfa_slab_oneregular';
    src: url('../font/alfaslabone-regular_0-webfont.woff2') format('woff2'),
         url('../font/alfaslabone-regular_0-webfont.woff') format('woff'),
         url('../font/alfaslabone-regular_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*{
	margin: 0;
	padding: 0;
}

.page3{
  background-image: url("../img/back-2.jpg");
  height: 660px;
}
.page2{
  background-image: url("../img/back-depo.jpg");
  background-attachment: fixed;
  background-position: center center;
  overflow: hidden;
}

#contenedor{
	width: 1170px;
	margin: 0 auto;
}

#contenedor h2{
	font-family: 'alfa_slab_oneregular';
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#contenedor p{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #fff;
	width: 52%;
	display: block;
	margin: 0 auto;
}

.clear{
	clear: both;
}

/* desplegables informacion de las disciplinas*/

.fork {
  border:0;
  position:absolute;
  top:0;
  right:0;
}

.col {
  width: 30%;
  display: inline-block;
  margin-right:32px;
  margin-bottom: 16px;
  vertical-align: top;
}

.c3 {
  margin-right:0;
}

.titulo {
    margin: 0;
  background-color: #f29f11;
  background-image: -webkit-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
  background-image: -moz-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
  background-image: -o-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
  background-image: linear-gradient(to left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
  margin-bottom: 20px;
  font-family: 'alfa_slab_oneregular';
  float: none;
  opacity: inherit;
  text-shadow:inherit;
}

.titulo a {
  background: url("../img/sprite.png") 330px 17px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 22px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: normal;
}

.titulo.open  {background-color: #f29f11;
	background-image: -webkit-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
  background-image: -moz-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
  background-image: -o-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
  background-image: linear-gradient(to left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81));); }

.titulo.open a {
  background-position: 328px -25px;
}

.titulo + div { 
  padding: 0px 10px 29px 10px;
}

.title{
  font-family: 'Montserrat';	
  color: #f29f11; 
  font-size: 14px;
}


/* Pre hide sections with JavaScript on
--- */
.titulo+div{display: none;}

/* CSS3 Animation example
--- */
#css3-animated-example h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}

#css3-animated-example .content {
  padding: 10px;
}

#css3-animated-example h3.open + div {
  height: auto;
  background: #aaffff;
}

/* Event example
--- */
pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}

.botones{
  width: 621px;
  margin: 0 auto;
  margin-bottom: 19px;
}

.botones a{
	background-color: #f29f11;
	background-image: -webkit-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
  background-image: -moz-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
  background-image: -o-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
  background-image: linear-gradient(to left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
	padding: 10px;
	margin-left: 30px;
	text-align: center;
	text-decoration: none;
  font-family: 'alfa_slab_oneregular';
  color: #fff;
  display: inline-block;
  width: 40%;

}

 .linea{
	border: 1px dashed #fff;
	width: 300px;
	margin: 0 auto;
}

.linea2 {
  background-color: #f9a94b;
  border: none;
  height: 5px;
}

/* GALERIA */


/* PAGINADOR */

.page3 h2{
  font-family: 'alfa_slab_oneregular';
  text-align: center;
  padding-top: 45px;
  color: #f9a94b;
}

.page3 p{
  text-align: center;
  font-family: 'Montserrat';
  color: #fff;
  margin-top: 10px;
}

.rotator {
  width: 90%;
  margin: 0px auto;

}

.rotator .slides {
  float: left;
  width: 89%;
  position: relative;
  overflow: hidden;
  min-height: 493px;
  color: #333;
}

.rotator .slide {
  position: absolute;
  padding: 1.5% 3%;
  top: 0;
  width: 94%;
  height: 476px;
}

.rotator .slide ul {
  position: relative;
}

.rotator .prev, .rotator .next {
  float: left;
  width: 4%;
  text-align: center;
  line-height: 170px;
  margin: 160px 0;
  padding: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 40px;
  color: #ddd
}


.rotator .pagination {
  text-align: center;
  font-size: 24px;
  color: #ddd;
  clear: both;
}

.rotator .pagination span {
  margin: 0 3px;
}

.rotator .pagination span.currentbullet {
  color: #888;
}

.slide h3{
  color: #fff;
  font-family: 'Montserrat';
  margin-top: 85px;
  width: 450px;
  text-transform: uppercase;
}

.slide li{
  width: 400px;
   color: #fff;
  font-family: 'Montserrat';
  float: left;
  margin-top: 22px;
  list-style: none;
  font-size: 14px;
}

.slide img{
  float: right;

}

.slide .btn{
    background-color: #f29f11;
    background-image: -webkit-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
    background-image: -moz-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
    background-image: -o-linear-gradient(left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
    background-image: linear-gradient(to left, #f29f11, #d29224 37%, #f29f11 51%, #f29f11 75%, rgba(242, 159, 17, 0.81)););
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-family: 'alfa_slab_oneregular';
}
/* Responsive design--- */


@media screen and (max-width: 1056px) {
  #contenedor{
    width: 100%;
  }

  .col {
    width: 27.79%;
    margin-left: 23px;
    margin-right: 10px;
  }
  .titulo a{
    background: url("sprite.png") 150px 13px no-repeat;
  }
  .c2 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media
only screen and (max-width: 704px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  #contenedor{
    width: 100%;
}
  .col {
    width: 46%;
    margin-left: 15px;
}

.titulo a{
    background: url("../img/sprite.png") 360px 17px no-repeat;
}
.titulo.open a {
  background-position: 357px -25px;
}

  .c1 {
    margin-right: 0;
    margin-bottom: 0;
  }
  #contenedor p{
    width: 100%;
  }
  .botones {
    width: 100%;}

  
  .botones a{
    padding: 10px 10px;
    margin-top: 19px;
    width: 100%;
    margin-left: 0px;}
}
    @media screen and (max-width: 960px) {
    #page{
      width: 100%;
    }

    .cuerpo2{
      width: 100%;
      
    }

    #page .col{
      width: 48%;
    }

    .prev{
      float: left;
      font-size: 1px;
      width: 88px;
      height: 35px;
      margin: 0 auto;
    }

    .next{
      float: right;
      font-size: 0px;
      background-position: 56%;
      margin: 0 auto;
    }
    }

    @media screen and (max-width: 480px) {
      #page{
        width: 100%;
      }

      .cuerpo2{
        width: 100%;
        
      }

      #page .col{
        width: 100%;
        margin: 0 auto;
          display: block;
            text-align: center;
      }

      .prev{
        float: left;
        font-size: 1px;
        width: 88px;
        height: 35px;
        margin: 0 auto;
      }
      .next{
        float: right;
        font-size: 0px;
        width: 83px;
        background-position: 56%;
        margin: 0 auto;
      }
      .col {
        width: 100%;
        margin-left: 0px;
      }
      #contenedor p{
        width: 100%;
      }
      .slide img {
    display: none;
    }
         .botones {
    width: 100%;}
  }


    @media screen and (max-width: 320px) {
      #page{
        width: 53%;
      }

      .cuerpo2{
        width: 100%;
        padding: 0 15px;
      }

      #page .col{
        width: 100%;
      }

      .prev{
        float: none;
        font-size: 1px;
        width: 88px;
        height: 35px;
        margin: 0 auto;
      }

      .next{
        float: none;
        font-size: 0px;
        width: 83px;
        background-position: 56%;
        margin: 0 auto;
      }
      .col {
        width: 100%;
        margin-left: 0px;
      }
      #contenedor p{
        width: 100%;
      }
      .slide img {
       display: none;}
       .botones {
    width: 100%;}
  }
