/* Común */
.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: rgba(0, 0, 0, 0.3);
  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;
}

@media (min-width: 768px) {
	.navbar-nav {
	  float: right;
	  margin: 0px;
	}
}

/* A medida */
body {
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

h1, h2, h3, h4 { font-family: 'Pathway Gothic One', sans-serif; }

h1 { margin-bottom: 15px; }


.navbar-default .navbar-nav>li>a {
  font-family: 'Pathway Gothic One', sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 8px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

#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;
}

section { padding-top: 30px; }

.seccion-inicio {
    height: 100%;
    padding-top: 150px;
    text-align: center;

}

.entrevista strong { font-size: 17px; }
.entrevista > div { margin-bottom: 30px; }

