/* stili per il home footer --------------------------------------------------------------------------*/

#col_sinistra {
	width:315px; 
	margin-right:50px;
	float:left;
}

#col_centro {
	width:255px; 
	margin-right:50px;
	float:left;
}

#col_destra {
	width:135px;
	float:left;
}

#home_footer p {
	margin-bottom:10px;
}

#home_footer em {
    font-size:12px;
	font-style:italic;
}

#home_footer strong {
    font-weight:bold;
}

#home_footer a,  #home_footer a:visited {
    font-size:14px;
    font-weight:bold;
	text-decoration:underline;
}


/* stili per il footer --------------------------------------------------------------------------*/

#footer strong{
    color:#a19774;
	font-size:18px;
}

#footer em{
    color:#a19774;
	font-size:14px;
	font-style:italic;
}

#footer a, #footer a:visited{
    font-size:14px;
    font-weight:bold;
	text-decoration:underline;
    color:#a19774;
}

#footer a:hover {
	color:#1459a4;
}

#footer hr{
	margin:15px 0;
	border: 0;
	color:#dad2ae;
    background-color:#dad2ae;
    height:1px;
}