@charset "utf-8";

/* Colonne principali */
.sx{
	float:left;
	width: 690px;
	padding-right: 9px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

.dx{
	float:right;
	width: 240px;
	padding-left: 9px;
}
/* ______________________ */

/* menu */
.contornomenu{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
	height: 41px;
	width:470px;
	margin: 0px;

}

/* ______________________ */

/* Titoli e testi e immagini*/
.titolo{
	font-size: 22px;
	color: #333333;
	text-align: left;
	background-image: url(../images/puntatore.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 35px;
	padding-top: 5px;
	margin:0px;
	font-weight: bold;
	
}

.contenuti_testuali {
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	line-height: 18px;
	padding-bottom: 20px;
}

.titolo2{
	font-size: 18px;
	color: #333333;
	text-align: left;
	background-image: url(../images/puntatore.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 35px;
	padding-top: 5px;
	margin:0px;
	
}

.contenuti_testuali2 {
	font-size: 14px;
	text-align: justify;
	padding-top: 10px;
	line-height: 16px;
	padding-bottom: 10px;
}

.imgdx{
	float:left;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* ______________________ */
.imgsx {
	float:right;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.rosso {
	color: #EC0000;
}
.bannersmall {
	float:left;
	padding: 2px;
	margin-right: 60px;
	margin-bottom: 5px;
}
