.datos-modulo-guias,
.guia-docente .datos-modulo,
.guia-docente .datos-grado {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-style: solid;
  margin-bottom: 1rem;
  padding: 0;
  border-width: 1px 0 1px 0;
}
.datos-modulo-guias > div,
.guia-docente .datos-modulo > div,
.guia-docente .datos-grado > div {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.datos-modulo-guias > div:first-child h2,
.guia-docente .datos-modulo > div:first-child h2,
.guia-docente .datos-grado > div:first-child h2 {
  width: 35%;
}
.datos-modulo-guias > div h2,
.guia-docente .datos-modulo > div h2,
.guia-docente .datos-grado > div h2,
.datos-modulo-guias > div .value,
.guia-docente .datos-modulo > div .value,
.guia-docente .datos-grado > div .value {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0.5rem;
  vertical-align: middle;
}
.datos-modulo-guias > div h2,
.guia-docente .datos-modulo > div h2,
.guia-docente .datos-grado > div h2 {
  width: 30%;
}

.guia-docente .datos-modulo-full {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-style: solid;
  margin-bottom: 1rem;
  padding: 0;
  border-width: 1px 0 1px 0;
}

.guia-docente .datos-modulo-full > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.value ul {
  margin: 0 0 0 -25px;
}
.value li {
  font-size: 1.125rem;
}

.guia-docente .datos-modulo-full > div h2,
.datos-modulo-full > div .value {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0.5rem;
  vertical-align: middle;
}

.guia-docente .datos-modulo-full > div h2 {
  width: 17.5%;
}

.datos-base-guias,
.guia-docente .datos-base {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-width: 1px 0 1px 0;
  border-style: solid;
  margin-bottom: 1rem;
}
.datos-base-guias > div,
.guia-docente .datos-base > div {
  width: 25%;
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.datos-base-guias > div h2,
.guia-docente .datos-base > div h2,
.datos-base-guias > div div,
.guia-docente .datos-base > div div {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0.5rem;
  font-size: 1rem;
  vertical-align: middle;
}
.datos-base-guias > div h2,
.guia-docente .datos-base > div h2 {
  width: 50%;
  margin: 0;
  background-color: #e9e9e9;
  color: #333333;
  font-weight: bold;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
}
.datos-base-guias > div h2:last-child,
.guia-docente .datos-base > div h2:last-child {
  border-right-width: 0px;
}


.row-gdocentes .row,
.guia-docente .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  margin-bottom: 1rem;
}
.row-gdocentes .row h2,
.guia-docente .row h2 {
  margin: 0;
  padding: 0.5rem 1rem;
  vertical-align: middle;
}
.row-gdocentes .row h3,
.guia-docente .row h3 {
  background-color: #e3e3e3;
  margin-top: 0;
}
.row-gdocentes .row > .col2,
.guia-docente .row > .col2,
.row-gdocentes .row > .col1:not(.active-base),
.guia-docente .row > .col1:not(.active-base),
.row-gdocentes .row > .col100,
.guia-docente .row > .col100 {
  background-color: #f3f3f3;
}
.row-gdocentes .row > .col2 > div,
.guia-docente .row > .col2 > div,
.row-gdocentes .row > .col2 h3,
.guia-docente .row > .col2 h3,
.row-gdocentes .row > .col2 p,
.guia-docente .row > .col2 p,
.row-gdocentes .row > .col1:not(.active-base) > div,
.guia-docente .row > .col1:not(.active-base) > div,
.row-gdocentes .row > .col1:not(.active-base) h3,
.guia-docente .row > .col1:not(.active-base) h3,
.row-gdocentes .row > .col1:not(.active-base) p,
.guia-docente .row > .col1:not(.active-base) p,
.row-gdocentes .row > .col100 > div,
.guia-docente .row > .col100 > div,
.row-gdocentes .row > .col100 h3,
.guia-docente .row > .col100 h3,
.row-gdocentes .row > .col100 p,
.guia-docente .row > .col100 p {
  padding: 0.5rem 1rem;
}
.row-gdocentes .row > .col2 > ul,
.guia-docente .row > .col2 > ul,
.row-gdocentes .row > .col1:not(.active-base) > ul,
.guia-docente .row > .col1:not(.active-base) > ul,
.row-gdocentes .row > .col100 > ul,
.guia-docente .row > .col100 > ul {
  padding: 0.5rem 1.8rem;
}
.row-gdocentes .row > .col2 > p + ul,
.guia-docente .row > .col2 > p + ul,
.row-gdocentes .row > .col1:not(.active-base) > p + ul,
.guia-docente .row > .col1:not(.active-base) > p + ul,
.row-gdocentes .row > .col100 > p + ul,
.guia-docente .row > .col100 > p + ul {
  padding: 0 3rem 0.5rem 3rem;
  margin-top: -0.5rem;
}
.row-gdocentes .row > .col2.value,
.guia-docente .row > .col2.value {
  padding: 0.5rem 1rem;
}
.row-gdocentes .row > h2,
.guia-docente .row > h2,
.row-gdocentes .row > h3,
.guia-docente .row > h3 {
  padding: 0.5rem;
  width: 100%;
  margin: 0;
}
.row-gdocentes .row ul,
.guia-docente .row ul {
  margin: 0 0 0 0.5rem;
}
.row-gdocentes .row .col1,
.guia-docente .row .col1 {
  width: 40%;
  border-right: 1px solid #cccccc;
}
.row-gdocentes .row .col2,
.guia-docente .row .col2 {
  width: 60%;
}
.row-gdocentes .row .mail::before,
.guia-docente .row .mail::before {
  margin-right: 0.5rem;
  margin-left: 1.5rem;
}
.row-gdocentes .row .col100,
.guia-docente .row .col100 {
  width: 100%;
}
.row-gdocentes .row .tutorias .nombre,
.guia-docente .row .tutorias .nombre {
  margin-bottom: 0;
}
.row-gdocentes .row .mail + .tutorias,
.guia-docente .row .mail + .tutorias {
  margin-top: -1rem;
}

.tutorias .tutoria {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}

.guia-docente h3 {
  font-size: 1.3rem;
  margin: 0;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  color: #333333;
}

.guia-docente h2,
.guia-docente h3,
.guia-docente h4 {
  margin: 0.5rem 0;
  font-size: 1rem;
  font-weight: bold;
}

.guia-docente .cabecera {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
/* .guia-docente .cabecera > div {
  padding: 0.5rem 1rem;
}
.guia-docente .cabecera .titulo {
  border-style: solid;
  border-width: 1px;
  width: 50%;
}
.guia-docente .cabecera .fechas {
  text-align: right;
  width: 50%;
} */


/*
Eliminamos los colores rojos en la guía docente. Se utilizan los de la web actual
.guia-docente .active-base {
  background-color: #d12b2e;
  color: #FFF;
} */
/* .guia-docente .active-line {
  border-color: #d12b2e;
} */
/* .guia-docente a {
  color: #d12b2e;
} */
/* .guia-docente .titulo h1 {
  color: #d12b2e;
} */
/* .guia-docente a:hover {
  color: #3c0d0d;
} */

.guia-docente .cabecera .fechas .logo-eu {
  width: 100%;
  text-align: right;
}
.guia-docente .cabecera .fechas .logo-eu img {
  margin: -0.5rem 0 0.5rem auto;
}
.guia-docente .cabecera .fechas .logo-eu img.logo-eu {
  max-width: 250px;
  height: auto;
}
.guia-docente .cabecera .fechas .logo-eu img.logo-inf {
  max-height: 75px;
  width: auto;
  }
