<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body__content &gt; div{
  padding: 1rem;
}

section#wrapper {
  padding-bottom: 10%;
}

section#wrapper img {
  max-width: 100%;
}

section#wrapper p {
  text-align: justify;
}

/* Titulo Principal */
/* .titulo-principal {
  padding: 10px;
  margin: 20px 5px;
  border: 1px solid transparent;
  border-left-width: 4px;
  border-radius: 3px;
  
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 25px;
  margin-bottom: 30px;
} */

/* .titulo-principal h4 {
  margin-bottom: 0px;
  margin-top: 0px;
  color: var(--blueCoppel);
  font-size: 22px;
} */

h3.titulo__seccion {
  color: var(--blueCoppel);
  font-weight: bold;
}

section#proximos_eventos &gt; table {
  width: 100%;
}

section#proximos_eventos &gt; table &gt; caption {
  color: black;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

section#proximos_eventos &gt; table &gt; tbody &gt; tr &gt; th,
section#proximos_eventos &gt; table &gt; tbody &gt; tr &gt; td {
  border: 1px groove gray;
}

section#proximos_eventos &gt; table &gt; tbody &gt; tr:first-of-type &gt; th:first-of-type {
  padding-left: 5px;
}

section#proximos_eventos &gt; table &gt; tbody &gt; tr &gt; th:last-of-type {
  text-align: center;
  padding: 6px;
}

section#proximos_eventos &gt; table &gt; tbody &gt; tr &gt; td {
  text-align: center;
  padding: 8px;
}

section#proximos_eventos &gt; table &gt; tbody &gt; tr &gt; td:first-of-type {
  text-align: left;
}

article.resumen__curricular {
  margin-block-start: 2em;
}

article.resumen__curricular &gt; h3.resumen__title {
  margin-left: calc(10% + 2rem);
  font-weight: bolder;
}

article.resumen__curricular &gt; p &gt; img {
  float: left;
  width: 20%;
  margin-right: 2rem;
}

article.resumen__curricular &gt; span.fecha_pie_descripcion {
  font-size: 0.85rem;
  font-style: italic;
  color: gray;
}

h3#noticias__title {
  color: var(--blueCoppel);
}

span.camelCase {
  font-size: 1.5rem;
  font-weight: 900;
}

section.conferencista__info {
  float: none;
  clear: both;
  margin-block-start: 2em;
  margin-block-end: 3em;
  font-size: 1rem;
  text-align: justify;
}

div.resumen__curricular {
  margin-block-start: 2em;
}

div.resumen__curricular &gt; h3.resumen__title {
  margin-left: calc(15% + 1rem);
  font-weight: bolder;
}

div.resumen__curricular &gt; p &gt; img {
  float: left;
  max-width: 15%;
  margin-right: 1rem;
}

div.resumen__curricular &gt; span.fecha_pie_descripcion {
  font-size: 0.85rem;
  font-style: italic;
  color: gray;
}

table.tabla &gt; thead &gt; tr &gt; th {
  text-align: center;
  padding: 10px;
}

table.tabla &gt; tbody &gt; tr &gt; td {
  padding: 10px;
  text-align: center;
}

table.tabla &gt; tbody &gt; tr &gt; td:first-of-type {
  text-align: left;
}

.blueText {
  color: var(--blueCoppel);
}

.redText {
  color: crimson;
}

.center_content {
  display: none;
  /* display: flex; */
  justify-content: center;
}

section.paginador__noticias {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

section#contenido__notica {
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
}

section.noticia__content {
  font-size: 1.3em;
}

section.noticia__content img {
  max-width: 100%;
}

button[name="page_btn_link"] {
  background-color: #337ab7;
  color: white;
}

@media screen and (min-width: 768px) {
  article.resumen__curricular &gt; p &gt; img {
    width: 10% !important;
  }
}

.zoom {
  cursor: pointer;
}

.contenido__info {
  display: none;
  margin-top: 30px;
}
</pre></body></html>