.en, .por{
	display: none;
}
.es{
	display: inline-block;
}

#idiomas{	
	position: fixed;
	right: 20px;
	top: 15px;
}
#idiomas button{
	background: #fff;
	border: none;
	outline: none !important;
}
#idiomas button:focus{
	background: #e0d0a2 !important;
}
@media screen and (max-width: 600px){
	#idiomas{
		top: unset;
		bottom: 20px;
		z-index: 99999;
	}
}
*{
	font-family: inherit;
}