body
{	
	font-family: "trebuchet MS", Helvetica, Verdana, Arial, sans-serif;	
	font-size: 75%;	
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #000048;   	
	color: #134B8A;	
	text-decoration: none;
	overflow: auto;
	width: 100%;	
	max-height: 100%; 
}

table
{	
	font-family: "trebuchet MS", Helvetica, Verdana, Arial, sans-serif;	
	font-size: 1em;	
}
h1
{	
	font-family: Helvetica, Arial, Verdana;
	font-size: 30px;	
	color: #330099;	
	text-decoration: none;
}
h2
{	
	font-family: Helvetica, Arial, Verdana;
	font-size: 20px;	
	color: #330099;	
	text-decoration: none;
}

a:link
{	color: olive; 	
	text-decoration: none;

}a:visited{	
	color: olive; 	
	text-decoration: none;
} 
a:active {	
	color: olive;	
	text-decoration: none;
}
a:hover
{   
	color: #EB714D;   	
	text-decoration: none;
}

b
{
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana;

}
em{color: red;}

#maincontainer{
width: 880px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #FFFFFF;



}


#topsection{
background: #a6bef5;
height: 175px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}


#contentwrapper{
float: left;
width: 100%;
background: url(fondo_ombra.gif);


}



#footer{
clear: left;
width: 100%;
background: #134B8A;
color: #FFF;
text-align: center;
padding: 4px 0;
height:70;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 30px;

}


* html #maincontainer{ /*IE6 hack*/
height: 100%; 
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}



