@charset "utf-8";
/* CSS Document */
#lang {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 5;
	width: 60px;
	height: 15px;
	top: 70px;
	right: 220px;
	margin-top: 0px;
	float: right;
	font-size: 10px;
	text-align: center;
	
	display:none;
}
#langHome {
	display:none;	
}

#lang img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;	
}

#lang p{
	color: #FFF;
}
#lang a{
	text-decoration:none;
	color: #FFF;
}
#lang a:hover {
	text-decoration: none;
	color: #FFF;
}
#langHome {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 5;
	width: 60px;
	height: 15px;
	top: 118px;
	right: 28px;
	float: right;
	font-size: 10px;
	text-align: center;
	margin-top: -16px;
}
#langHome p{
	color: #FFF;
}
#langHome p a{
	text-decoration:none;color: #FFF;
}
#langHome p a:hover {
	text-decoration: none;
	color: #FFF;
}
