body {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 70%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  width:100%;
height:100%;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}
img{
border:0px;
margin:0.5em;
}

/*###############*/


#main{
width:100%;
height:100%;
float:left;
background-image:url(../img/sfondo.jpg);
background-repeat:no-repeat;
background-position:center middle;

}

.fondo{
background-color:#E6F0FC;
background-image:url(../img/sfondo.jpg);
background-repeat:no-repeat;
background-position:left top;
}

.fondino{
background-color:#ACC2DC;
}

.menuaree{
font-family:verdana,arial;
font-size:10px;
text-align:center;
height:20px;
}

.menuaree a{
height:20px;
width:100%;
padding:0.4em 0.5em 0.2em 0.5em;
border-right:1px solid #ACC2DC;
text-decoration:none;
background-color:#0761CE;
color:#fff;
}

.menuaree a:hover{
color:#FACD00;
}
