@charset "utf-8";
/* CSS Document */

.contenutoContainer {
	position			:relative;
	width				:100%;
	height				:1600px;
}
.contenutodxContainer {
	position			:relative;
	float				:left;
	width				:720px;
	height				:1600px;
	margin-top			:5px;
}
.contenutosxContainer {
	position			:relative;
	float				:left;
	width				:200px;
	height				:1600px;
	background-color	:#e4e4e4;
	margin-top			:5px;
	margin-left			:15px;
	margin-right		:20px;
}
.titolopagina {
	position			:relative;
	font-family			:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:18px;
	color				:#2b876d;
	padding-top			:10px;
	padding-bottom		:10px;
}
.testopagina {
	position			:relative;
	font-family			:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:11px;
	color				:#000;
	text-decoration		:none;
}
a.testoagenzia {
	position			:relative;
	font-family			:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:11px;
	color				:#2b876d;
	text-decoration		:underline;
	font-weight			:bold;
}
a.testoagenzia:hover {
	text-decoration		:underline;
}