body {
	font-family: verdana;
		font-size: 11px;
		}
		
.testo {
	font-family: verdana;
		font-size: 12px;
		color: #000;
		}
		
.lang {
	font-family: verdana;
		font-size: 10px;
		color: #cccccc;
		}		
.copy {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;


}
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #009900;
	text-decoration: none;
}

.sombra{

 background: url(../images/ombra.jpg) no-repeat bottom right;
 clear: left;
 float: left;
 margin: 0 0 15px 25px;
 padding: 0;
 position: relative;
}

.img-shadow {
  float:left;
  background: url(../images/ombra.jpg) no-repeat bottom right !important;
  background: url(../images/ombra.jpg) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
