@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Raleway:wght@500;700;800&display=swap";
@import url("../fonts/icomoon/style.css");
@import url("../fonts/Rockwell/stylesheet.css");
@import url("estilos.css");
@import url("../slider/style.css");
#principal_avisoprivacidad li {
  font-size: 1.1em;
  letter-spacing: 0;
  line-height: 2em;
}

#principal_avisoprivacidad a {
  color: #ff1f80;
  padding-top: 10px;
}

#principal_template table {
  font-family: sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0px;
  color: #5a5a5a;
  text-align: left;
}

#principal_template a {
  color: #FF1F80;
}

.contenido_der table.line td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}

#principal_template ul.lista_1 li {
  list-style: disc;
  margin-left: 30px;
  list-style-position: outside;
}

#principal_template ul.lista_2 li {
  margin-left: 30px;
  list-style-position: outside;
  list-style-image: url(img/vineta_guion.gif);
  list-style-type: none;
}

#principal_template ul.lista_3 li {
  margin-left: 50px;
  list-style-position: outside;
  list-style-type: upper-roman;
}

#principal_template ul.lista_4 li {
  margin-left: 30px;
  list-style-position: outside;
  list-style-type: decimal;
}

#principal_template ul.lista_5 li {
  margin-left: 30px;
  list-style-position: outside;
  list-style-type: lower-alpha;
}

ul.abc li {
  list-style: lower-latin;
  margin-left: 30px;
  list-style-position: outside;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

.bullets {
  list-style: disc;
  list-style-position: outside;
  padding-left: 2rem;
  text-align: justify;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.tabla-gestion-resultados {
  margin: 5rem 0;
}
table.tabla-gestion-resultados tr th {
  background-color: #4B575E;
  color: #fff;
  padding: 1rem;
}
table.tabla-gestion-resultados tr td {
  padding: 1rem;
}

.clear {
  clear: both;
}

/*-----GENERALES-----*/
*, *:before, *:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem !important;
  font-family: "Roboto", sans-serif;
  line-height: normal;
}

h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif;
  color: #4B575E;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #f09;
}

p {
  margin-bottom: 1.6rem;
}

strong {
  font-weight: 900;
}

.icon {
  display: flex;
  font-family: "icomoon";
}

.checkbox_interno {
  display: none;
}

.btn {
  display: flex;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #f09;
  color: #fff;
}
.btn.w300-aling-rigth {
  margin-left: auto;
  width: 30rem;
  justify-content: center;
}
.btn.no-active-btn {
  opacity: 0.3;
  cursor: default;
}

