@charset "utf-8";
/* CSS Document */


/* HOME PAGE */

body {
background-color:#FF6666;
background-image:url(img/bg/pink.png);
}


/* CONTENITORE HOME */

.container {
width: 906px;
height: 100%;
margin: auto;
text-align: center;
}


/* TABELLA HOME */

.tabellona {
width: 906px;
height: auto;
}

.header {
width: 874px;
height: 100px;
text-align: center;
}

.cella_xl {
width: 430px;
height: 430px;
text-align: center;
}

.cella_l {
width: 430px;
height: 206px;
text-align: center;
background-image:url(img/bg/fondo_rosa.png);
background-repeat:no-repeat;
font-family:Georgia;
font-size:11px;
text-align:center;
color:#333333;
line-height:18px;
vertical-align:top;
}


.cella_l a:link, a:visited {
font-family:Georgia;
font-size:11px;
color:#333333;
font-weight:bold;
text-decoration:none;
}

.cella_l a:hover  {
font-family:Georgia;
font-size:11px;
color:#333333;
background-color: #FFFFFF;
font-weight:bold;
text-decoration:none;
}



.cella_m {
width: 206px;
height: 206px;
text-align: center;
}

.cella_s {
width: 58px;
height: 58px;
text-align: center;
}


