/* CSS Document */
/*Corpo*/
body {
background-image:url(../images/sfondo1.gif);
background-color:#707070;
font-family:Georgia;
font-size:10px;
color:#000000;
margin:0px;
}

#box {
padding:inherit;
}

#box2 {
border:1px solid #000000;
width:788px;
text-align:left;
background-image:url(../images/sfondo2.jpg);
}
/*Layer*/
#header {
margin-top:5px;
width:788px;
}

#menu-d{
text-align:center;
width: 200px;
float:right;
margin-right:5px;
margin-top:5px;
}

#menu-c {
margin-top:5px;
width:558px;
margin-left:12px;
text-align:justify;
}

#footer {
width:558px;
background-image:url(fondo.jpg);
clear:both;
}
/*Link*/
a:link, a:visited {
color:#000000;
text-decoration:underline;
}

a:hover {
color:#000000;
font-family:serif;
direction:ltr;
text-decoration: none;
cursor:crosshair;
}
/*Class*/
.menu {
border:1px solid #000000;
background-color:#CCCCCC;
font-family:Verdana;
font-size:11px;
color:#000000;
}

.menu-sol {
background-image:url(class.jpg);
font-family:Georgia;
font-size:13px;
color:#000000;
height:50px;
text-align:center;
text-transform:capitalize;
}

.menu-grafica {
border:1px solid #000000;
font-family:Verdana;
font-size:13px;
background-color:#000000;
color:#FFFFFF;
}

.testata {
font-family:Helvetica;
color:#000000;
font-size:15px;
border-bottom:1px dotted #666666;
}