/* CSS A.I.S.I. */

p {
	font-size: 11px;
	padding: 0;
	line-height: 1.5em;
	margn: 0;
}

/* ---------- main elements ---------- */

body {
	background: #fff;
	margin: 0; 
	padding: 0;
	font: 70% arial,helvetica,sans-serif;
	color: #666;
}

img {
	border: 0;
}
		

/* ---------- structure id ---------- */

/* printheader */		

#printheader {
	display:none;
	}

/* servicemenu */

#servicemenu {
	text-align: left;
	padding: 20px 0 0 600px;
	margin: 0;
}


/* testa */

#testa {
	height: 57px;
	padding: 0;
	margin: 0;
	background-color: #001A55;
	width:100%;
}

#testa2 {
	background: #87C522;
	height: 57px;
	padding: 0;
	margin: 0;	
}

#testa3 {
	background: #BA373F;
	height: 57px;
	padding: 0;
	margin: 0;	
}

#testa4 {
	height: 57px;
	padding: 0;
	margin: 0;
	background-color: #C28F5B;
}

#testa5 {
	background: #5ACECE;
	height: 57px;
	padding: 0;
	margin: 0;	
}

#testa6 {
	background: #31C292;
	height: 57px;
	padding: 0;
	margin: 0;	
}

#testa7 {
	background: #4B98BE;
	height: 57px;
	padding: 0;
	margin: 0;	
}

#testa8 {
	background: #FFC368;
	height: 57px;
	padding: 0;
	margin: 0;	
}
#testa9 {
	height: 57px;
	padding: 0;
	margin: 0;
	background-color: #005E9E;
}

#right {
	padding-left: 640px;
	padding-top: 20px;
	padding-bottom: 20px;
}


	
/* corpo */

#corpo {
	position: relative;
	width: 1200px;
	padding: 0;
	margin: 0;
}

	#left {
		position: absolute; 
		top: 0;
		left: 0; 
		width: 230px; 
		text-align: right;
	}
	
	#main {
	border-left: 1px solid #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
	padding: 5px;
	width: 600px;
	}
	
	
	#gallery {
	border-left: 1px solid #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
	padding: 5px;
	}
	
		#footer {
			padding: 0 10px 0 0;
			text-align: right;
		}

	
/* piedipagina */

	#printfooter {
		display:none;
		}

/* ---------- classes ---------- */

.clear {
	clear: both; 
}

.right {
	float: right;
}

.left {
	float: left;
}

#biblio {
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
	border-left: 4px double #700002;
	border-top: 4px double #700002;
	padding: 4px;
	font-weight:bold;
}
/* ---------- texts ---------- */

h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #001554;
	padding: 10px 0;
	margin: 0;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #309C2F;
	padding: 10px 0;
	margin: 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #86255A;
	padding: 10px 0;
	margin: 0;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #996633;
	padding: 10px 0;
	margin: 0;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #009999;
	padding: 10px 0;
	margin: 0;
}

h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: #009966;
	padding: 10px 0;
	margin: 0;
}

.least {
	font-size: 1.1em;
	font-weight: bold;
	color: #006699;
	padding: 10px 0;
	margin: 0;
}

.last {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF9900;
	padding: 10px 0;
	margin: 0;
}

/* ---------- link ---------- */

a {
	color: #700002;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.external {
	font-weight: bold;
	margin: 0 30px 0 0;
	background: url(../img/fixed/external_off.gif) no-repeat 100% 50%;
	padding-right: 16px;
}

/* ---------- menu ---------- */

ul {
	margin: 10px 30px 0px 0px;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: -8px;
	display: none;
	border: 1px solid #ccc;
	background: #fff;
	text-align: left;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #001554;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border-bottom: 0;
	}

ul li a:hover {
	text-decoration: underline;
	background: url(../img/fixed/arrow.gif) no-repeat center left;
}

li ul li a {
	padding-left: 15px;
}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block;  } /* The magic */

#servicemenu a {
	color: #001554;
	padding-top: 200px;
}

#piedipagina a {
	color: #fff;
	font-weight: bold;
}

<style type="text/css">
body {
background: #222;
margin-top: 20px;
}
 
h3 {
color: #eee;
font-family: Verdana;
}
 
.thumbnails img {
height: 80px;
border: 4px solid #555;
padding: 1px;
margin: 0 10px 10px 0;
}
 
.thumbnails img:hover {
border: 4px solid #00ccff;
cursor:pointer;
}
 
.preview img {
border: 4px solid #444;
padding: 1px;
height: 500px;
}
</style>
/* ---------- images ---------- */

