/* CSS Document */
.box {
	background-color: #f2f2f2;
	width: 690px;
	text-align:left;
	margin:40px auto;
	}
img {border: 0px solid;}
div.hr {
	display: block;
	height: 2px;
	background-image: url(images/hr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 1em 0 1em 0;
	}
a:link, a:visited {
    color: #005A9C;
	font-weight: bold;
    text-decoration: none;
	}
a:hover, a:active {
    color: #005A9C;
    text-decoration: underline;
	}
hr {
	display:none
	}
.boxtop div {
	background: url(images/nw.gif) no-repeat top left;
	}
.boxtop {
	background: url(images/ne.gif) no-repeat top right;
	}
.boxbottom div {
	background: url(images/sw.gif) no-repeat bottom left;
	}
.boxbottom {
	background: url(images/se.gif) no-repeat bottom right;
	}
.boxtop div, .boxtop, .boxbottom div, .boxbottom {
	width: 100%;
	height: 25px;
	font-size: 20px;
	}
.content {
	width:690px;
	margin: 0 auto;
	}
.header {
	margin-left:0px;
	margin-right:0px;
	/* background-image: url(images/sfondoheader.jpg); */
	background-color:#ffffff;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	height:102px;
	text-align: right;
	}
.navigation {
	margin:60px 0px 20px 0px;
	font-size: 1.2em;
	}
.navigation a:link {
	color: #000000;
	text-decoration: none;
	}
.navigation a:visited {
	color: #000000;
	text-decoration: none;
	}
.navigation a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}
.navigation a:active {
	color: #000000;
	text-decoration: none;
	}
.logoimg {
	width:100px;
	float:left;
	display: inline;
	}
.logo {
	display: inline;
	font-size: 12px;
	line-height:10px;
	}
.sidebar {
	width:150px;
	float:left;
	margin: 0px 20px 0px 20px;
	display:inline;
	}
.main {
	width:430px;
	margin-left:200px;
	margin-right:20px;
	padding-top:12px;
	font-size: 0.8em;
	background: url(images/filigrana.jpg) right top no-repeat;
	}
.main h1 {
	font-size: 1.2em;
	color: #0f446a;
	line-height:25px;
	}
.main h2 {
	font-size: 1em;
	color: #0f446a;
	}
table {
	font-size: 1em;
	}
ul {
	list-style-image: url(images/quad.jpg);
	}
li {
	margin-left: -15px;
	}
body {
	background: url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	font-size: 1em;
	font-family: Tahoma,Verdana, Helvetica, Arial;
	}
.footer {
	font-size: .8em;
	text-align: center;
	padding-top: 10px;
	width:690px;
	}
.clear {
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	}

/* MENU */
.buttonscontainer {}
.buttons a {
	color: #ffffff;
	/* background-color: #234a76; */
	/* padding: 2px; */
	padding-left: 3px;
	display: block;
	border-left: 14px solid #35a1be;
	font: 11px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	}
.buttons a:hover {
	border-left: 18px solid #055f85;
	text-decoration: none;
	color: #54677d;
	}
