div#barra_lingue {
	position: absolute;
	z-index:100;
}
div#barra_lingue a {
	float:right;
	margin:4px 3px;
	width:30px;
	height:22px;
	border:0px;
	z-index:2010;
	border:none;
}
/* Smartphones ----------- */
@media only screen and (max-width : 960px) {
div#barra_lingue {
	right:4.6rem;
	top:0.3125rem;
}
}
@media only screen and (min-width : 961px) {
div#barra_lingue {
	margin-right:-25.5rem;
	right:50%;
	top:0.3125rem;
}
}