/*
 * Globals
 */
 .portada {
 	background-image: url(../../assets/img/cover-ba.jpg);
 	background-position: center center;
 	background-repeat: no-repeat;
 	background-size: cover;
 }
/* Links */
a.inverse, a.inverse:focus, a.inverse:hover {
	color: #333;
}

a, a:focus, a:hover {
	color: #fff;
}
/* Custom default button */
.btn-default, .btn-default:focus {
	color: #111;
	text-shadow: none; /* Prevent inheritence from `body` */
	background-color: #fff;
	border: 1px solid #fff;
}
.btn-default:hover {
  color: #fff;
	background-color: #111;
	border: 1px solid #111;
}
/*
 * Base structure
 */

html, body {
	height: 100% !important;
	margin:0;
	background-color: #fff;
}
body {
	color: #fff;
	text-align: center;/*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}
/* Padding for spacing */
.inner {
	padding: 30px;
}
/*
 * Header
 */
.masthead-brand {
	margin-top: 10px;
	margin-bottom: 10px;
}
.masthead-nav > li {
	display: inline-block;
	font-family: 'GoboldThinRegular';
	text-transform: uppercase;
	font-weight: normal !important;
}
.masthead-nav > li + li {
	margin-left: 20px;
}
.masthead-nav > li > a {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff; /* IE8 proofing */
	color: rgba(255,255,255,.75);
	border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover, .masthead-nav > li > a:focus {
	background-color: transparent;
	border-bottom-color: #a9a9a9;
	border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a, .masthead-nav > .active > a:hover, .masthead-nav > .active > a:focus {
	color: #fff;
	border-bottom-color: #fff;
}

@media (min-width: 768px) {
.masthead-nav {
	float: none;
}
}

@media (min-width: 768px) {
/* Pull out the header and footer */
.masthead {
	position: fixed;
	top: 0;
}

/* Handle the widths */
.masthead {
	width: 100%; /* Must be percentage or pixels for horizontal alignment */
}
}

@media (min-width: 992px) {
.masthead {
	width: 700px;
}
}
