/* CSS Document */
/*----------------FOGLIO DI STILE GENERALE----------------*/
body { 
	   background-color:#FFFFFF;
	   background-image: url("../img/sfondo_index.jpg");
	   background-repeat: no-repeat;
     background-position: left;
	   text-align: center;
	  }

	  
#didascalia {
	position:absolute;
	background-color:transparent;
	top:0; right:0;
	width: 230px;
	margin-top: 2px;
	margin-right: 5px;
	text-align:justify;
	font-size: 0.60em;
	color: #003366;
	font-family: Arial;
	word-spacing: 0.05em; 
	letter-spacing: 0.02em;
	line-height: 1.2em;
}


#logo{
	margin: auto;
	margin-top: 80px;
}

#fondo{
	/*position:absolute;*/
	background-color:transparent;
	margin-top:10px;
	font-size: 0.7em;
	color: #000000;
	font-family: Arial;
}

#fondo img{
	margin-right:5px;
	margin-left:5px;
}


#Evento {
  width: 20em;
  border: 1px;
  border-style: solid;
  border-color: #FF0066; 
  margin:auto;
  margin-top: 10px;
  padding:5px;
}

#Evento a:link, #Evento a:active, #Evento a:visited{
	font-size: 1.0em;
	color: #9900FF;
	font-family: Arial;
	text-decoration:none;
}

#Evento a:hover {
	text-decoration:underline;
}
