<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "robotoslab";
  src: url("../fuentes/robotoslab-regular.ttf"); }

@font-face {
  font-family: "Ubuntu-Italic";
  src: url("../fuentes/Ubuntu-Italic.ttf"); }

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("../fuentes/Ubuntu-Regular.ttf"); }

.textodesima img {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-right: 2px; }

textodesart {
  font-family: "robotoslab";
  font-size: 26px;
  color: gray; }

documentos {
  width: 90%;
  height: auto;
  display: block;
  margin: auto; }

catit {
  font-family: "robotoslab";
  font-size: 26px;
  color: gray; }

dentro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

izq {
  width: 10%;
  height: auto; }

izq img {
  width: 25px;
  cursor: pointer; }

centro {
  font-family: "Ubuntu-Regular";
  font-size: 18px;
  color: gray;
  width: 70%; }

textcen {
  margin: auto; }

der {
  width: 10%;
  height: auto;
  cursor: pointer; }

der img {
  width: 20px; }

.paginanom {
  width: 90%;
  height: auto;
  position: relative;
  margin: auto;
  text-align: center; }

.paginanom ul {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.paginanom a {
  font-size: 14px;
  font-family: serif;
  border-radius: 100px;
  color: gray;
  padding: 1px 8px;
  text-decoration: none;
  margin-bottom: 20px; }

.paginanom a:hover, .paginanom .active a {
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  textodes {
    margin-left: 0px;
    font-size: 20px; }
  .paginanom {
    display: block; }
  .paginanom a {
    font-size: 1spx;
    border-width: 1px 1px 1px 1px; } }
</pre></body></html>