/* CSS Document */
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*------------------------------------------------------------------------------*/
html, body {
	height: 94%;
}
body {
	background: url(../images/graphics/bg.jpg) #fff repeat 0 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	font-size:1.2em;
	color:#177ab8;
}
a img {
	border:1px solid #177ab8;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	margin:auto;
	text-align:center;
	background: url(../images/graphics/fundo_ag1.jpg) #fff repeat-y 50% 50%;
}
#wrap h1 {
	position:relative;
	font-weight:bold;
	font-size:2em;
	color:#5e7dfe;
	padding:20px 0;
	text-align:center;
}
#wrap h2 {
	font-weight:bold;
	font-size:1.2em;
	color:#5e7dfe;
	margin-bottom:20px;
	text-align:center;
}
#content {
	width:100%;
	margin:auto;
	text-align:left;
}
#section {
	width:80%;
	margin:auto;
	text-align:left;
}
#section p {
	margin:14px 0;
	font-size:1.3em;
	color:#333;
	line-height:20px;
}
#index {
	width:600px;
	color:#194873;
	margin-left:460px;
	font-size:1.2em;
	text-align:center;
}
#index p {
	color:#194873;
}
#slideshow {
	width:450px;
	height:640px;
	overflow:hidden;
	margin:0 3%;
	float:left;
	border:2px solid #b4d6da;
}
#content ul.menu {
	width:400px;
	float:left;
	margin:0 3%;
}
#content ul.menu li {
	color:#177ab8;
	padding:1px 0;
	margin:3px 0;
	font-weight:bold;
}
#content ul.menu li span {
	color:#177ab8;
	font-size:1.2em;
}
#content ul.menu li a {
	font-size:1.2em;
	color:#177ab8;
}
#content ul.menu li ul {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:10px;
}
#content ul.menu li ul li {
	font-weight:normal;
}
#content table {
	margin:auto;
	width:80%;
}
#content table th {
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	height:20px;
	padding:2px;
	background-color:#99CCFF;
}
#content table td {
	padding:5px 0;
	border-bottom:1px solid #ddd;
}
#header {
	height:40px;
	background: url(../images/graphics/header.gif) #66ccff no-repeat 99% 50%;
}
#header ul {
	width:700px;
	margin:auto;
	position:relative;
	top:7px;
}
#header ul li {
	float:left;
	margin-left:2px;
	height:33px;
	padding-right:5px;
	background: url(../images/graphics/button.png) transparent no-repeat right -33px;
}
#header ul li a {
	font-size:1.3em;
	display:block;
	height:33px;
	padding:8px;
	padding-left:11px;
	text-decoration:none;
	color:#4e769e;
	background: url(../images/graphics/button.png) transparent no-repeat 0 0;
}
#header ul li a:hover{
	color:#1f3d5b;
}
#footer {
	bottom:0;
	clear:both;
	height:71px;
	background-color:#66ccff;
}
#dummy {
	clear:both;
	height:10px;
}

a.pt {
	padding-left:15px;
	background: url(../images/graphics/pt.gif) transparent no-repeat 0 50%;
}
a.fr {
	padding-left:15px;
	background: url(../images/graphics/fr.gif) transparent no-repeat 0 50%;
}
a.it {
	padding-left:15px;
	background: url(../images/graphics/italian-flag.gif) transparent no-repeat 0 50%;
}
a.en {
	padding-left:15px;
	background: url(../images/graphics/gb.jpg) transparent no-repeat 0 50%;
}