html{
  height: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.7em;
  color: #4f4f4f;
  height: 100%;
  text-align: justify;
}

.cabecera{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-portada{
  background-image: url(images/header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70%;
  width: 100%;
  z-index: 1;
  /*filter:brightness(0.4);*/
}

.header{
  background-image: url(images/header2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height:25%;
  z-index: 1;
  /*filter:brightness(0.4);*/
}


.lateral-portada{
  padding-top: 65px;
}

::selection {
    background: #1b5c80;
    color: #FFFFFF;
    text-shadow: none;
}

::-moz-selection {
    background: #1b5c80;
    color: #FFFFFF;
    text-shadow: none;
}

/*.espacio-negro{
  min-height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  background-color: #C68854;
  text-align: center;
  padding-top: 40px;
}*/

.espacio-negro{
  background-image: url(images/fondo2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70%;
  width: 100%;
  z-index: 1;
  color: #FFFFFF;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}




.destacado{
  background-color: #709635;
  min-height: 150px;
  padding: 20px;
  text-align: center;
  opacity: 0.7;
  border-radius: 2px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.espacio-blanco .glyphicon{
  font-size: 2.5em;
  padding-bottom: 10px;
}

.noticia{
  margin-top: 10px;
}

.noticia img{
  float: right;
  margin-top: 0;
  padding: 0 0 20px 20px;
}

.cuerpo .slug{
  color: #C76528;
  background-color: #f6f7f8;
  padding: 10px;
  text-transform: uppercase;
}

.novedades{
  padding-bottom: 100px;
  background-color: #FFFFFF;
}

.img-novedades{
  min-height: 100px;
  text-align: left;
}

.img-novedades figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.img-novedades figure:hover  img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

figure:hover+span {
  bottom: -36px;
  opacity: 1;
}

.cuerpo{
  margin: 40px 0 40px 0;
}

.cuerpo_portada{
  padding-top: 0px;
  margin-bottom: 40px;
}

.cuerpo table td{
  text-align: left;
}

.logo{
  /*background-image: url(images/logo.jpg);*/
  padding: 20px 0 0 0; 
  margin:  0 0 40px 0;
  
}

.logo img{
  max-height: 100px;

}

.logos{
    background: #FFFFFF;
    margin-bottom: 50px;
}

.logos h1{
  color: inherit;
  font-weight: 300;
  font-size: 1.3em;
  text-align: left;
  color: #999999;
  margin-bottom: 40px;
}

.form-error{
    color: #AF1B2D;
    font-weight: 700;
    text-align: left;
}

.footer{
  background-color: #AB1735;
  background-repeat: no-repeat;
  min-height: 285px;
  color: #FFFFFF;
  padding: 20px;
  font-size: 0.8em;
  line-height: 1.2em;
}

.separador{
  min-height: 20px;
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
}

.hoteles {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #FFFFFF;
  border: 0px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.hoteles img{
  max-width: 200px;
  padding-bottom: 20px;
}

.jumbotron {
  padding-bottom: 30px;
  margin-bottom: 0px;
  color: inherit;
}


.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}

.error404{
  text-align: center;
  margin-top: 200px;
}


@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 0;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.hoja{
  background: url(images/hoja.png) no-repeat center;
  display: block;
  width: 250px;
  height: 214px;
  position: absolute;
  left: 150px;
  top: 180px;
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
  padding-top: 50px;
  padding-left: 45px;
  color: #FFFFFF;
}

.checkbox{
  margin-left: 20px;
}

.punto{
  font-size: 1.3em;
  line-height: 0em;
  font-weight: 800;
  color: #008EBE;
}


@media (min-width: 1300px) {

  .titulo{
      position: absolute;
      background-color: #000000;
      opacity: 0.5;
      top: 65%;
      left: 50%;
      width: 55%;
      margin: -15% 0 0 -25%;
      text-align: center;
  }

  .titulo h1{
    color: #FFFFFF;
    font-size: 2.5em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {

  .titulo{
      position: absolute;
      background-color: #000000;
      opacity: 0.5;
      top: 65%;
      left: 45%;
      width: 60%;
      margin: -15% 0 0 -25%;
      text-align: center;
  }

  .titulo h1{
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.8em;
  }

}

@media (min-width: 1200px) and (max-width: 1300px) {

  .titulo{
      position: absolute;
      background-color: #000000;
      opacity: 0.5;
      top: 65%;
      left: 45%;
      width: 65%;
      margin: -15% 0 0 -25%;
      text-align: center;
  }

  .titulo h1{
    color: #FFFFFF;
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.8em;
  }

}

@media (max-width: 992px) {

  .titulo{
      position: absolute;
      background-color: #000000;
      opacity: 0.5;
      top: 65%;
      left: 45%;
      width: 65%;
      margin: -15% 0 0 -25%;
      text-align: center;
  }

  .titulo h1{
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
  }

  .titulo p{
    color: #FFFFFF;
    font-size: 0.8em;
  }


  .titulo h1 small{
    color: #FFFFFF;
    font-size: 0.7em;
  }

  .cuerpo{
    padding-top: 170px;
    margin-bottom: 40px;
  }

}

@media (max-width: 768px) {

  .cuerpo{
    padding-top: 140px;
    margin-bottom: 40px;
  }

}

.btn-age {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #d43f3a;
  width: 100%;
}
.btn-age:focus,
.btn-age.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-age:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-age:active,
.btn-age.active,
.open > .dropdown-toggle.btn-age {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}



.btn-warning {
  background-color: #FFFFFF;
  border-color: #716F56;
  font-size: 1.7em;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #346D71;
  border-color: #346D71;
}

.btn-primary {
  color: #fff;
  background-color: #333333;
  border-color: #FFFFFF;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #716F56;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #716F56;
  border-color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.table-hover > tbody > tr:hover {
  background-color: #333333;
  color: #FFFFFF;
}

.img-plenarios{
  float: left;
  padding: 9px;
}