.tab-group {
  margin: 1em auto;
/*  	max-width: 40em;  */
  width: 100%;
}

.tab {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

.tab input { 
  left: 0;
  position: absolute;
  top: 0;
  z-index: -999;
}

.tab label {
  background: #f8f8f8;
  color: #fff; 
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 3;
  margin-bottom: 0.5em;
  padding-left: 0.5em; 
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.2s;
}	

.tab input:focus + label,
.tab label:hover{ 
  background: #19105f;
  letter-spacing: .3px;
}

.tab input:focus + label h4,
.tab label:hover h4{ 
  color: #fff;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.9em;
  transition: all .05s;
  transition: all .5s; /* sale mejor asi*/
}

.tab-content p {
  margin: .5em 0;
}

/* open the tab when label is checked */

.tab input:checked ~ .tab-content { 
  max-height: 6.25em;
}


.tab > input:not(:focus) ~ .tab-content { 
  max-height: 0;
  transition: all .75s cubic-bezier(0.19, 1, 0.22, 1) .15s;
}







/* #ACORDEON --------------------------------------------------------------- */

.tab-group input { /* Este yo lo puse */
  margin-left: 1em;
}

.tab input:checked ~ .tab-content { 
/*	max-height: 6.25em;*/
	max-height: 700em; /* lo puse por el que tenga el contenido mÃƒÂ¡s largo */
}

.tab label {
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 2;
}

.tab label h4 {
  margin: 0 10px;
  padding: 0;
  position: relative;
  top: -.6em;
  height: 1.8em;
}

.acordeon h4 {
  font-size: 1.125em;
  text-transform: uppercase;
}
.acordeon h4:before {
  content: "+ ";  
}

.tab-content {
  border: 2px solid #f8f8f8;
  border-top: none;
}

.tab-content h8 {
  color: #666;
  font-size: 1.25em;
}


/* #shame css -------------------------------------------------------------- */



.display-none {
  display: none;
}

.posgrado-nota {
  font-size: .8em;
  padding-bottom: 10px;
}


/* #btn-posgrados ---------------------------------------------------------- */

.btn-posgrados {
  background-image: none;
  display: block;
}

.btn-posgrados-MII:hover {
  background-image: url('../img/posgrado-MII-icon.png');
}

.btn-posgrados-DI:hover {
  background-image: url('../img/posgrado-DI-icon.png');
}

.btn-posgrados-DD:hover {
  background-image: url('../img/posgrado-DD-icon.png');
}
.btn-posgrados-logo {
  display: block;
  position: relative;
  width: 50%;
  max-width: 300px;
  margin-bottom: 10px;
  padding: 0;
  opacity: .8;
  top: 0;
  transition: all .25s;
}

.btn-posgrados-logo:hover {
  opacity: 1;
  top: -5px;
}

.btn-posgrados-logo a {
  margin: 0;
  padding: 0;
}

.btn-posgrados-logo img {
  box-shadow: 0 1px 1px 1px rgba(59, 24, 0, 0.1);
  transition: box-shadow .25s;
}

.btn-posgrados-logo img:hover {
  box-shadow: 0 15px 5px -8px rgba(59, 24, 0, 0.2);
}

.posgrado-logo {
  width: 50%;
  max-width: 300px;
  display: block;
  margin: 1px auto 40px;
}


/* #tabla ------------------------------------------------------------------ */

.posgrado table td {
  padding: 10px;
}

.posgrado .pos-tabl-num {
  padding: 0 30px;
  text-align: center;
}

.posgrado .ol-letras li {
  list-style-type: lower-alpha;
}


.posgrado-link {
  color: #222;
  text-decoration: underline;
  transition: .2s;
}

.posgrado-link:hover {
  color: #19105f;
}


/* #tabla-tutoria ---------------------------------------------------------- */

.posgrado .tesis {
  border-top: 1px solid #ddd;
  font-size: .85em;
}

.posgrado .tesis:nth-child(2n) {
  background-color: #fdfdfd;
}

.posgrado .tesis-alumno,
.posgrado .tesis-director {
  width: 25%;
}

.posgrado .tesis-titulo {
  width: 50%;
}

.tutoria-generacion {
  font-family: 'Playfair Display', serif;
  color: #19105f;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.25em;
  height: 60px;
  vertical-align: bottom;
}

.posgrado .tesis-alumno strong,
.posgrado .tesis-director strong,
.posgrado .tesis-titulo strong {
  
}

.posgrado .tesis-director,
.posgrado .tesis-titulo {
  font-weight: 100;
}

.posgrado h6 {
  font-size: 1.125em;
}


/* #tooltip ---------------------------------------------------------------- */

.tooltip label {
  font-family: 'Playfair Display', serif;
  color: #19105f;
  text-align: center;
  letter-spacing: 1.125px;
  font-size: 1.125em;
  background-color: #fff;
  line-height: 1.4;
  padding: 10px 0;
}

.tooltip label:before {
  content: "+";
  float: left;
  padding-left: 20px;
}

.tooltip label:hover {
  color: #19105f;
  text-align: center;
  letter-spacing: 1px;
  background-color: #f8f8f8;
}

.tooltip-input {
    display: none;
} /*Hide input element*/

.tooltip-content {
  margin-bottom: 1.5em;
  border: 1px solid #f8f8f8;
  overflow: hidden;
}

.tooltip-input:not(checked) ~ .tooltip-content {
  display: none;
}

.tooltip-input:checked ~ .tooltip-content {
  display: block;
}

.tooltip label h6 {
  display: inline-block;
  padding: 0;
  margin: 0;
}


/* #PRODUCTIVIDAD ACADEMICA ------------------------------------------------ */

.posg-prod-acad--articulo {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 2px solid #eee;
  font-weight: 100;
}

.posg-prod-acad--articulo:last-child {
  border-bottom: none;
}

.posg-prod-acad--titulo {
  color: #19105f;
}

.posg-prod-acad--titulo:before {
  content:"Título: ";
  font-weight: 700;
}

.posg-prod-acad--autores strong,
.posg-prod-acad--autor strong {
  font-weight: 400;
}

.posg-prod-acad--autores:before {
  content:"Autores: ";
  font-weight: 700;
}

.posg-prod-acad--autor:before {
  content:"Autor: ";
  font-weight: 700;
}

.posg-prod-acad--revista {
  
}

.posg-prod-acad--revista:before {
  content:"Revista o Congreso: ";
  font-weight: 700;
}

.posg-prod-acad--fecha {
  
}

.posg-prod-acad--fecha:before {
  content:"Fecha: ";
  font-weight: 700;
}

.posg-prod-acad--link {
  text-decoration: underline;
  color: #666;
  transition: letter-spacing .2s;
}

.posg-prod-acad--link:before {
  content:"Ver artículo en línea";
}

.posg-prod-acad--link:hover {
  color: #19105f;
  letter-spacing: .25px;
  font-weight: 400;
}

.posg-prod-acad--sin-link:before {
  content:".";
  color: transparent;
}


/* #NUCLEO-ACADEMICO-BASICO ------------------------------------------------ */

.nucleo-academico-basico--docente {
  border-left: 1px solid #19105f;
  padding: 0 0 0 10px;
}

.nucleo-academico-basico--docente h6 {
}

.nucleo-academico-basico--descripcion {
  font-weight: 100;
  position: relative;
  top: -10px;
}

.nucleo-academico-basico--titulo {
  display: inline-block;
  margin-top: 2px;
  font-weight: 400;
}

.nucleo-academico-basico--titulo:after {
  content:":";
}

.nucleo-academico-basico .tooltip label {
  text-align: left;
}

.nucleo-academico-basico .tooltip label:before {
  padding-right: 20px;
}



/* #171009 ----------------------------------------------------------------- */

.posgrado-DI--convocatoria-abierta {
  font-size: 2.6em;
  font-family: 'Open Sans', sans-serif;
  color: #775bfd;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.posgrado-DI--convocatoria-abierta span {
  display: block;
  font-size: .7em;
  font-weight: 400;
  color: #00aa68;
}

.posgrado-DI--fechas-importantes {
  padding-left: 15px;
  border-left: 2px solid #CC3400;
}

/* #POSGRADO-DI--CONTACTOS ------------------------------------------------- */

.posgrado-DI--contactos {
  
}

.posgrado-DI--contacto {
  font-size: .9em;
  width: 45%;
  background-color: #fafafa;
  padding: 10px;
  display: inline-block;
  min-height: 100px;
  overflow: hidden;
  margin-right: 3%;
}


/* #POSGRADO-DI--LACs ------------------------------------------------------ */

.posgrado-DI--LACs {
  
}

.posgrado-DI--LACs h6 {
  margin: 10px;
  margin-left: 0;
  font-size: 1.35em;
/*  font-weight: 700;*/
}


/* #posgrado-DI--plan-estudios --------------------------------------------- */

.posgrado-DI--plan-estudios--curso {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}

.posgrado-DI--plan-estudios ul li ul li {
  font-size: .95em;
}

.posgrado-DI--plan-estudios ul li ul li:first-child {
  margin-top: 10px;
}


/* #DOCUMENTOS IMPORTANTES ------------------------------------------------- */

/* BTN-DESCARGAR-PDF */
.btn-descargar-PDF {
  background-image: url("../img/posgrado/icono-PDF-c30-1.png");
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: auto;
  border: 1px solid #19105f;
  border-radius: 5px;
  display: block;
  margin-top: 10px;
  max-width: 50%;
  overflow: hidden;
  padding: 10px !important;
  padding-right: 40px !important;
  white-space: normal;
  width: 50%;
}

.btn-descargar-PDF:hover {
  background-color: #19105f;
  background-image: url("../img/posgrado/icono-PDF-c30-2.png");
  color: #fff;
}

@media only screen and (max-width: 768px) { /* ------------- ss ------------ */
  .btn-descargar-PDF {
    max-width: 100%;
    width: 100%;
  }
}




















