a{
	text-decoration: none;
	color: White;
}

a:visited{
	text-decoration: none;
	color: White;
}
a:hover{
	text-decoration: none;
	color: White;
}

#header{  /*************FIL****************/
position:absolute;
top:0px;
left:5px;
margin-left:0px;
height:10em;
z-index:0;
height: 180px;
}

#tasto {  /*************FIL****************/
	position:absolute;
	top: 198px;
	left: 14px;
	z-index:0;
}

#menusx {  /*************FIL****************/
	position:absolute;
	top: 198px;
	left: 14px;
	width: 63px;
	margin-left:0px;
	background-color:#999999;
	height:362px;
	z-index:1;
}

#barramenu{  /*************FIL****************/
position:absolute;
top:169px;
left:105px;
margin-left:0px;
height:10em;
z-index:0;
height: 180px;
}

#tasto2{
	/*************FIL****************/
	position: absolute;
	
	z-index: 2;
	height: 25px;
	width: 100px;
	left:25px;
	background-color: #339900;
	padding-top: 5px;
	padding-left: 7px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#content2 {
	/*************FIL****************/
	position:absolute;
	
	top:192px;
left:110px;
margin-left:0px;
	overflow: auto;
	height:348px;
	width:630px;
	background-color:#FFFFFF;
	text-align: center;
	padding : 7px 7px;
	z-index:1;
}

#footer2 { /*************FIL****************/
    position: absolute;
	left: 14px;
	top: 560px;
	width: 740px;	
	text-align:center;
	background-color:#999999
}




