.s { clear: both; }
.s5 { height: 5px; clear: both; }
.s10 { height: 10px; clear: both; }
.s15 { height: 15px; clear: both; }
.s20 { height: 20px; clear: both; }
.s30 { height: 30px; clear: both; }
.s40 { height: 40px; clear: both; }
.s50 { height: 50px; clear: both; }
.s60 { height: 60px; clear: both; }
 
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.descargas img:hover { opacity: 0.7; filter: alpha(opacity=70); }

.navbar-default {
  /*background-color: #000000;*/
  /*opacity:0.3;*/
  background: #91998c;
  border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 500px;
}

.navbar-nav {
	  float: right;
	  margin: 0px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: transparent;
}


body {
	font-family: 'PT Sans', sans-serif;;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  background-color: #91998c;
}

h1, h2, h3, h4 { font-family: 'PT Sans', sans-serif; }

h1 { margin-bottom: 25px; }

small, h1 small, h2 small, h3 small, h4 small { color: #000000; }

h1, h2, h3 { color: #000000; }
strong, b { font-weight: 700; color: #000000; }


.navbar-default .navbar-nav>li>a {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 15px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.navbar-default .navbar-nav>li>a:hover { color: #FFFFFF; }
.navbar-default .navbar-nav>li>a:focus { color: #FFFFFF; }

.nav > li.disabled > a {
  color: #FFFFFF;
}

.navbar-default .navbar-text {
  color: #FFFFFF;
}

.navbar-default .navbar-nav>.active>a {
/*  color: #555;
  background-color: #FFFFFF;*/
  border-bottom: 0px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #FFFFFF;
}

section { padding-top: 20px; }

#test {
  padding: 50px 0 0 0;
  margin: 0;
  background: url( '../imagen/fondo-inicio.jpg' ) no-repeat center top;
  background-attachment: relative;
  width: 100%;
  background-attachment: relative;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#inicio {
  background: url(../imagen/fondo-inicio.jpg) no-repeat center top;
  margin-top: 0px;
  padding-top:80px;
  text-align:center;
  background-attachment: relative;
  background-position: center center;
  /*min-height: 700px;*/
  width: 100%;
  
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.entrevista strong { color: #000000; }


@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
      float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
  }
}

@media (max-width: 320px) {

  .navbar-brand > img {
    width: 200px;
  }
}


#sinopsis {
  padding: 10px 0;
}

#director {
  padding-bottom: 15px;
}

#criticas {
  padding-bottom: 15px;
}

.criticas > p { margin-bottom: 30px; }

table strong { color: #000000; }

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: 1px solid #000000;
}
