@charset "utf-8";
/* CSS Document */


html, body{
/*background: transparent url('/images/gradiente.gif') repeat-x bottom;
*/
background-color: transparent;
background-image: url('/images/gradiente.gif');
background-position: bottom;
background-attachment:fixed;
background-repeat: repeat-x;
min-height: 100%;
/**/
height: 100%;
font-size: 16px;
}

.menu {
	color: #FF0000;
	font-size: 16px;
}
.menu a:link {
	color: #0000FF;
}
.menu a:visited {
	color: #0000FF;
}

.menu a:hover {
	color: #00FF00;
}

.menu a:active {
	color: #FF00FF;
}

.BottoneBlu {
display: block;
background-color: transparent;
background-image: url(images/BottoneBlu.gif);
background-repeat: no-repeat;
text-align: center;
text-decoration: none;
color: red;
font-size: 16px !important;
font-size: 16px;

width: 100px;
height: 30px;
}

a.BottoneBlu:link, a.BottoneBlu:visited {
color: red;
}

a.BottoneBlu:hover, a.BottoneBlu:active {
/*background-position: 0px -30px;*/
color: #00FFFF;
}

.BottoneBluSel {
display: block;
background-color: transparent;
background-image: url(/images/BottoneBlu.gif);
background-repeat: no-repeat;
text-align:center;
text-decoration: none;
color: #000000;
font-size: 16px !important;
font-size: 16px;

width: 100px;
height: 30px;
}

a.BottoneBluSel:link, a.BottoneBluSel:visited {
color: #000000;
}

a.BottoneBluSel:hover, a.BottoneBluSel:active {
/*background-position: 0px -30px;*/
color: #000000;
}


.Bottone {
display: block;
background-color: transparent;
background-image: url(/images/RoMButt.gif);
background-repeat: no-repeat;
/*filter: alpha(opacity=0.5);*/
opacity: 0.5;

width: 100px;
height: 30px;
}

.Bottone:link, .Bottone:visited {
color: #0000FF;
}

.Bottone:hover, .Bottone:active {
background-position: 0px -30px;
color: #00FFFF;
}

.menuAct {
	color: #FF0000;
	background-color: transparent;
}
.menuAct a:link {
	color: #FF00FF;
}
.menuAct a:visited {
	color: #FF00FF;
}

.menuAct a:hover {
	color: #FF00FF;
}

.menuAct a:active {
	color: #FF00FF;
}

.menuNoAct {
	color: #FF0000;
	background-color: transparent;
}
.menuNoAct a:link {
	color: #0000FF;
}
.menuNoAct a:visited {
	color: #0000FF;
}

.menuNoAct a:hover {
	color: #00FF00;
}

.menuNoAct a:active {
	color: #0000FF;
}

.ti92projects {
	text-align: justify;
	font-style: normal;
/*	clip:      rect();*/
	clip:      auto;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
	float: none;
/*	vertical-align: bottom;*/
	border-style: none;
}

.Goccia {
/*filter: alpha(opacity=0.5);*/
opacity: 0.5;
position: absolute;
display: block;
background-color: transparent;
background-image: url(/images/goccia2.gif);
background-repeat: no-repeat;
background-position: right;
text-align: center;
text-decoration: none;
color: red;
top: 0px;
left: 300px;
z-index: 2;

width: 150px;
height: 100px;


}

#slide {
	position:absolute; 
	/*filter: alpha(opacity=0.6);*/
	opacity: 0.6; 
	bottom:0;
	height:4px;
	background:#AA95FF;
	z-index:-1
}