/* CSS Document */
div#titolocont {
   width:1089px;
   height:100px;
   position:relative;
   float:left;
}
div#selezione {
   background:url(edizioni_18.jpg) top left repeat-y;
   width:1089px;
   height:auto;
   position:relative;
   float:left;
}
div#barrasotto {
   background:url(edizioni_21.jpg) top left no-repeat;
   width:1089px;
   height:113px;
   position:relative;
   float:left;
}
div#latodx {
   background:url(edizioni_22.jpg) top left no-repeat;
   width:52px;
   height:138px;
   position:relative;
   float:right;
   top:-251px;
   left:-55px;
}
div#foto2 {
	width:250px;
	height:167px;
	float:left;
	background-color: #006699;
}
div#foto1 {
	width:250px;
	height:167px;
	background-color: #006699;
	margin-left:172px;
	float:left;
}
div#foto3 {
	width:250px;
	height:167px;
	background-color: #006699;
	float:left;
	margin-left:300px;
}
a.linkopaco img {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
a.linkopaco:hover img {
   filter:alpha(opacity=100);
   -moz-opacity: 1.0;
   opacity: 1.0;
}