<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#contenido-pagina{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.imagen{
  margin-right: 20px;
  opacity: 1;
}
#imagen{
  max-width: 300px;
}

.imagen:hover{
  margin-right: 20px;
  opacity: 0.8;
}
.texto img{
  float: left;
  margin-right: 10px;
}
#noticia {
  background-color: #eeeeee;
  width: 70%;
  border: 1px solid #4d2b1f;
  border-radius: 5px;
}
.contenido-noticia{
  display: flex;
  padding: 10px 20px;
}
.titulo{
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin: auto;
  padding: 10px 20px;
  border-bottom: 3px solid #4d2b1f;
}

.texto {
  overflow-y: auto;
  font-size: 15px;
  color: black;
  width: 95%;
  border: 1px solid black;
  margin: auto;
  padding: 5px 10px;
  background-color: white;
  border-radius: 3px;

}

#otras-noticias {
  background-color: #eeeeee;
  width: 25%;
  border: 1px solid #4d2b1f;
  border-radius: 5px;
}

#otras-noticias h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin: 0px;
  text-align: center;
  padding: 5px;
}

.noticias {
  overflow-y: auto;
  height: 400px;
}

.noticia{
  display: flex;
  align-items: center;
  background-color: white;
  margin: 10px 20px 10px 20px;
  border: 1px solid #a7a7a7;
  padding: 10px;
  border-radius: 3px;
}
.noticia:hover{
  box-shadow: 0px 0px 10px #aaaaaa;
  border: 1px solid #24497a;
  transform: scale(1.05);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}


.imagen-noticia{
  display: inline-block;
  width: 30%;
  padding: 0px;
  margin-right: 5px;

  vertical-align: middle;
}
.imagen-noticia img{
  width: 50px;
}


.informacion-noticia {
  display: inline-block;
  text-align: center;
}

.titulo-noticia {
  display: block;
  border-bottom: 2px solid #4d2b1f;
}

.descripcion-noticia{
  overflow: hidden;
  max-height: 20px;
  display: block;
  margin-top: 5px;
  text-align: left;
  font-size: 12px;
}


@media only screen and (max-width:1200px) and (min-width:1050px){
  #contenido-pagina{
    display:block;
    width: 80%;
    margin: auto;
  }
  #noticia{
    width:100%;
    margin-bottom:15px;
  }
  #otras-noticias{
    width:100%;
  }

  .noticias{
    overflow-x: scroll;
    height: 150px;
    display: flex;
    flex-flow: row;
    padding: 5px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .noticia{
    min-width:175px;
    width:250px;
  }
}

@media only screen and (max-width:1050px) and (min-width:768px){
  #contenido-pagina{
    display:block;
    width: 100%;
  }

  #noticia{
    width: 95%;
    margin: auto;
    margin-bottom:15px;
  }

  #otras-noticias{
    width: 95%;
    margin: auto;
  }

  .noticias{
    overflow-x: scroll;
    height: 150px;
    display: flex;
    flex-flow: row;
    padding: 5px;
    margin-left: 1%;
    margin-right: 1%;
    width: 30%;
  }


  /*GENERAL*/
  #container{

    width: 100%;
    padding: 2px;
  }
  #encabezado{
    width: 100%;
  }
  #menu{
    display: none;
  }
  #paso-hormiga{
    display: none;
  }
  #encabezado{

    position: sticky;
    top:0;
    z-index: 10;
    background-color: white;
  }

  footer {
    width: 100%;
    color: #eeeeee;
    background-color: #4d2b1f;
    text-align: left;
    margin: 0px;
    margin-top: 0px;
    min-width: 0px;
  }

  .container-footer {
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 4px;
    color: white;
    display: block;
    margin-top: 10px;
    text-align: center;
  }

  #mapa {
    width: 100%;
  }

  #container-mapa {
    min-width: 0px;
    width: 100%;

    left: 0px !important;
    display: block;
    margin-right: 0px;
  }

  .copyright {
    padding-right: 0px;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 0px;
  }

  .datos-footer {
    margin-left: 0px;
    display: block;
  }

  .datos-izquierda {
    width: 100%;
    margin-right: 0px;
    min-width: 0px;
  }

  .datos-derecha {
    width: 100%;
    margin-left: 0px;
    min-width: 0px;
  }

  footer p {
    margin: 0px;
    padding: 0px;
  }

  footer h3 {
    margin: 8px 0px 8px 0px;
    width: 100%;;
    padding: 0px;
    text-align: center;
  }

  .fafa-datos {
    display: block;
    margin-bottom: 0px;
  }
  .fafa-datos i {
    display: inline-block;
    margin-bottom: 0px;
    width: 4%;
  }

  .fafa-datos p {
    display: inline-block;
    margin: 0px 0px 0px 0px;
  }

  .fafa-datos h3 {
    display: block;
    margin-bottom: 0px;
  }

  footer a {
    color: white;
    font-style: italic;
  }

  .redes-sociales i {
    cursor: pointer;
    font-size: 32px;
    padding-right: 0px;
  }

  .redes-sociales {
    margin-bottom: 0px;
  }

  .fa-twitter:hover {
    color: #00aced;
  }

  .fa-facebook:hover {
    color: #3b5998;
  }

  .fa-instagram:hover {
    color: black;
  }

}

