#style_EN {
	background: url('../images/flags/Languages_EN.png') 0 -24px no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
}
#style_EN:hover {
	background: url('../images/flags/Languages_EN.png') 0 -48px no-repeat;
}
#style_EN.active {
	background: url('../images/flags/Languages_EN.png') 0 0 no-repeat;
}

#style_PT {
	background: url('../images/flags/Languages_PT.png') 0 -24px no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
}
#style_PT:hover {
	background: url('../images/flags/Languages_PT.png') 0 -48px no-repeat;
}
#style_PT.active {
	background: url('../images/flags/Languages_PT.png') 0 0 no-repeat;
}


