/**
css principale
*/

/*
span {
	border:1px solid pink;
}
*/

* {
    margin:0;
    padding:0;
}

body {font:14px Arial, Helvetica, sans-serif;
         max-width: 900px;
    margin: auto;
         
         }

div.mainbody { 
	font:80% arial,sans-serif; 
	font-weight: 600;
	letter-spacing:0.02em; 
}

div.header {
    position:absolute;
    width:900px;height:132px; max-width:900px;
    min-width:342px;
	background-image: url('../images/home_up2.jpg');
}

div.wrapper { text-align:center;}

img.logo {
    width:342px;height:106px;
    margin-top:23px;    
}


div.topmenu {
    width:900px;height:29px;
    position:absolute;
        text-align:center;
    margin-top:132px;
	background-image: url('../images/home_barramenu.jpg');
}


div.menu { 
    display:inline; 
    font:19px arial,sans-serif;
    font-weight:400;
    color:#5d391c;
    padding-left:2em;
     padding-right:2em;
}


div.contentpart {
    position:absolute;
    width=900px;top:161px;height:439;
    max-width:900px;
	background-image: url('../images/home_down2.jpg');
    background-repeat:repeat-y;
	color:#f0d993;
    padding-bottom:10px;    
    padding-left:5em;
}


div.fum
{
/*border:1px solid black;*/
/*position:absolute;display:inline-block;*/
    float:left;
} 

div.fummobile { width:101px;height:85px;
        margin-left:12em; margin-top:5em;
   float:left;
	background-image: url('../images/fum_mobile.png');
	 }
div.fummicro { width:194px;height:99px; 
      margin-left:4em; margin-top:2em;
   float:left;
	 background-image: url('../images/fum_microel.png');
	 }
div.fumweb { width:69px;height:77px;  
    margin-left:-1em; margin-top:7em;
    float:left;
	  background-image: url('../images/fum_web.png');
	 }
div.fumamm { width:178px;height:187px;
     margin-left:3em; margin-top:2em;
  
	  background-image: url('../images/fum_ammin.png');
	 }
div.fumprog { width:170px;height:136px;
     margin-left:7em; margin-top:0em;
   float:left;
	  background-image: url('../images/fum_prog.png');
	 }
div.fumnet { width:160px;height:89px; 
     margin-left:2em; margin-top:-5em;
   float:left;
	  background-image: url('../images/fum_netw.png');
	 }
div.fumcript { width:187px;height:119px; 
     margin-left:-5em; margin-top:4em;
  
	  background-image: url('../images/fum_critto.png');
	 }
div.fumautom { width:166px;height:106px; 
     margin-left:2em; margin-top:4em;
   	
	  background-image: url('../images/fum_automazione.png');
	 
	 }

span.fum {margin-top:1.7em;width:100%; text-align: center; display: inline-block; letter-spacing:0.1em;}
span.fumamm {padding-top:2.2em;}
span.fummicro {padding-top:0.7em;}
span.fumprog {padding-top:1.7em;}
span.fumcript {padding-top:1.2em;}
span.fumautom {padding-top:1em;}
