html{
  height: 100%;
}
body{
	margin:0px;
	background:#222;
	text-align:center;
  font-family: verdana;
  font-size: 12px;
  height: 100%;
}
*:focus{
  outline: none;
}
.pagina{
	position:relative;
	width:960px;
  height: 520px;
	background:#000;
	margin: 19px auto;
	text-align:left;
}
.cont{
	float: right;
  width: 760px;
  color: #9c9c9c;
}

.cont_int{
  position: absolute;
  top: 80px;
  width: 740px;
  height: 417px;
  padding: 0px 0px 0px 20px;
  font-family: verdana;
  overflow: hidden;
}
.cont_int p{
  padding-right: 20px;
}
.cont_int a:link,
.cont_int a:visited,
.cont_int a:active{
  color: #aaa;
  text-decoration: none;
}
.cont_int a:hover{
  color: #000;
  background: #fff;
  text-decoration: none;
}
.fine{ clear:both; }

.totem{
  float: left;
  width: 200px;
  height: 100%;
  background: #fff;
}

.totem .nero{
  margin: 10px;
  width: 180px;
  height: 180px;
  background: url(chrome/logo.jpg) no-repeat #000;
}

.logo{
	float:left;
	width:216px;
	height:73px;
	background:url(chrome/logo.gif) no-repeat;
}
.menu{
	float:right;
	padding:5px 10px;
	border-bottom:1px solid #a00;
	color:#fff;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
	margin:0px;
}
.menu li{
	display:block;
	float:left;
	padding:12px 15px;
}
.menu a:link, .menu a:visited, .menu a:active{
	color:#9c9c9c;
	text-decoration:none;
}
.menu a:hover{
	color:#a00;
	text-decoration:none;
}
.menuBrdrDx{
	border-right:1px dotted #797979;
}

.txt{
	float:left;
	color:#ccc;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 10px;
	/*width:395px;*/
}
.txt a:link, .txt a:visited, .txt a:active{
	color:#fff;
	text-decoration:none;
}
.txt a:hover{
	color:#000;
	background:#fff;
	text-decoration:underline;
}
.brand{
	font-family:Times;
}
.immg{
	float:right;;
	margin-right:10px;
	width:535px;
	text-align:right;
}
.txtloca{
	float:left;
	color:#ccc;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 10px;
	width:200px;
}
.cartina{
	float:left;
}

.frase{
  margin-top: 40px;
  padding: 0px 10px 10px 10px;
  font-family: Times, serif;
  color: #a00;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.gallerie{
  width: 176px !important;
}
.gallerie a{
  display: block;
  /*float: left;
  width: 80px;
  height: 55px;
  margin-right: 20px;*/
  margin-bottom: 10px;
  font-size: 10px;
}
.gallerie a:hover,
.gallerie2 a:hover{
  background: #000 !important;
  color: #fff;
}
.gallerie2{
  margin-top: 48px;
}
.gallerie2 a{
  display: block;
  float: left;
  margin-right: 14px;
  font-size: 10px;
}

.img_dx{
  float: right;
  margin: 0px 0px 0px 20px;
  font-size: 1px;
  overflow: hidden;
}

.cartine{
  margin-bottom: 20px;
}

#lingua{
  position: absolute;
  width: 960px;
  top: -17px;
  left: 0px;
  text-align: right;
  margin: 0 auto;
}
#lingua a{
  opacity: 0.7;
  zoom: 1;
  filter: alpha(opacity=70);
}
#lingua a:hover{
  opacity: 1;
  zoom: 1;
  filter: alpha(opacity=100);
}
#lingua a span{
  display: none;
}
#lingua a img{
  border: 0px;
}