@media only screen and (max-width:768px){
  #contenido-pagina{
    display:block;
  }
  .texto{
    text-align:  justify;
  }
#imagen{
  width: 100% !important;
  height: auto !important;
  min-height: 0px !important;
}
  .contenido-noticia{
    display:block;
    margin:auto;
    text-align: center;
  }

  #noticia{
    width: 95%;
    margin: auto;
    margin-bottom:15px;
  }

  #otras-noticias{
    width: 95%;
    margin: auto;
  }

  .noticias{
    overflow-x: scroll;
    height: 150px;
    display: flex;
    flex-flow: row;
    padding: 5px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .texto{
    height:auto;
  }

  .lado-izquierdo{
    text-align: center;
  }
  .noticia{
    width:175px;
  }
  /*GENERAL*/
  #container{
    display:block;
    width: 100%;
    padding: 2px;
  }
  #encabezado{
    width: 100%;
  }
  #menu{
    display: none;
  }
  #paso-hormiga{
    display: none;
  }
  #encabezado{

    position: sticky;
    top:0;
    z-index: 10;
    background-color: white;
  }

  footer {
    width: 100%;
    color: #eeeeee;
    background-color: #4d2b1f;
    text-align: left;
    margin: 0px;
    margin-top: 0px;
    min-width: 0px;
  }

  .container-footer {
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 4px;
    color: white;
    display: block;
    margin-top: 10px;
    text-align: center;
  }

  #mapa {
    width: 100%;
  }

  #container-mapa {
    min-width: 0px;
    width: 100%;

    left: 0px !important;
    display: block;
    margin-right: 0px;
  }

  .copyright {
    padding-right: 0px;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 0px;
  }

  .datos-footer {
    margin-left: 0px;
    display: block;
  }

  .datos-izquierda {
    width: 100%;
    margin-right: 0px;
    min-width: 0px;
  }

  .datos-derecha {
    width: 100%;
    margin-left: 0px;
    min-width: 0px;
  }

  footer p {
    margin: 0px;
    padding: 0px;
  }

  footer h3 {
    margin: 8px 0px 8px 0px;
    width: 100%;;
    padding: 0px;
    text-align: center;
  }

  .fafa-datos {
    display: block;
    margin-bottom: 0px;
  }
  .fafa-datos i {
    display: inline-block;
    margin-bottom: 0px;
    width: 4%;
  }

  .fafa-datos p {
    display: inline-block;
    margin: 0px 0px 0px 0px;
  }

  .fafa-datos h3 {
    display: block;
    margin-bottom: 0px;
  }

  footer a {
    color: white;
    font-style: italic;
  }

  .redes-sociales i {
    cursor: pointer;
    font-size: 32px;
    padding-right: 0px;
  }

  .redes-sociales {
    margin-bottom: 0px;
  }

  .fa-twitter:hover {
    color: #00aced;
  }

  .fa-facebook:hover {
    color: #3b5998;
  }

  .fa-instagram:hover {
    color: black;
  }
}
</pre></body></html>