#ch {
margin:0 auto;
padding:70px 0 0;
background:transparent url('../images/home.gif') no-repeat center center;
color:#865400;
min-height:200px;
line-height:1.5em;
position:relative;
text-align: center;
}
#ch h2 {
height: 100px;
width: 700px;
margin: 0 auto;
display: block;
background:transparent url('../images/corrado.png') no-repeat center center;
}

#ch p {
margin: 0 auto;
padding:0 10%;
font-size:1.5em;
line-height:1.3em;
}
#ch p span {
color:#C83C00;
}

#boxhome {
clear:both;
margin:0 auto;
padding:1px;
display:table;
table-layout: fixed;
border-collapse: separate;
border-spacing: 30px;
}
#boxrow {
display:table-row;
}
.boxh {
width:30%;
display: table-cell;
}
.boxh:hover {
transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
}


.box1, .box3  {
background-color: #fa0;
}
.box2 {
background-color: #fb0;
}
#boxhome h3 {
margin:0;
padding-bottom:2px;
border-bottom:1px solid #f90;
text-align:left;
font-weight:bold;
letter-spacing:0.2em;
color:#865400;
}
.slogan {
font-weight:bolder;
color:#a60;
}


