﻿#content-home {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../interface/sfondo_contenuti.jpg');
	background-repeat: repeat-y;
	min-height: 430px;
}

#left-home {
	width: 385px;
	background-color: white;
	float: left;
	margin-left: 12px;
	padding-left: 10px;
}

#center-home {
	background-color: white;
	margin: 0 20px 0 415px;
}

.box-grigio {
    width: 260px;
    height: 188px;
    border: 1px solid silver;
    background-image: url('../home/sfondo-box.jpg');
	background-repeat: no-repeat;
	float: left;
	margin: 0 10px 9px 0;
	overflow: hidden;
}

.box {
    width: 170px;
    height: 123px;
    border: 1px solid silver;
    background-color: White;
    float: left;
    margin: 0 9px 9px 0;
    overflow: hidden;
}

.box .titolo, .calendario-box .titolo {
	background-image: url('../interface/sfondo_titolopagina.jpg');
	background-repeat: repeat-x;
	height: 28px;
	font-weight: bold;
	line-height: 28px;
	padding-left: 8px;
}

.box .contenuto {
    padding: 8px;
}

.calendario-box {
    width: 538px;
    height: 130px;
    border: 1px solid silver;
    background-color: White;
    float: left;
    margin: 0 9px 9px 0;
    overflow: hidden;
}

.calendario-box .calendario {
    background-image: url('../interface/home/calendario.jpg');
	background-repeat: no-repeat;
	width: 120px;
	height: 130px;
	float: left;
	margin-left: 15px;
}

.calendario-box .calendario .giorno {
    font-size: 40px;
    padding: 14px 0 0 25px;
    font-family: Times New Roman;
}

.calendario-box .calendario .mese {
    font-weight: bold;
    padding: 0px 0 0 20px;
}

.calendario-box .contenuto-calendario {
    margin-top: 4px;
    padding: 8px;
}
