.logo{
	width:100%;
	background:#006600;
	margin-bottom:1%;
	text-align:center;
}

.logo img{
	max-width:30%;
	margin: 5px 0 10px 0;
}

.gallery{
	width:100%;
	margin-bottom:10px;
}

.gallery img{
	width:100%;
}

.footer{
	margin-top:15px;
	width:100%;
	height:10%;
}

.footer-facebook{
	height:100%;
	width:10%;
	float:left;
}

.footer-facebook img{
	max-width:90%;
	opacity:0.8;
}

.footer-facebook img:hover{
	opacity:1;
}

.footer-lang{
	height:100%;
	width:80%;
	float:right;
}

.footer-content{
	width:100%;
	float:right;
}

.footer-content img{
	margin-right:5px;
	float:right;
	max-width:1.8%;
}

.footer-content p{
	color: rgb(94, 94, 94);
	float: right;
	font-size: 15px;
	line-height: 15px;
	display:inline;
	margin-right:2%;
}
.footer-content p.last_p{
margin-right:0px;
}