/*-------HEADER-----*/
.header-template {
  display: flex;
  align-items: center;
  background-color: #912180;
  width: 100%;
  height: 8rem;
  margin-bottom: 2rem;
  background-image: url(../imagenes/layout/back-header-rop.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.header-template h1 {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  line-height: normal;
}
.header-template h1 .titulo-ieem {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.header-template .icon {
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 100%;
  background-color: #4B575E;
  position: relative;
  margin-right: 2rem;
}
.header-template .icon.icon-ieem-logo {
  font-size: 5rem;
  text-align: center;
  color: #fff;
}
.header-template .icon::after {
  display: block;
  content: "";
  width: 0.2rem;
  height: 90%;
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header-template a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: auto;
  height: 1px;
  font-size: 1.4rem;
  overflow: hidden;
  z-index: -999;
}
.header-template a.skip-main:focus {
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 0 35%;
  padding: 5px;
  font-size: 20px;
  outline: 3px solid #fff;
  text-align: center;
  z-index: 999;
  color: #fff;
}

/*------NAV------*/
#btn-main-menu {
  display: none;
}

label.icon-nav {
  display: none;
}

.nav-template {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem 2rem 3rem;
  position: relative;
  border-bottom: solid 1px #f09;
}
.nav-template ul {
  display: flex;
  justify-content: space-between;
}
.nav-template ul li {
  list-style: none;
  position: relative;
  margin-right: 1rem;
}
.nav-template ul li a, .nav-template ul li button {
  display: block;
  color: #4B575E;
  font-weight: 700;
  padding: 1rem;
  text-align: left;
  font-size: 1.6rem;
}
.nav-template ul li ul {
  display: flex;
  flex-direction: column;
  width: 22rem;
}
.nav-template ul li ul li {
  margin-right: 0;
}
.nav-template ul li ul li button[aria-expanded=false]:after, .nav-template ul li ul li button[aria-expanded=true]:after {
  color: #fff;
}
.nav-template ul li ul li a, .nav-template ul li ul li button {
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
}
.nav-template ul li ul li a:hover, .nav-template ul li ul li button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.nav-template ul li ul li ul {
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-template ul li ul li ul li a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 300;
  color: #fff;
  padding-left: 2rem;
  font-size: 1.3rem;
}
.nav-template ul li ul li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.nav-template ul li button {
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  display: flex;
  margin-right: 0.5rem;
}
.nav-template ul li button[aria-expanded=false]:after, .nav-template ul li button[aria-expanded=true]:after {
  font-family: "icomoon";
  display: flex;
  margin-left: auto;
  content: "\e900";
  color: #f09;
  font-size: 1.5rem;
}
.nav-template ul li button[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.nav-template > ul > li > ul {
  position: absolute;
  z-index: 10;
}
.nav-template [id^=sub] {
  background-color: rgba(0, 0, 0, 0.7);
}

/*------MAIN------*/
main {
  width: 100%;
  max-width: 1280px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 3rem;
  justify-content: space-around;
  position: relative;
}
main .slider_externos {
  width: 100%;
  margin: 5rem auto;
}
main .contenedor-foto {
  display: block;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  margin: 0 auto 3rem auto;
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
  background-color: #fff;
}
main .contenedor-foto .img-general {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .contenedor-foto h2 {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 1rem;
  left: 3rem;
  color: #fff;
  font-size: 3rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
main .contenedor-foto h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 0.5rem;
  bottom: 0;
  left: 0;
  background-color: #f09;
}
main .contenedor-foto:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25rem;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
main p {
  text-align: justify;
}
main .contenido-template {
  width: 68%;
  height: auto;
  padding: 0 0 3rem 2rem;
  /*-------- PAGINA DE INICIO-----*/
  /*-----------FINAL PAGINA DE INICIO--------*/
}
main .contenido-template .botonera-inicio ul {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(min(30rem, 100%), 1fr));
  margin-bottom: 5rem;
}
main .contenido-template .botonera-inicio ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 10rem;
  border-radius: 0.3rem;
  padding: 1rem 2rem 1rem 11rem;
  background-color: #f4f3f2;
  color: #4B575E;
  font-weight: 600;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
main .contenido-template .botonera-inicio ul li a::before {
  position: absolute;
  display: block;
  content: "";
  width: 10rem;
  height: 100%;
  left: 0;
  background-color: #c78cba;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5rem auto;
}
main .contenido-template .botonera-inicio ul li a.participacion::before {
  background-image: url(../imagenes/layout/participacion-ciudadana.svg);
}
main .contenido-template .botonera-inicio ul li a.igualdad-genero::before {
  background-image: url(../imagenes/layout/igualdad-y-no-discriminacion.svg);
}
main .contenido-template .botonera-inicio ul li a.cultura-politica::before {
  background-image: url(../imagenes/layout/cultura-politica.svg);
}
main .contenido-template .botonera-inicio ul li a.proceso::before {
  background-image: url(../imagenes/layout/proceso.svg);
}
main .contenido-template .botonera-inicio ul li a.academicas::before {
  background-image: url(../imagenes/layout/actividades-academicas.svg);
}
main .contenido-template .botonera-inicio ul li a.concursos::before {
  background-image: url(../imagenes/layout/concursos.svg);
}
main .contenido-template .botonera-inicio ul li.banner-Full {
  width: 100%;
}
main .contenido-template .botonera-inicio.sub-paginas ul li a {
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding: 2rem 2.5rem 1.5rem 2.5rem;
  height: 20rem;
}
main .contenido-template .botonera-inicio.sub-paginas ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
main .contenido-template .botonera-inicio.sub-paginas ul li a img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
  transition: all 0.3s;
  z-index: 1;
}
main .contenido-template .botonera-inicio.sub-paginas ul li a:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}
main .contenido-template .botonera-inicio.sub-paginas ul li a span {
  display: flex;
  width: 90%;
  position: absolute;
  z-index: 3;
  color: #fff;
  font-weight: 500;
  padding: 0.5rem 0;
}
main .contenido-template .botonera-inicio.sub-paginas ul li a span::before {
  display: inline-block;
  content: "";
  border-left: solid 2px #f09;
  margin-right: 0.5rem;
  background-color: #f09;
}
main .contenido-template .banner-full {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 10rem;
  border-radius: 0.3rem;
  padding: 1rem 2rem;
  background-color: #c78cba;
  color: #4B575E;
  font-weight: 600;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 5rem;
  color: #fff;
  font-size: 3rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
main .contenido-template .banner-full.proceso::before {
  display: block;
  width: 30rem;
  height: 30rem;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../imagenes/layout/proceso.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}
main .contenido-template .banner-full span {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
}
main .contenido-template .contenedor-links-boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5rem auto;
}
main .contenido-template .contenedor-links-boxs .contenido-links-box {
  display: block;
  width: 49%;
  margin-bottom: 5rem;
}
main .contenido-template .contenedor-links-boxs .contenido-links-box button {
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  display: flex;
  margin-right: 0.5rem;
  font-family: "rockwellbold";
  color: #4B575E;
  font-size: 2.3rem;
  border-bottom: solid 1px #f09;
  background-color: #E3E3E3;
  padding: 2rem;
}
main .contenido-template .contenedor-links-boxs .contenido-links-box button[aria-expanded=false]:after, main .contenido-template .contenedor-links-boxs .contenido-links-box button[aria-expanded=true]:after {
  font-family: "icomoon";
  display: flex;
  margin-left: auto;
  content: "\e900";
  color: #f09;
  font-size: 1.5rem;
  margin-bottom: 0;
}
main .contenido-template .contenedor-links-boxs .contenido-links-box button[aria-expanded=true]:after {
  transform: rotate(180deg);
}
main .contenido-template .contenedor-links-boxs .contenido-links-box ul {
  background-color: #E3E3E3;
  padding: 0;
  margin-bottom: 2rem;
}
main .contenido-template .contenedor-links-boxs .contenido-links-box ul.listas-box {
  display: flex;
  flex-direction: column;
}
main .contenido-template .contenedor-links-boxs .contenido-links-box ul.listas-box li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #4B575E;
  margin: 0;
}
main .contenido-template .contenedor-links-boxs .contenido-links-box ul.listas-box li a {
  display: block;
  padding: 1rem;
  color: #4B575E;
  margin: 0;
  padding: 2rem;
}
main .contenido-template .contenedor-links-boxs .contenido-links-box ul.listas-box li a i {
  display: block;
  font-size: 1.3rem;
}
main .contenido-template .contenedor-links-boxs .contenido-links-box ul.listas-box li a:hover {
  background-color: #d7d6d6;
}
main .contenido-template .contenedor-links-boxs .contenido-links-box ul.partidos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
  gap: 1rem;
  padding: 2rem;
}
main .contenido-template .contenedor-links-boxs .contenido-links-box ul.partidos li a img {
  width: 70%;
  height: auto;
}
main .contenido-template .sitios_interes h2 {
  border-bottom: solid 1px #f09;
}
main .contenido-template .sitios_interes h2::after {
  display: none;
}
@media screen and (max-width: 768px) {
  main .contenido-template .contenedor-links-boxs .contenido-links-box {
    display: block;
    width: 100%;
  }
}
main .aside-template {
  width: 25%;
  height: auto;
}
main .aside-template .botonera-lateral ul {
  display: flex;
  flex-direction: column;
}
main .aside-template .botonera-lateral ul li {
  display: block;
  margin-bottom: 1rem;
}
main .aside-template .botonera-lateral ul li a {
  display: block;
  width: 100%;
  padding: 2rem 0 2rem 1rem;
  color: #fff;
  font-family: "rockwellregular";
  letter-spacing: 0.05rem;
  font-weight: 200;
  background-color: #a72b7b;
  font-size: 1.4rem;
}
main .aside-template .botonera-lateral ul li h4 {
  color: #fff;
  padding: 1rem 1rem 0 1rem;
  font-size: 1.4rem;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
}
main .aside-template .botonera-lateral ul li .sub-sub-nav {
  padding-left: 2rem;
}
main .aside-template .botonera-lateral ul li .sub-sub-nav li a {
  padding-right: 0;
}
main .aside-template .botonera-lateral ul li button {
  display: flex;
  width: 100%;
  padding: 2rem 4rem 2rem 1rem;
  color: #fff;
  font-family: "rockwellregular";
  font-weight: 200;
  background-color: #a72b7b;
  font-size: 1.4rem;
  border: none;
  text-align: left;
  letter-spacing: 0.05rem;
  cursor: pointer;
  position: relative;
}
main .aside-template .botonera-lateral ul li button[aria-expanded=false]:after, main .aside-template .botonera-lateral ul li button[aria-expanded=true]:after {
  font-family: "icomoon";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  background-color: #b74d8a;
  content: "\e900";
  color: #fff;
  font-size: 1.5rem;
  width: 4rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
main .aside-template .botonera-lateral ul li button[aria-expanded=true]:after {
  transform: rotate(180deg);
}
main .aside-template .botonera-lateral ul li > ul {
  display: block;
  background-color: #8b1f66;
}
main .aside-template .botonera-lateral ul li > ul li {
  margin-bottom: 0;
}
main .aside-template .botonera-lateral ul li > ul li a {
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  padding: 1rem;
}
main .aside-template .lateral {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 2rem 0;
  background-color: #E3E3E3;
  padding: 2rem 1rem;
}
main .aside-template .lateral h2 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #f09;
}
main .aside-template .lateral h2:after {
  display: none;
}
main .aside-template .lateral .contenedor-transmisiones {
  display: block;
  margin-bottom: 4rem;
}
main .aside-template .lateral .contenedor-transmisiones .transmisiones-header {
  display: block;
  background-color: #000;
  width: 100%;
  height: 15rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 2rem;
}
main .aside-template .lateral .contenedor-transmisiones .transmisiones-header::after {
  display: block;
  width: 100%;
  height: 15rem;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../imagenes/layout/cg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  z-index: 1;
}
main .aside-template .lateral .contenedor-transmisiones .transmisiones-header.sin-transmision::before {
  display: block;
  width: 100%;
  height: 15rem;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../imagenes/layout/no-transmisiones-01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10rem;
}
main .aside-template .lateral .contenedor-transmisiones .poscast-header img {
  display: block;
  width: 100%;
}
main .menu-toogle, main .checkbox {
  display: none;
}
main p, main ul, main ol {
  color: #4B575E;
}
main main {
  /*--CONTENEDOR TABLAS CONSEJO--*/
}
main main #principal_template, main main .contenido-template-inter {
  width: 72%;
  height: auto;
  padding: 0 0 3rem 3%;
}
main main #principal_template p, main main .contenido-template-inter p {
  margin-bottom: 1.6rem;
}
main main #principal_template h3, main main .contenido-template-inter h3 {
  display: block;
  position: relative;
  font-size: 2.3rem;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  font-weight: 800;
}
main main #principal_template h3:before, main main .contenido-template-inter h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 0.5rem;
  bottom: 0;
  left: 0;
  background-color: #f09;
}
main main #principal_template h4, main main .contenido-template-inter h4 {
  font-weight: 700;
  font-size: 2rem;
}
main main .contenedor_tablas_grid {
  display: grid;
  grid-template-columns: [columna1] 80% [columna2] 20% [columna3];
  width: 100%;
}
main main .contenedor_tablas_grid .contenido_consejo {
  grid-column: columna1/columna2;
}
main main .contenedor_tablas_grid .menu_contenido_consejo {
  grid-column: columna2/columna3;
  margin: 0 auto;
}
main main .contenedor_tablas_grid .menu_contenido_consejo .busqueda_año_txt {
  display: block;
  margin: 1.5rem auto;
  font-size: 1.1rem;
  font-style: italic;
  width: 90%;
  line-height: normal;
  text-align: center;
}
main main .contenedor_tablas_grid .menu_contenido_consejo table {
  margin: 0 auto;
  text-align: center;
}
main #navy_template {
  height: auto;
  padding: 2rem 0 2rem 0;
  background-color: #fff;
}
main #navy_template h3 {
  font-size: 1.8rem;
}
main #navy_template button {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  padding: 1rem;
  cursor: pointer;
  border-bottom: solid 1px #ccc;
  color: #4B575E;
  display: flex;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  font-size: 1.6rem !important;
  font-family: "Roboto", sans-serif;
}
main #navy_template button[aria-expanded=false]:after, main #navy_template button[aria-expanded=true]:after {
  font-family: "icomoon";
  display: flex;
  margin-left: auto;
  content: "\e900";
  color: #4B575E;
  font-size: 1.5rem;
  padding-left: 2rem;
  padding-right: 0;
}
main #navy_template button[aria-expanded=true]:after {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 2rem;
}
main #navy_template ul {
  margin: 0 0 3rem 0;
}
main #navy_template ul li {
  display: block;
  border-bottom: solid 1px #ccc;
}
main #navy_template ul li a {
  display: block;
  padding: 1rem;
  color: #4B575E;
  letter-spacing: 0.01rem;
}
main .nav-normatividad ul {
  margin-bottom: 0 !important;
}
main .nav-normatividad .sub-nav {
  padding: 0 0 0 2rem;
  background-color: #f3f3f3;
  border-bottom: solid 1px #e1e1e1;
}
main .nav-normatividad .sub-nav li:last-child {
  border-bottom: none !important;
}
main h2 {
  display: block;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  position: relative;
}
main h2 span {
  display: block;
  font-size: 2rem;
  color: #f09;
  font-weight: 200
}
main h2.titulo-subpag {
  display: flex;
  align-items: center;
}
main h2.titulo-subpag::before {
  display: inline-block;
  content: "";
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main h2.titulo-subpag.no-icon::before {
  display: none;
}
main h2.titulo-subpag.participacion::before {
  background-image: url(../imagenes/layout/participacion-ciudadana-2.svg);
}
main h2.titulo-subpag.igualdad::before {
  background-image: url(../imagenes/layout/igualdad-y-no-discriminacion-2.svg);
}
main h2.titulo-subpag.editoriales::before {
  background-image: url(../imagenes/layout/actividades-academicas-2.svg);
}
main h2.titulo-subpag.eventos::before {
  background-image: url(../imagenes/layout/concursos-2.svg);
}
main .cont_tabs h2 {
  font-size: 1.6rem;
}
main .cont_tabs h3 {
  font-size: 1.6rem;
}

/*--------------NORMATIVIDAD---------------*/
.contenedor-tabla {
  display: flex;
  flex-direction: column; }
  .contenedor-tabla .header-tabla {
    display: flex;
    width: 100%;
    height: auto; }
    .contenedor-tabla .header-tabla p {
      display: flex;
      color: #fff;
      margin-bottom: 0;
      padding: 1rem;
      line-height: normal;
      background-color: #474D59;
      align-items: center; }
      .contenedor-tabla .header-tabla p:nth-child(1) {
        width: 70%; }
      .contenedor-tabla .header-tabla p:nth-child(2) {
        width: 30%;
        background-color: #556679; }
  .contenedor-tabla .nav_left_box, .contenedor-tabla .comisiones-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: #f3f3f3; }
    .contenedor-tabla .nav_left_box li:nth-child(2n), .contenedor-tabla .comisiones-box li:nth-child(2n) {
      background-color: #e7e7e7; }
    .contenedor-tabla .nav_left_box li:hover, .contenedor-tabla .comisiones-box li:hover {
      box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
      position: relative;
      z-index: 2; }
    .contenedor-tabla .nav_left_box li a, .contenedor-tabla .comisiones-box li a {
      display: flex;
      color: #474D59 !important; }
      .contenedor-tabla .nav_left_box li a span, .contenedor-tabla .comisiones-box li a span {
        display: block;
        padding: 1.5rem; }
        .contenedor-tabla .nav_left_box li a span:nth-child(1), .contenedor-tabla .comisiones-box li a span:nth-child(1) {
          width: 70%; }
        .contenedor-tabla .nav_left_box li a span:nth-child(2), .contenedor-tabla .comisiones-box li a span:nth-child(2) {
          width: 30%; }
      .contenedor-tabla .nav_left_box li a .emblema, .contenedor-tabla .comisiones-box li a .emblema {
        display: block;
        width: auto;
        height: 5rem; }
      .contenedor-tabla .nav_left_box li a:hover, .contenedor-tabla .comisiones-box li a:hover {
        text-decoration: underline; }
  .contenedor-tabla .comisiones-box li {
    padding: 1rem; }
  .contenedor-tabla .comisiones-box a {
    display: flex;
    flex-direction: column;
    line-height: normal; }
    .contenedor-tabla .comisiones-box a i {
      display: contents;
      font-size: 1.4rem;
      font-style: italic; }
    .contenedor-tabla .comisiones-box a span {
      display: inline;
      font-weight: 800 !important;
      font-size: 1.4rem;
      padding: 0 !important; }
  .contenedor-tabla .comisiones-box span {
    display: inline;
    font-weight: 800 !important;
    padding: 0 !important; }


/*---- TEMPLATE PAGINA INTERIORES SUBMENU ESCONDICO---*/
main.template-main {
  display: block;
  overflow: hidden;
}
main.template-main p {
  margin-bottom: 3.8rem;
}
main.template-main .contenedor-foto {
  display: block;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  margin: 0 auto 3rem auto;
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
}
main.template-main .contenedor-foto .img-general {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
main.template-main .contenedor-foto h2 {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 1rem;
  left: 3rem;
  color: #fff;
  font-size: 3rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
main.template-main .contenedor-foto h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 0.5rem;
  bottom: 0;
  left: 0;
  background-color: #f09;
}
main.template-main .contenedor-foto:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25rem;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
main.template-main h3 {
  font-weight: 600 !important;
  line-height: normal;
}
main.template-main .contenedor-contenido-bloque {
  display: grid;
  grid-template-columns: [hz1] 30rem [hz2] 1fr [hz3];
  /*----------CONTENIDOS INTERIOR------*/
  /*-----PARTIDO POLITICO---*/
  /*----------ACUERDOS---------*/
  /*----------SUB MENU INTERIOR------*/
}
main.template-main .contenedor-contenido-bloque #principal_template {
  grid-column: hz1/hz3;
  width: 100%;
  padding: 2rem;
  margin-top: 2.5rem;
  /*---------CONSEJO GENERAL---------*/
}
main.template-main .contenedor-contenido-bloque #principal_template .bloque-full {
  display: block;
  background-color: #f3f3f3;
  border-radius: 1rem;
  padding: 4rem;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}
main.template-main .contenedor-contenido-bloque #principal_template .bloque-full.funciones {
  padding-left: 38rem;
  background-image: url(../imagenes/layout/funciones-consejo.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 20rem;
}
@media (max-width: 768px) {
  main.template-main .contenedor-contenido-bloque #principal_template .bloque-full.funciones {
    padding-left: 4rem;
    text-align: center;
    background-position: left center;
    background-size: contain;
  }
}
main.template-main .contenedor-contenido-bloque #principal_template .bloque-lista {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.template-main .contenedor-contenido-bloque #principal_template .bloque-lista li {
  flex-basis: calc(31% - 1rem);
  padding: 2rem;
  align-content: left;
  line-height: normal;
}
main.template-main .contenedor-contenido-bloque #principal_template .bloque-lista li:before {
  display: block;
  content: "";
  width: 7rem;
  height: 7rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 1.5rem auto;
}
main.template-main .contenedor-contenido-bloque #principal_template .bloque-lista li.pregunta::before {
  background-image: url(../imagenes/layout/pregunta-icono.svg);
}
main.template-main .contenedor-contenido-bloque #principal_template .bloque-lista li.engrane::before {
  background-image: url(../imagenes/layout/engrane-icono.svg);
}
main.template-main .contenedor-contenido-bloque #principal_template .bloque-lista li.puzzle::before {
  background-image: url(../imagenes/layout/puzzle-icono.svg);
}
@media (max-width: 768px) {
  main.template-main .contenedor-contenido-bloque #principal_template .bloque-lista li {
    flex-basis: calc(50% - 1rem);
  }
}
@media (max-width: 500px) {
  main.template-main .contenedor-contenido-bloque #principal_template .bloque-lista li {
    flex-basis: calc(100% - 1rem);
  }
}
main.template-main .contenedor-contenido-bloque .diagrama-cg {
  margin: 5rem auto;
  width: 100%;
  overflow-x: auto;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul {
  display: flex;
  flex-wrap: wrap;
  background-image: url(../imagenes/layout/back-integracion-cg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 15rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li {
  display: flex;
  width: 50%;
  justify-content: end;
  padding-right: 2rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.3rem;
  color: rgba(75, 87, 94, 0.4) !important;
  line-height: normal;
  text-align: right;
  margin-bottom: 1.5rem;
  color: transparent;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li a span {
  display: flex;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  background-color: #4B575E;
  border-radius: 1rem;
  margin-left: 1rem;
  margin-right: 0;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li a:hover {
  color: #f09 !important;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li a:hover span {
  background-color: #f09;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce1 a {
  margin-right: 6rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce2 a {
  margin-left: 6rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce3 a {
  margin-right: 10rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce4 a {
  margin-left: 10rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce5 a {
  margin-right: 13rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce6 a {
  margin-left: 13rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp1 a {
  margin-right: 16rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp2 a {
  margin-left: 16rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp3 a {
  margin-right: 19rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp4 a {
  margin-left: 19rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp5 a {
  margin-right: 22rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp6 a {
  margin-left: 22rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp7 a {
  margin-right: 24rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp8 a {
  margin-left: 24rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li:nth-child(2n) {
  justify-content: start;
  padding-left: 2rem;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li:nth-child(2n) a {
  flex-direction: row-reverse;
  text-align: left;
}
main.template-main .contenedor-contenido-bloque .diagrama-cg ul li:nth-child(2n) a span {
  margin-right: 1rem;
  margin-left: 0;
}
main.template-main .contenedor-contenido-bloque .integracion ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  gap: 7rem 3rem;
  padding: 3rem;
  margin-bottom: 8rem;
}
main.template-main .contenedor-contenido-bloque .integracion ul li .contenedor-foto-integracion {
  position: relative;
  height: 15.5rem;
  padding: 0;
  margin-bottom: 1rem;
}
main.template-main .contenedor-contenido-bloque .integracion ul li .contenedor-foto-integracion img {
  position: relative;
  width: auto;
  height: 15rem;
}
main.template-main .contenedor-contenido-bloque .integracion ul li .contenedor-foto-integracion::before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 0.5rem;
  font-size: 3rem;
  background-color: #f09;
}
main.template-main .contenedor-contenido-bloque .integracion ul li h5 {
  font-size: 1.8rem;
  line-height: normal;
}
main.template-main .contenedor-contenido-bloque .integracion ul li h5 span {
  display: block;
  font-weight: 300;
  font-size: 1.6rem;
}
main.template-main .contenedor-contenido-bloque .integracion ul.rep-partidos {
  grid-template-columns: repeat(auto-fit, minmax(min(50rem, 100%), 1fr));
}
main.template-main .contenedor-contenido-bloque .integracion ul.rep-partidos li a {
  display: flex;
}
main.template-main .contenedor-contenido-bloque .integracion ul.rep-partidos li a .contenedor-foto-integracion {
  margin-right: 1rem;
}
main.template-main .contenedor-contenido-bloque .integracion ul.rep-partidos li a .contenedor-datos-rep-partidos img {
  display: block;
  width: auto;
  height: 8rem;
  margin-bottom: 1rem;
}
main.template-main .contenedor-contenido-bloque .integracion ul.rep-partidos li a .contenedor-datos-rep-partidos h5 {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 1rem;
}
main.template-main .contenedor-contenido-bloque .integracion ul.rep-partidos li a .contenedor-datos-rep-partidos p {
  margin-bottom: 0;
  line-height: normal;
}
main.template-main .contenedor-contenido-bloque .integracion ul.rep-partidos li a .contenedor-datos-rep-partidos p.suplente {
  font-weight: 400;
  font-size: 1.5rem;
}
main.template-main .contenedor-contenido-bloque .integrante .generales {
  display: flex;
}
main.template-main .contenedor-contenido-bloque .integrante .generales .contenedor-foto-integracion {
  position: relative;
  height: 35rem;
  padding: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  margin-right: 2rem;
}
main.template-main .contenedor-contenido-bloque .integrante .generales .contenedor-foto-integracion img {
  position: relative;
  width: auto;
  height: 100%;
}
main.template-main .contenedor-contenido-bloque .integrante .generales .contenedor-foto-integracion::before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 1rem;
  font-size: 3rem;
  background-color: #f09;
}
main.template-main .contenedor-contenido-bloque .integrante .generales h3 {
  line-height: normal;
}
main.template-main .contenedor-contenido-bloque .integrante .generales h3 span {
  display: block;
  font-weight: 300;
}
main.template-main .contenedor-contenido-bloque .integrante .generales h4 {
  display: block;
  margin: 4rem 0 0 0;
  color: #4B575E;
  font-weight: 700;
}
main.template-main .contenedor-contenido-bloque .integrante .generales p {
  line-height: normal;
  margin-bottom: 0;
}
main.template-main .contenedor-contenido-bloque .integrante .generales .datos-integrante {
  display: flex;
  flex-direction: column;
  margin-top: 20rem;
}
main.template-main .contenedor-contenido-bloque .integrante .generales .datos-integrante .datos {
  background-color: #f3f3f3;
  padding: 3rem;
  margin: 5rem auto;
}
main.template-main .contenedor-contenido-bloque .integrante .generales .datos-integrante .datos p {
  display: block;
  margin-bottom: 1.8rem;
  line-height: 2.2rem;
}
main.template-main .contenedor-contenido-bloque .integrante .generales .datos-integrante .datos .nota {
  font-weight: 800;
  font-style: italic;
  font-size: 1.3rem;
  margin-top: 2rem;
}
main.template-main .contenedor-contenido-bloque .partido .generales {
  display: flex;
}
main.template-main .contenedor-contenido-bloque .partido .generales .contenedor-emblema {
  position: relative;
  height: 25rem;
  padding: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  margin-right: 2rem;
}
main.template-main .contenedor-contenido-bloque .partido .generales .contenedor-emblema img {
  position: relative;
  width: auto;
  height: 100%;
}
main.template-main .contenedor-contenido-bloque .partido .generales .datos-partido {
  display: flex;
  flex-direction: column;
}
main.template-main .contenedor-contenido-bloque .partido .generales .datos-partido p {
  display: block;
  margin-bottom: 1.8rem;
  line-height: 2.2rem;
}
main.template-main .contenedor-contenido-bloque .partido .generales .datos-partido .rp-partido {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
}
main.template-main .contenedor-contenido-bloque .partido .generales .datos-partido .rp-partido .contenedor-foto-integracion {
  position: relative;
  height: 10rem;
  padding: 0;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
main.template-main .contenedor-contenido-bloque .partido .generales .datos-partido .rp-partido .contenedor-foto-integracion img {
  position: relative;
  width: auto;
  height: 10rem;
}
main.template-main .contenedor-contenido-bloque .partido .generales .datos-partido .rp-partido .contenedor-foto-integracion .titulo {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main.template-main .contenedor-contenido-bloque .partido .generales {
    flex-wrap: wrap;
  }
}
main.template-main .contenedor-contenido-bloque .contenedor-acuerdos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 5rem 0;
}
main.template-main .contenedor-contenido-bloque .contenedor-acuerdos select {
  width: 100%;
  max-width: 30rem;
  margin-bottom: 15px;
  background: #E3E3E3;
  border: none;
  padding: 1.5rem;
  font-weight: 400;
  background-image: url(../imagenes/layout/flecha.png);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align: center;
}
main.template-main .contenedor-contenido-bloque .contenedor-acuerdos select:first-child {
  border-right: solid 1px #4B575E;
}
main.template-main .contenedor-contenido-bloque .contenedor-acuerdos select:focus {
  border: solid 1px r #f09;
}
main.template-main .contenedor-contenido-bloque #contenedor_contenido {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}
main.template-main .contenedor-contenido-bloque #contenedor_contenido p, main.template-main .contenedor-contenido-bloque #contenedor_contenido a, main.template-main .contenedor-contenido-bloque #contenedor_contenido strong {
  font-weight: 400;
}
main.template-main .contenedor-contenido-bloque #navy_template {
  position: absolute;
  width: 30rem;
  grid-column: hz1/hz2;
  height: auto;
  font-weight: 300;
  left: -30rem;
  z-index: 22;
  padding: 5rem 2rem 2rem 2rem;
  display: none;
}
main.template-main .contenedor-contenido-bloque #navy_template h2 {
  padding: 0;
}
main.template-main .contenedor-contenido-bloque #navy_template h4 {
  font-size: 1.6rem;
}
main.template-main .contenedor-contenido-bloque .checkbox_interno:checked ~ #navy_template {
  display: block;
  grid-column: hz1/hz2;
  left: 0;
  position: relative;
}
main.template-main .contenedor-contenido-bloque .checkbox_interno:checked ~ #principal_template {
  grid-column: hz2/hz3;
}
main.template-main .contenedor-contenido-bloque .checkbox:checked ~ #principal_template {
  margin-top: 100%;
}
main.template-main .contenedor-contenido-bloque input.checkbox_interno[type=checkbox] {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: absolute;
  z-index: 23;
  left: 1rem;
  top: 1rem;
  margin: 10px 20px;
}
main.template-main .contenedor-contenido-bloque input.checkbox_interno[type=checkbox]::before {
  display: block;
  content: "\e9bd";
  font-size: 2rem;
  font-family: "icomoon";
  color: #929292;
  background-color: #dedede;
  border: solid 1px #929292;
  padding: 0.33rem 0.4rem;
  border-radius: 0.5rem;
  width: 3rem;
  height: 3rem;
}
main.template-main .contenedor-contenido-bloque input.checkbox_interno[type=checkbox]::after {
  display: block;
  position: absolute;
  left: 4rem;
  top: 0.8rem;
  content: "MENU";
}
main.template-main .contenedor-contenido-bloque input.checkbox_interno[type=checkbox].gestion-resultados {
  top: 8rem;
}
main.template-main .contenedor-contenido-bloque h3 {
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
main.template-main .contenedor-contenido-bloque h4 {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.8rem;
}
main.template-main .contenedor-contenido-bloque .accordion h4 {
  margin-bottom: 0;
}

/*-------FOOTER-----*/
.footer-template {
  display: block;
  width: 100%;
  background-color: #E3E3E3;
  color: #4B575E;
}
.footer-template section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  gap: 3rem;
  padding: 3rem;
  max-width: 1280px;
  margin: 0 auto;
}
.footer-template section article.logo-ieem {
  display: flex;
}
.footer-template section article.logo-ieem .icon {
  color: #4B575E;
  margin-right: 2rem;
  height: 10rem;
}
.footer-template section article.logo-ieem .icon.icon-ieem-logo {
  font-size: 8rem;
  text-align: center;
}
.footer-template section article.logo-ieem .contactos-ieem {
  padding-top: 3rem;
}
.footer-template section article.logo-ieem .contactos-ieem h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.footer-template section article.logo-ieem .contactos-ieem .icon {
  font-size: 2.5rem;
  margin-right: 1rem;
  text-decoration: none;
  height: auto;
}
.footer-template section article.logo-ieem .contactos-ieem p {
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.footer-template section article.logo-ieem .contactos-ieem p.coe {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 900;
  color: #4B575E;
}
.footer-template section article.logo-ieem .contactos-ieem p.coe span {
  display: block;
  font-family: "icomoon";
}
.footer-template section article.logo-ieem .contactos-ieem span {
  display: inline;
}
.footer-template section article.logo-ieem .contactos-ieem a {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #4B575E;
  font-weight: 900;
}
.footer-template section article.redes ul {
  display: flex;
  flex-direction: row;
  margin: 2rem 0 4rem 0;
}
.footer-template section article.redes ul li {
  display: block;
  margin-right: 1rem;
}
.footer-template section article.redes ul li a {
  font-size: 3rem;
}
.footer-template section article.redes .icon {
  color: #4B575E;
}
.footer-template section article.redes .contactos-ieem {
  padding-top: 3rem;
}
.footer-template section article.redes .contactos-ieem p {
  font-size: 1.3rem;
}
.footer-template section article.redes img {
  display: block;
  width: 15rem;
  margin-bottom: 1rem;
}
.footer-template section article.redes p, .footer-template section article.redes a {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .skip-main {
    display: none;
  }
  .header-template {
    position: relative;
    z-index: 25;
  }
  .header-template h1 {
    font-size: 1.7rem;
  }
  .header-template .icon {
    width: 11rem;
  }
  .header-template .icon.icon-ieem-logo {
    font-size: 4rem;
    padding: 0 2rem;
  }
  #btn-main-menu {
    display: block;
  }
  input.icon-nav[type=checkbox] {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    position: absolute;
    z-index: 51;
    right: -10px;
    top: 0.5rem;
    margin: 10px 20px;
  }
  input.icon-nav[type=checkbox]::before {
    display: block;
    content: "\e9bd";
    font-size: 2.8rem;
    font-family: "icomoon";
    color: #4B575E;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 0.51rem;
    border-radius: 0.5rem;
    width: 4rem;
    height: 4rem;
  }
  #btn-main-menu:checked ~ .nav-template {
    transform: translateX(0%);
  }
  .nav-template {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0px;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.3s;
    height: 100%;
    padding: 6rem 0 0 0;
    background-color: #f09;
  }
  .nav-template ul {
    display: flex;
    flex-direction: column;
    background-color: #f09;
  }
  .nav-template ul li {
    position: relative;
    margin-right: 0;
  }
  .nav-template ul li a, .nav-template ul li button {
    color: #fff;
  }
  .nav-template ul li ul {
    width: 100%;
  }
  .nav-template ul li ul li {
    margin-right: 0;
  }
  .nav-template ul li ul li button[aria-expanded=false]:after, .nav-template ul li ul li button[aria-expanded=true]:after {
    color: #fff;
  }
  .nav-template ul li button[aria-expanded=false]:after, .nav-template ul li button[aria-expanded=true]:after {
    color: #fff;
  }
  .nav-template > ul > li > ul {
    position: relative;
  }
  .footer-template section article.logo-ieem {
    flex-direction: column;
  }
  main {
    padding: 0;
    overflow-x: hidden;
    margin-top: 6rem;
  }
  main .contenido-template {
    width: 96%;
    height: auto;
    padding: 0 0 3rem 0;
    margin: 0 2%;
  }
  main h2::after {
    left: 0;
  }
  main .aside-template {
    width: 96%;
    padding: 0 2%;
  }
  /*---- TEMPLATE PAGINA INTERIORES SUBMENU ESCONDICO---*/
  main.template-main .contenedor-foto .img-general {
    width: 100%;
    height: auto;
  }
  main.template-main .contenedor-foto h2 {
    padding-left: 0;
  }
  main.template-main .contenedor-contenido-bloque {
    /*----------CONTENIDOS INTERIOR------*/
    /*----------SUB MENU INTERIOR------*/
  }
  main.template-main .contenedor-contenido-bloque #principal_template .bloque-full.funciones {
    background-image: none;
  }
  main.template-main .contenedor-contenido-bloque .diagrama-cg ul {
    padding-top: 12rem;
    background-position: center top;
    background-size: auto 10rem;
  }
  main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce1 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce3 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce5 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp1 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp3 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp5 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp7 a {
    margin-right: 0;
  }
  main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce2 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce4 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.ce6 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp2 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp4 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp6 a, main.template-main .contenedor-contenido-bloque .diagrama-cg ul li.rp8 a {
    margin-left: 0;
  }
  main.template-main .contenedor-contenido-bloque .integrante .generales {
    flex-direction: column;
  }
  main.template-main .contenedor-contenido-bloque .integrante .generales .datos-integrante {
    margin-top: 5rem;
  }
  main.template-main .contenedor-contenido-bloque .integrante .generales .datos-integrante .datos {
    background-color: #f3f3f3;
    padding: 3rem;
    margin: 5rem auto;
  }
  main.template-main .contenedor-contenido-bloque .integrante .generales .datos-integrante .datos p {
    display: block;
    margin-bottom: 1.8rem;
    line-height: 2.2rem;
  }
  main.template-main .contenedor-contenido-bloque .integrante .generales .datos-integrante .datos .nota {
    font-weight: 800;
    font-style: italic;
    font-size: 1.3rem;
  }
  main.template-main .contenedor-contenido-bloque input.checkbox_interno[type=checkbox] {
    left: 0;
    top: -1rem;
  }
}
.contenedor-tabla .nav_left_box li .sesiones, .contenedor-tabla .comisiones-box li .sesiones {
	color: #fff!important;
	display: flex;
	align-items: center!important;
	justify-content: center!mportant;
	margin: 2rem;
	width: 5.3rem;
	font-size: 1rem;
	padding: 1rem;
	text-align: center!important;
}