@charset "utf-8";
/* CSS Document */


.flag {
	margin-top:10px;
	padding-left:330px;
	overflow:hidden;
	height:150px;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
}

.flag_ita {
	border:0px;
	height:84px;
	background:url(../images/flag_ita.png) no-repeat 0px 4px;
	width:100px;
	float:left;
	margin:20px;
	padding-top:80px;
}

.flag_ita:hover {
	background-position:0px 0px;
}

.flag_eng {
	border:0px;
	height:84px;
	background:url(../images/flag_eng.png) no-repeat 0px 4px;
	width:100px;
	float:left;
	margin:20px;
	padding-top:80px;
}

.flag_eng:hover {
	background-position:0px 0px;
}

a{ color:#ad2f00; text-decoration: none; outline:none}
a:hover{}