body{
background-image: url(img/sfondo.jpg);
background-repeat: repeat-x;
font-size: 14px;
font-family: sans-serif,Verdana;
text-align: center;
}

a{
color: #3f7ca2;
font-weight: bold;
text-decoration: none;
}

a:hover{
color: #3f7ca2;
font-weight: bold;
text-decoration: underline;
}

h2{
font-weight: normal;
font-size: 26px;
margin-top: 0px;
padding: 0px;
}

h3{
padding-top: 0px;
margin-top: 0px;
margin-bottom: 8px;
font-size: 22px;
font-weight: normal;
}

.img-border{
border: 1px solid #ccc;
margin-top: 8px;
margin-bottom: 8px;
}

.left{
float: left;
margin-left: 10px;
}

.right{
float: right;
margin-right: 10px;
}

.clear{
clear: both;
display:block;
}



#container{
margin: 0 auto;
width: 900px;
text-align: left;
}

#header{
height: 115px;
width: 100%;
}

#header #logo{
height: 115px;
width: 341px;
float: left;
}

#header #spot{
padding-top: 18px;
width: 500px; text-align: center;
float: left;
margin-left: 10px;
}

#content{
width: 100%;
}

#content .left{
width: 600px;
}

#content .right{
width: 250px;
}

#download{
width: 250px;
height: 75px;
background-image: url(img/download.jpg);
background-repeat: no-repeat;
margin-top: 15px;
}

#download a{
font-weight: normal;
color: #fff;
}

#download a:hover{
font-weight: normal;
color: #fff;
}

#download #text{
font-size: 22px;
padding-top: 15px;
padding-left: 65px;
color: #fff;
}

#download #text .small{
font-size: 11px;
}

.box{
width: 230px;
margin-top: 15px;
padding: 10px;
background-image: url(img/sfondo_box.jpg);
background-repeat: repeat-x;
border: 1px solid #ececec;
font-size: 12px;
}

#footer{
margin-top: 10px;
padding-top: 10px;
border-top: 1px dotted #ccc;
height: 115px;
width: 100%;
font-size: 12px;
}

#menu{
font-size: 18px;
}

#menu a{
font-weight: normal;
}

#menu a:hover{
font-weight: normal;
}


