<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  background: #FFF;
}
.faxu{
    font-size: .7em;
    position: relative;
    bottom: 3px;
  }
#headnavidad{
  background:#F4F6F5;
  text-align: center;
}
#headnavidad img{
  width: 100%;
  max-width: 1600px;
}
#headnavidad h1{
  text-align: center;
  font-family: 'Gotham Roundedm',serif;
  color:#333;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.7em;
  padding:10px;
  background: #E7E9E8;
}
#headnavidad h1 .descargaa{
  font-family:  'Gotham Roundedb',serif;
}
#headnavidad h1 .fas{
  color:#B81F38;
}
#llegando{
  padding: 20px;
  background: #FFF;
  text-align: center;
}
#llegando figcaption{
  padding:20px;
  color:#58585B;
  text-transform: uppercase;
  font-size: 1.1em;
}
#dondefoto{
  padding:20px 10px 20px 10px;
  background: #FFF;
}
#dondefoto h2{
  font-size:3em;
  color:#B81F38;
  font-family: 'Gotham Roundedb',serif;
  font-weight: 400;
  text-align: center;
}
#dondefoto ul{
  display: flex;
  justify-content: center;
}
#dondefoto li{
  margin:10px;
}
#dondefoto li a{
  display: block;
  padding:10px;
  background: #EEE;
  color:#555;
  border-radius: 5px;
  font-size: 1.1em;
  font-family: 'Gotham Roundedm';
}
#dondefoto li a:hover{
  background: #B81F38;
  color: #FFF;
}
#curloc{
  background: #B81F38 !important;
  color: #FFF !important;
}
.gridi{
  display: grid;
  grid-gap: 6px;
  grid-template-columns: repeat(5,1fr);
}
.gridi article img{
  width: 100%;
}
#noticiasNavi{
  padding: 1px;
  padding-bottom: 20px;
}
#arribabot{
  display: block;
  width:40px;
  height: 37px;
  font-size: 1.5em;
  color:#FFF;
  background: #B81F38;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  text-align: center;
  border-radius: 20px;
  padding-top: 3px;
}
#verfoto{
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}
#verfoto img{
  width:100%;
}
#content{
  padding-top: 20px;
}
img.lazy{
 background: url(../images/load-img2.gif) center center no-repeat #F2F4F3;
}
@media screen and (max-width: 798px){
.gridi{
  grid-template-columns: repeat(4,1fr);
}
#verfoto{
  border-radius: 0;
}
}
@media screen and (max-width: 600px){
  #dondefoto ul{
    display: block;
    margin-bottom: 5px;
  }
  #dondefoto ul li a{
  background: #B81F38;
  color: #FFF;
  text-align: center;
  }
}
@media screen and (max-width: 480px){
.gridi{
  grid-template-columns: repeat(3,1fr);
}
}
@media screen and (max-width: 375px){
.gridi{
  display:block;
}
.gridi article{
  margin-bottom:5px;
}
}</pre></body></html>