html{
  height: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.6em;
  color: #333333;
  height: 100%;
  text-align: justify;


  /*background-image: url(images/fondo05.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;*/

}

.cabecera{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 100;

}

.header-portada{
  background-image: url(images/fondo.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background-color: #272822;
}

.header{
  background-image: url(images/fondo_small.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  width: 100%;
  color: #FFFFFF;
  background-color: #272822;
}

.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: #000;
  text-align: center;
  padding-top: 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;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
  color: #333333;
}

.cuerpo-portada{
  margin-top: 0;
  /*background-color: #333333;*/
}

.cuerpo table td{
  text-align: left;
}

.logo{
  /*background-image: url(images/logo.jpg);*/
  padding: 40px 0 0 0;   
}

.logo img{
  max-height: 50px;

}

.logos{
    border-right: 2px solid #272822;
}

.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: #000000;
  background-repeat: no-repeat;
  min-height: 100px;
  color: #FFFFFF;
  padding: 20px;
  margin-top: 40px;
  font-size: 0.8em;
  line-height: 1.2em;
}

.separador{
  min-height: 20px;
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
}


.jumbotron {
  padding-bottom: 0;
  margin-bottom: 0px;
  color: inherit;
 /*background-color: transparent;*/
}


.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;
}

.presentacion{
  margin: 0 auto;
  text-align: center;
  background-color: #272822;
}

.programa-derecha{
    /*background-color: #272822;*/

}

.info-empresa{
  /*background-color: #333333;
  height: 100px;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  padding-top: 30px;
  text-align: center;*/
  padding-top: 10px;


}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 0;
  }
  .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;
}

.scrollToDown{
  width:46px; 
  height:25px;
  position:fixed;
  top:87%;
  z-index:200;
  margin: 5% auto;
  left: 0;
  right: 0;
  display:none;
  background: url('images/icon_down.png');
  display: block;
  text-align: center;
}
.scrollToDown:hover{
  text-decoration:none;
}

.scrollToTop{
  width:72px; 
  height:57px;
  position:fixed;
  top:80%;
  z-index:200;
  margin: 5% auto;
  left: 90%;
  right: 0;
  display:none;
  background: url('images/icon_top.png');
  display: block;
  text-align: center;
}
.scrollToTop:hover{
  text-decoration:none;
}


@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;
  }
  
  .header-portada{
    background-image: url(images/fondo_big.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
  }

  .scrollToDown{
    top:85%;
  }

}

@media (min-width: 1400px) {

  
  .header-portada{
    background-image: url(images/fondo_xl.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
  }

}

@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: 0;
    margin-bottom: 40px;
  }

  .logo{
    max-width: 160px;
    
  }

}

@media (max-width: 768px) {

  .cuerpo{
    padding-top: 0;
    margin-bottom: 40px;
  }


  .scrollToTop{
    width:72px; 
    height:57px;
    position:fixed;
    top:80%;
    z-index:200;
    margin: 5% auto;
    left: 75%;
    right: 0;
    display:none;
    background: url('images/icon_top.png');
    display: block;
    text-align: center;
  }

}

.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;
}