@charset "utf-8";
/* CSS Document */
html, body {
	background-color:#2251AB;
	text-align:center;
	padding:0px;
	margin:0px;
	height:100%;
}
body{
	background-image: url(../img/sf.jpg);
	font-family:Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:600;
	background-attachment: fixed;
	background-color: #003399;
	background-repeat: repeat-x;
}
#wp {
	margin:0 auto;
	width:100%;
	height:100%;
	text-align:center;
	background-image:url(../img/fondo.png);
	background-repeat:no-repeat;
}
.contenuti{
	background-image:url(../img/sf_page.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#CEC4B8;
}
#menu a {
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#FFFF00;
	text-decoration:none;
}
.laplaya {
	color: #006600;
	font-weight: bold;
}
.listino {
	font-size:10px;
}
.nota_listino{
	font-size: 12px;
}
#piede{
	width:99%;
	height:60px;
	font-size: 10px;
	text-align:right;
	padding: 2px;
}
#piede a{
	color:#000000;
	text-decoration:underline;
}
#piede a:hover{
	color:#FFFF00;
	text-decoration:none;
}
.testi {
	font-size: 11px;
}


#gallery{
  margin:0;
  font-weight:bold;
}

#gallery ul{
  margin:5px 0px 0px 0px;
  padding:0;
  list-style-type:none;
}

#gallery li{
  margin:0px;
  padding:0px;
  display:inline;
}

#gallery img, #gallery a{
  margin:0;
  padding:0;
  border:0px solid #DDD;
}

#gallery a{
  margin:0;
  text-decoration:none;
  color:#000;
  background:#F1F1F1;
}

#gallery a:hover, #gallery .selected{
  color:#000;
  background:#E1E1E1;
}