<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"); }

.cabecuer {
  max-width: 1300px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

textosec {
  width: 86%;
  margin: auto;
  display: block;
  font-size: 24px;
  color: gray;
  font-family: "robotoslab"; }

conttextodos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

textosdos {
  font-size: 18px;
  font-family: "Ubuntu-Regular";
  color: cadetblue;
  text-align: center; }

textosdos a:link {
  color: cadetblue;
  text-decoration: none; }

textosdos a:visited {
  color: cadetblue;
  text-decoration: none; }

textosdos a:hover {
  color: cadetblue;
  text-decoration: none; }

.cuad {
  max-width: 1200px;
  width: 90%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px; }

.item1 {
  width: 65%;
  height: auto;
  display: block;
  padding-right: 10px;
  margin-right: 10px; }

.titulo1 {
  font-size: 30px;
  font-family: "robotoslab";
  color: gray;
  text-align: center; }

contima {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

contima img {
  float: right;
  width: 50%;
  height: auto;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 30px; }

.textoitem1 {
  font-size: 14px;
  font-family: "Ubuntu-Regular";
  padding-top: 10px;
  color: gray;
  text-align: justify; }

.contmu {
  width: 30%;
  height: auto;
  display: block; }

.item2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

conteitem2 {
  height: 100%; }

.titulo2 {
  font-family: "robotoslab";
  font-size: 16px;
  color: gray;
  text-align: center; }

.item2 img {
  display: block;
  float: left;
  width: 40%;
  height: auto;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px; }

.textoitem2 {
  font-family: "Ubuntu-Regular";
  font-size: 14px;
  text-align: justify;
  color: gray; }

ver {
  display: block;
  margin: auto;
  text-align: right;
  margin-bottom: 50px; }

ver a:link {
  text-decoration: none;
  font-family: "Ubuntu-Regular";
  font-size: 16px;
  color: cadetblue; }

ver a:visited {
  text-decoration: none;
  color: cadetblue; }

ver a:hover {
  text-decoration: none;
  color: chocolate; }

ver a:active {
  text-decoration: none;
  color: cadetblue; }

@media only screen and (max-width: 768px) {
  .cuad {
    display: block; }
  .contmu {
    display: block;
    width: 90%;
    margin: auto; }
  .item1 {
    width: 100%; }
  .titulo1 {
    font-size: 22px; }
  contima {
    clear: both;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  contima img {
    clear: both;
    width: 100%;
    height: auto;
    display: block; }
  textoitem1 {
    width: 100%;
    display: block; }
  .item2 {
    display: table;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px; }
  conteitem2 {
    text-align: center;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .item2 img {
    width: 80%;
    height: auto;
    margin: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    float: none; }
  .item1 {
    padding-left: 10px;
    padding-bottom: 20px; }
  .textoitem1 {
    padding: 10px; }
  .textoitem2 {
    padding: 10px; }
  textosec {
    font-size: 18px;
    text-align: center; } }
</pre></body></html>