<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Lato', sans-serif;
}
iframe {
  border: 0; 
}
blockquote {
  border-left: 2px solid #9E6B4C;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 10px 0 10px 20px;
}
/*************************** CONTENIDOS //////////////*/
#contenidos {
  background-color: #f8eee7;
  padding-bottom: 20px;
  padding-top: 1%;
}

#contenidos p {
  color: #333;
}
/*************************** LOGO SLIDE //////////////*/
.logo {
  position: absolute;
  z-index: 500;
  top: 10%;
  right: 10%;
  width: 20%;
}
.logo img {
  width: 85%;
  /*border: 1px solid #ff0000;*/
}
.banda {
  margin-top: 60px;
}

/*
@media (max-width: 1024px) and (min-width: 768px) {  
  .logo {
    position: absolute;
    z-index: 500;
    top: 10%;
    right: 10%;
  }
  .logo img {
    width: 250px;
  }
}



@media (max-width: 768px) and (min-width: 600px) { 
  .logo {
    position: absolute;
    z-index: 500;
    top: 21%;
    right: 34%;
  }
  .logo img {
    width: 2000px;
  }
}



@media (max-width: 600px) and (min-width: 480px) { 
  .logo {
    position: absolute;
    z-index: 500;
    top: 21%;
    right: 34%;
  }
  .logo img {
    width: 190px;
  }
}



@media (max-width: 480px) and (min-width: 320px) {  
  .logo {
    position: absolute;
    z-index: 500;
    top: 21%;
    right: 34%;
  }
  .logo img {
    width: 180px;
  }
}

*/
@media (max-width: 320px) {
  .logo {
    position: absolute;
    z-index: 500;
    top: 42%;
    right: 25%;
  }
  .logo img {
    width: 150px;
  }
}
/*************************** BLOQUES //////////////*/
.box {
  /*background-color: #fff;*/
  text-align: center;
  height: 255px;
  margin-bottom: 0;
  padding-top: 120px;
}
.box h2 {
  color: #3d2d23;
  margin-bottom: 10px;
  font-family: 'Lora', serif;
}

.box p {
  color: #3d2d23;
  margin-bottom: 20px;
  padding-left: 20%;
  padding-right: 20%;
}

.box .btn {
  color: #3d2d23;
  font-size: 12px;  
  border: 2px solid #3d2d23;
  display: inline-block;
  padding: 11px 24px;
  border-radius: 0;
}
.box:hover {
  /*background-color: #DD0000;
  -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;*/
  }
  .box:hover h2, p {
    color: #fff;
  }
  .box:hover p {
    color: #fff;
  }

  .box:hover .btn {
    color: #fff;

    font-size: 12px;  
    border: 2px solid #fff;
    display: inline-block;
    padding: 11px 24px;
    text-decoration: none;
    transition: 0.5s;
  }

  .b1 {
    background-image: url(../images/b1.jpg); 
    height: 387px;
  }
  .b1:hover {
    background-image: url(../images/b1_hv.jpg); 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .b2 {
    background-image: url(../images/b2.jpg); 
    height: 387px;
  }
  .b2:hover {
    background-image: url(../images/b2_hv.jpg); 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .b3 {
    background-image: url(../images/b3.jpg); 
    height: 387px;
  }
  .b3:hover {
    background-image: url(../images/b3_hv.jpg); 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }


  /*************************** MAPA //////////////*/
  .mapa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .address {
    background-color: #fff;
    background-image: url(../images/bkg_address.jpg);
    background-repeat: no-repeat;
    background-position: right;  
    padding-bottom: 9px;

  }
  .address p {
    color: #333;
  }
  .h3 {
   border: 0; 
   border-bottom: 1px dotted #ccc;
   line-height: 36px;
 }
 .pin {
  position: absolute;
  top: -23px;
  z-index: 1;
}
/*************************** FOOTER //////////////*/
footer {
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  background-color: #251810;
  padding: 20px 0;
}
footer p {
  margin: 0;
}
footer a {
  color: #ffc82f;
  font-style: italic;
  text-decoration: none;
}
footer a:hover {
  color: #9e6b4c;  
  text-decoration: none;
  -webkit-transition: color 300ms ease-out .5s;
  -moz-transition: color 300ms ease-out .5s;
  -o-transition: color 300ms ease-out .5s;
  transition: color 300ms ease-out .5s;
}

.album {
  background-color: #3D2D23;
  list-style: none;
  padding: 5px;
  padding-left: 10px;
  margin: 0;
  margin-bottom: 5px;
  color: #FFFFFF;
  display: block;
}
.album:hover {
  background-color: #9e6b4c;
  color: #ffffff;
  text-decoration: none;
}
.ver {
  background-color: #9e6b4c;
  color: #ffffff;
}


.a-titular {
  color: #3D2D23;
  font-size: 18px;
}
.a-titular:hover {
  color: #9e6b4c;
  font-size: 18px;
  text-decoration: none;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background-color: #3D2D23;
  border-color: #e7e7e7;
  z-index: 5000;
}


.carousel {
  padding-top: 80px;
}




.carousel-caption {
    left: 25%;
    padding-bottom: 0;
    right: 25%;
}
.carousel-caption {
    bottom: 0;
    color: #fff;
    left: 15%;
    padding-bottom: 0px;
    padding-top: 8px;
    position: absolute;
    right: 15%;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.back {
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90px;
  width: 100%;
  opacity: 0.6;
}
.carousel-caption h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 50px;
  font-weight: bold;
}
.carousel-caption p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}


@media (max-width: 992px) {


.carousel-caption p {
    font-size: 14px;
    line-height: 1.0;
    margin-bottom: 10px;
}
.carousel-caption {
    left: 15%;
    padding-bottom: 0;
    right: 15%;
}
.carousel-caption {
    bottom: 0;
    color: #fff;
    left: 1%;
    padding-bottom: 10px;
    padding-top: 8px;
    position: absolute;
    right: 5%;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 100;
}</pre></body></html>