﻿
/* -----------------          Testata      ----------------- */

.sfondo_home {
	background-image: url('/images/sfuma_rosso.gif');
	background-repeat: repeat-x;

}


/* -----------------         MENU       ----------------- */

.fondo_menu {
	background-color: #290000;
}

a:link.menu   {color: #FFFFFF; font-family: Verdana; font-size: 13px; text-decoration : none}
a:visited.menu {color: #FFFFFF; font-family: Verdana; font-size: 13px; text-decoration : none}
a:hover.menu {color: #bd4151; font-family: Verdana; font-size: 13px; text-decoration : none}




/* -----------------         COLONNA SX       ----------------- */


.fondo_colonna_sx {
	background-color: #f7f7f7;
}

.sfondo_news {
	background-image: url('/images/fondino_news.gif');
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:bottom;

}



.tit_news {
	font-family: Verdana;
	font-size: 28px;
	color: #290000;
}

.sottotit_news{
	font-family: Verdana;
	font-size: 12px;
	color: #290000;
}


.tit1 {
	font-family: Verdana;
		padding-right:10px;
	text-align:left;
	font-size: 12px;
	text-decoration: underline;
	color: #290000;
}
.sottotit1 {
	font-family: Verdana;
		line-height: 20px;
		padding-top:10px;
	padding-right:10px;
	text-align:left;
	font-size: 12px;
	color: #290000;
}





/* -----------------         testo       ----------------- */



.titolo {
	font-family: Verdana;
	font-size: x-large;
		padding-top:40px;
}
.testo {
	font-family: Verdana;
	text-align:justify;
	line-height: 22px;
	padding-top:10px;
	padding-bottom:6px;
	font-size: 12px;
	color: #242424;
}

a:link.link_testo   {color: #5a0101; font-family: Verdana; font-size: 12px; text-decoration : none}
a:visited.link_testo {color: #5a0101; font-family: Verdana; font-size: 12px; text-decoration : none}
a:hover.link_testo {color: #bd4151; font-family: Verdana; font-size: 12px; text-decoration : none}

a:link.link_mail   {color: #666666; font-family: Verdana; font-size: 12px; text-decoration : none}
a:visited.link_mail   {color: #666666; font-family: Verdana; font-size: 12px; text-decoration : none}
a:hover.link_mail   {color: #bd4151; font-family: Verdana; font-size: 12px; text-decoration : none}

a:link.link_copy   {color: #666666; font-family: Arial; font-size: 11px; text-decoration : none}
a:visited.link_copy   {color: #666666; font-family: Arial; font-size: 11px; text-decoration : none}
a:hover.link_copy   {color: #bd4151; font-family: Arial; font-size: 11px; text-decoration : none}



.copy {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-align: center;
		padding-bottom:6px;
}

.copy_home {
	font-family: Verdana;
	font-size: 12px;
		padding-top:15px;
	color: #666666;
		line-height: 25px;
	text-align: center;
		padding-bottom:6px;
		background-color:#e3e2e1;
}

