/* ***************************************** */
/* PATROCINADOS */

.corse{
  padding-bottom: 10px;
}
.corse, .corse > .titulopagina{
  background-color: #dcdcdc;
  color: #444343;
  font-size: 20px;
  font-family: 'Asap', sans-serif;
}
.corse > .row > div{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.patrocinado {
  margin: 5px 10px;
}
.patrocinado img {
  max-height: 70px;
  max-width: 140px;
  width: 100%;
  height: auto;
}

/* TABLA */

.tablaComponent{
  padding-right: 0;
  padding-left: 0;
}
table > caption{
  font-size: 80%;
}
table tr th{
  background-color: #2b4848;
  color: white;
  padding: 0 10px;
  font-size: 80%;
}

table tr td{
  background-color: #e6e5e5;
  color: #004d35;
  padding: 6px 10px;
  border-bottom: 1px solid #a9b3b0;
  font-size: 80%;
}

table tr td a, table tr td a:hover{
  color: black;
}
table tr td i{
  color: #004d35;
  padding: 0 10%;
}

/* ***************************************** */
/* TABLA DEPARTAMENTOS */

#divDepartamentos table#tabla tr th:nth-child(2){
  width: 100%;
}

/* ***************************************** */
/* TABLA DOCENTES */

#divDocentes {
  font-size: 80%;
  margin: 0px 5px;
}

#divDocentes table > caption {
  font-size: inherit;
}
#divDocentes table th{
  background-color: #4A7568;
  color: white;
  font-size: 120%;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
}

#divDocentes table td {
    background-color: #e6e5e5;
    color: #004d35;
    padding: 10px 10px;
    border-bottom: 1px solid #a9b3b0;
    font-size: 105%;
    text-transform: uppercase;
}

#divDocentes table tr .profe {
  background-color: #35554B;
  color: white;
}
#divDocentes table tr .profe a{
  color: white;
}


/* ***************************************** */
/********************* IMAGEN ************************/
.menuycontenido figure.link-image{
  padding: 0.3rem 1.2rem;
}
figure.link-image img{
  width: 100%;
  padding: 0px 0px 0px 21px;
}

.imageComponent > img{
  max-width: 100%;
}

.img-w25 img{
  width: 25%;
}
.img-w50 img{
  width: 50%;
}
.img-w75 img{
  width: 75%;
}
.img-w100 img{
  width: 100%;
}

.img-w25, .img-w50, .img-w75{
  width: 100%;
  margin: 15px 0;
}

.img-center img{
  display: block;
  margin: 0 auto;
}
.img-left img{
  float: left;
}
.img-right img{
  float: right;
}

.img-fluid {max-width: 100%;height: auto;}

/* ***************************************** */
/********************* ICONOS ************************/
i.fa-external-link-alt{
  margin-right: 8px;
}

/****************************************/
/**************** ENLACE *****************/
a.enlace_new{
  display:flex;
  background-image: none;
  padding: 0;
  margin: 0;
}
.destacados2 .new {background:url("../img/icons/new.png") no-repeat center;width: 20px;}
.new {background:url("../img/icons/icono-nuevo.png") no-repeat center;width: 20px;}

/****************************************/
/**************** ENLACE MENU IZQUIERDO *****************/
.menuycontenido .menunavegacion > ul > li .enlace a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1";
	  font-weight: 600;
    margin-right: 8px;
}

.menuycontenido .menunavegacion > ul > li .enlace a:hover:before {
    content: "\f00c";
	  font-weight: 600;
    margin-right: 8px;
}
@media (max-width: 767.98px){
  .menuycontenido .menunavegacion > ul > li .enlace a {
    color: black;
    line-height: 2.5rem;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 7px 10px;
  }
  .menuycontenido .menunavegacion > ul > li .enlace a:before {
    font-size: 0.9rem;
  }
}



/****************************************/
/**************** ENLACE ACORDEON *****************/
.menuycontenido .acordeon .card-text .enlace a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
	  font-weight: 600;
    margin-right: 8px;
}

/****************************************/
/**************** ENLACE CON ICONO *****************/
.menuycontenido .col-lg-8 .enlace a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
	  font-weight: 600;
    margin-right: 8px;
}
.contenido > .enlace a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 600;
  margin-right: 8px;
}

/* ***************************************** */
/* PESTAÑAS EN MAGNOLIA - TABS */
.tabsmagnolia {
    margin: 1.2rem;
}
.tabsmagnolia .nav-pills>li.active>a {
    color: #fff;
    background-color: #404A48;
}
.tabsmagnolia .nav-pills>li>a.active {
    color: #fff;
    background-color: #404A48;
}
.tabsmagnolia .nav-pills>li>a {
    border-radius: 0px;
    background-color: #c5c5c5;
    color: #000000;
    font-family: "Asap", sans-serif;
}
.tabsmagnolia .tab-content {
    background-color: #f3f3f3;
}

/* ***************************************** */
/* ***************************************** */
/* TITULO DE LA PAGINA */
.tituloprincipal h1{
  color: #00523a;
  border-bottom: 1px solid;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 1.5rem;
  margin-top: 30px;
  font-size: 2rem;
}
@media (max-width: 767.98px){
  .tituloprincipal h1 {
      font-size: 18px;
      margin-bottom: 0.5em;
      border: none;
      border-bottom: 1px solid #00523a;
      margin-top: 0.2em;
      font-weight: bold;
  }
}

.facultyHome .tituloprincipal{
  display: none;
}

/* ***************************************** */

/* ***************************************** */
/* MAPA */
#map{
  margin-bottom: 15px;
}
