body
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#f1f1f1;
}

td
{
	font-family:Verdana;
	font-size:11px;
}

a:link,a:visited
{
	color:black;
	text-decoration:none;
}

a:hover, a:active
{
	color:#996A58;
	text-decoration:none;
}

.titolo-paragrafo
{
	font-size:13px;
	font-weight:bold;
	color:#3058A0;
}

.bg-grigio-home
{
	background-color:#CADDE1;
	width:10px;
}

.titolo-riquadro-home
{
	padding:3px;
	color:#FFB400;
	font-size:13px;
	font-weight:bold;
	font-family:Arial;
}
.testo-riquadro-home
{
	font-size:11px;
	text-align:left;
	padding:3px;
}

.testo-marrone
{
	color:#67311E;
	font-weight:bold;
}

.testo-verde-home
{
	color:#688487;
	font-weight:bold;
}

.thumbs
{
	border-width:1px;
	border-color:white;
}

/* CONTENITORI --------------------------------------------------------------------------------- */

.contenitore-principale /* determina il bordo del contenitore principale */
{
	 width:775px;
	 border:solid 1px black;
	 background-color:white;
}

.contenitore-gallery /* sfondo gallery */
{
	/* background-color:#f1f1f1; */
	width:238px;
	height:100%;
}

.contenitore-sx /* determina la larghezza della colonna sinistra */
{
	width:275px;
	vertical-align:top;
	background-image:url(../media/img/bgGallery.gif);
	background-repeat:repeat-y;
}

.contenitore-dx /* determina la larghezza della colonna destra */
{
	width:500px;
	vertical-align:top;
}

.riquadro-home /* height server per attaccare le immagini in basso */
{
	width:160px;
	height:280px;
	vertical-align:top;
}

.contenuti
{
	 text-align:justify;
	 padding:10px;
}

/* --------------------------------------------------------------------------------------------- */