@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	
	margin: 0px;
	padding: 0px;
	
	font-family: sans-serif;
	
	text-align: center;
	
	background: url(../images/bg_body_01.jpg) #FFF repeat-x;
}

div#pagina {
	width: 950px;
	
	margin: 0px;
	
	background-color: #FFF;
}

td#menuBar {
	width: 950px;
	height: 70px;
	
	text-align: center;
	
	background-image: url('../images/bg_menu.jpg');
	background-repeat: repeat-x;
	
	color: #FFF;
	
	display: table-cell;
	vertical-align: middle;
}

td#menuBar a:link, a:visited {
	font-weight: bold;
	font-size: 13pt;
	color: #FFF;
	text-decoration: none;
}

td#menuBar a:hover {
	color: #7AD;
}

td#menuBar a.active {
	color: #600;
}

td#pubblicita {
	width: 950px;
	height: 30px;
	
	display: table-cell;
	vertical-align: middle;
	
	background-color: #252525;
	color: #FFF;
}

td#contenuto {
	color: #147;
	
	font-size: 14px;
	
	background-color: #90BEDF;
}

td#contenuto td {
	text-align: justify;
}

td#footer {
	background-color: #90BEDF;
}

.riquadroBlu {
	background-color: #5B7A96;
	
	display: table-cell;
	
	vertical-align: middle;
	
	color: #FFF;
}

.riquadroBluChiaro {
	background-color: #83AACD;
	
	display: table-cell;
	
	vertical-align: middle;
	
	color: #147;
	
	font-weight: bold;
}

td.blu {
	background-color: #369;
}

.rossoScuro {
	color: #600;
}

a.rossoScuro {
	color: #600;
	
	text-decoration: underline;
}