body {
	background: #1F1F1F url(images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    width: 100%;

}

.white {
	color: #fff;
}

.main-header {
	margin-top: 15%;
	margin-bottom: 20px;
}

.main-header img {
	width: 60%;
	margin-right: 50px;
}

.site-list {
	margin: 15px 0px 0px;
	padding: 10px 0px;
	background: #040404;
}

.site-list .ecua-link img {

}

.language-links a {
	color: #7b7b7b;
	margin: 10px 10px;
}

.header-intro {
	margin-top: 8%;
	margin-bottom: 20px;
	color: #474747;
	font-family: 'Lato', sans-serif;
	border-left: 3px solid #211f24;
}

.header-intro {
	font-size: 15px;
	text-align: justify;
}

.header-intro .fa {
	margin-right: 5px;
}

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

@media (min-width: 767px) {
	.main-header img {
	float: right;
	text-align: center;
	}
}

@media (max-width: 768px) {
	.main-header img {
		text-align: center;
		margin: auto !important;
	}

	.navbar-fixed-bottom {
		position: relative !important;
	}
}
