body{
    border:0;
    margin:0;
    font-family: verdana, arial, helvetica, sans-serif;
}

a img { border: 0px none; }
a:hover img { border: 0px none; }

/* ewindow */

#ewindow_corpo {
	width:770px;
	height:500px;
	/*border: solid 1px red;*/
	margin:0;
	padding:0;
	background-image:url(../img/sfondo.png);
}

.sx_basso a, .dx_basso a{
	color: #333333;
	text-decoration:none;	/*font-weight:bold;*/
}

.sx_basso a:hover, .dx_basso a:hover {
	text-decoration:underline;
}

.sx_alto a {
	color: #006600;
	text-decoration:none;
	font-weight:bold;
}
.sx_alto a:hover {
	color: #996600;
}
.titolo {
	font-size:120%;
    color: #006600;
    text-align: justify;
    margin:5px 7px 5px 7px;
    border-bottom: 1px dashed #ccc;

}

.dx_basso, .sx_alto, .dx_alto, .sx_basso {
	background-color:#ffffff;
	position:relative;
    border: solid 1px silver;
	float:left;
}

.sx_alto {
	width:370px;
	height:320px;
	top:0px;
	left:0px;
}
.dx_alto {
	width:330px;
	height:306px;
	top:0px;
	left:60px;
}
.sx_basso {
	width:250px;
	height:100px;
	top:20px;
	left:134px;
	overflow:hidden;
}
.dx_basso {
	width:295px;
	height:150px;
	top:0px;
	left:150px;
	overflow:hidden;
}
.text {
	font-size:70%;
    color: #444444;
    text-align: left;
    margin:5px 15px 5px 7px;
	overflow: hidden;
	white-space:normal;
}
h2{
	font-size:100%;
    color: #444444;
    text-align: left;
    border-bottom: none;
}

.clear {
	clear:left;
}

.center{
	text-align:center;
}