@charset "UTF-8";
/* CSS Document */


#corpo   {
	margin-top:10px;
}

#corpo DIV  {
background-color:#111111;/*#3e3e3e;*/
background-image:url(../images/round-corner-t-sx.gif);
float:left;
padding:10px;
margin:10px 6px 4px 4px;
background-repeat:no-repeat;
width:253px;
height:95px; /*150px;*/
text-align:center;
}

#corpo .content {
width:850px;
height:auto;
border:0px solid red;
padding:0;
margin-left:auto;
margin-right:auto;
float:none;
background-image:none;
background-color:#000000; /*#282828;*/
overflow:visible;
clear:both;
border:0px solid red;
font-size:8pt;

	
} 
#corpo .content .both {
width:auto;
height:auto;
border:0;
padding:0;
margin:0;
float:none;
background-image:none;
background-color:green;
clear:both;
} 

#corpo .content H1  {
	font-size:11pt;
	font-weight:bold;
	padding-bottom:3px;
} 

#corpo .content .capolett  {
	font-size:22pt;
	font-style:italic;
}

#corpo .content H1 A {
	text-decoration:none;
} 


#corpo  {
overflow:visible;
} 

#container {
overflow:visible;

} 


