@import url(http://allfont.es/allfont.css?fonts=montserrat);

body {
  font-family: 'Montserrat', arial;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

.tablaD{
  font-family: 'Montserrat', arial;
  font-size: 10px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


/*TamaÃ±o de las letras de las tablas docentes, alumnos y perfiles de docentes/alumnos en vista pc*/

@media (min-width: 992px) {

.fte-tab {
  font-family: 'Montserrat', arial;
  font-size: 12px;
}

.img-A{
  width: 15%;
  height: 200px;
  margin-left: 13px;
}

.cola {
    width:10%;
    height:10%;
  }

.carousel-inner img {
  width: 100%;
  max-height: 550px; /*TamaÃ±o mÃ¡ximo(ancho) de las imagenes del carrusel */
}

.carousel-inner{
 height: 550px; /*TamaÃ±o mÃ¡ximo(ancho) del carrusel */
}

}




/*TamaÃ±o de las letras de las tablas docentes, alumnos y perfiles de docentes/alumnos en vista tablet*/
@media (min-width: 576px) and (max-width: 991.98px) {

  .fte-tab {
    font-family: 'Montserrat', arial;
    font-size: 11px;
  }

  .img-A{
    width: 15%;
    height: 140px;
    margin-left: 8px;
  }

  .cola {
      width:20%;
      height:20%;
    } 

    .carousel-inner img {
    width: 100%;
    max-height: 480px; /*TamaÃ±o mÃ¡ximo(ancho) de las imagenes del carrusel */
  }

  .carousel-inner{
  height: 470px; /*TamaÃ±o mÃ¡ximo(ancho) del carrusel */
  }

}







/*TamaÃ±o de las letras de las tablas docentes, alumnos y perfiles de docentes/alumnos en vista mÃ³vil*/
@media (min-width: 360px) and (max-width: 574.98px){

  .fte-tab {
    font-family: 'Montserrat', arial;
    font-size: 9.7px;
  }

  .img-A{
    width: 17%;
    height: 70px;
    margin-left: 8px;
  }

  .cola {
      width:20%;
      height:20%;
    }

  .carousel-inner img {
    width: 90%;
  }

  .carousel-inner{
   height: 70px;
  }

  .carousel-inner img {
    width: 100%;
    max-height: 300px; /*TamaÃ±o mÃ¡ximo(ancho) de las imagenes del carrusel */
  }

  .carousel-inner{
  height: 260px; /*TamaÃ±o mÃ¡ximo(ancho) del carrusel */
  }

}