@charset "utf-8";
body {
	background-image: url(../img/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top center;
}
a {
	color: #5b5b5b;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
#page {
	position: relative;
	margin: auto;
	width: 980px;
}
#logo {
	float: none;
	margin-bottom: 28px;
}
#menu {
	font-family: Gentilis;
	font-size: 18px;
	float: none;
	width: 980px;
	height: 40px;
	background-image: url(../img/menu_b.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 22px;
	color: #fff;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 17px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	padding: 10px 24px 0 20px;
	background-image: url(../img/menu_div.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover {
	background-image: url(../img/menu_div_hover.png);
}
#container {
	margin-top: 48px;
	margin-bottom: 50px;
}
.box {
	display: block;
	width: 260px;
	min-height: 235px;
	padding: 0 20px 0 20px;
	float: left;	
	font-family: Tahoma, Helvetica, Arial;
	text-align: justify;
	line-height: 20px;
	font-size: 13px;
	color: #5b5b5b;
	background-image: url(../img/box_div.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.home .box {
	width: 183px;
}
.first-box {
	padding: 0 20px 0 40px !important;
	background-image: none !important;
}
.home .first-box {
	width: 220px !important;
	padding: 0 30px 0 40px !important;
}
.box img {
	margin: 16px 0 16px 0;
}
.icon {
	clear: both;
}
.info {
	margin: 14px 0 14px 0;
	position: relative;
	left: -4px;
	border: none;
	visibility: hidden;
	height: 0px;
}
.info:hover {
	opacity:0.8;
	filter:alpha(opacity=40);
}
.info:focus, .info:active {
	top: 1px;
}
#container-foot {
	font-family: Tahoma, Helvetica, Arial;
	text-align: justify;
	line-height: 20px;
	font-size: 13px;
	color: #5b5b5b;
	width: 910px;
	clear: both;
	padding: 30px 30px 0 40px;
}
#footer {
	width: 100%;
	padding-top: 4px;
	height: 28px;
	text-align: center;
	background-image: url(../img/footer_b.png);
	background-repeat: repeat-x;
	color: #90a5b9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.nereal {
	position: relative;
	top: 3px;
	left: 20px;
	border: none;
}
h2 {
	font-family: Gentilis;
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
	color: #15528b;
	margin: 5px 0 5px 0;
}
h3 {
	font-family: Gentilis;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	color: #15528b;
	margin: 5px 0 5px 0;
}
h4 {
	font-family: Gentilis;
	font-weight: normal;
	font-size: 20px;
	color: #15528b;
	margin: 5px 0 5px 0;
}
.nota {
	color: #FF0000;
}
.importante {
	font-weight: bold;
	color: #CC0000
}
.gallery_up {
	width: 960px;
	margin: 0;
}
.gallery_up li{
	width: 68px;
	height: 50px;
	border: 3px solid #ddd;
	margin: 0 2px;
}
.gallery_up li div{
	left: 240px
}
.gallery_up li div .caption{
	font: italic 0.7em/1.4 georgia,serif;
}
#main_image{
	height: 280px;
	width: 960px;
}
#main_image img{
	margin-bottom: 10px;
}
.nav{
	padding-top: 15px;
	clear: both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.info{
	text-align: left;
	width: 700px;
	margin: 30px auto;
	border-top: 1px dotted #221;
	padding-top: 30px;
}
.info p{
	margin-top:1.6em;
}
.caption {
	margin: 0 40px 0 40px;
	font-family: Tahoma, Helvetica, Arial;
	font-size: 13px;
	color: #5b5b5b;
}