/* ##### TOOLBAR ##### */
#boxToolbar {
	position: absolute;
	top: 480px;
	left: 10px;
	width: 570px;
	height: 20px;
	text-align:left;
	border: 1px none red;
}

.logo {
	position: absolute;
	top: 435px;
	left: 8px;
	width: 270px;
	height: 35px;
	text-align: left;
	border: 1px none red;
}

.toolbar {
	float: left;
	border: 1px none   red;
}

.toolLanguage {
	float: right;
	border: 1px none red;
}

