@charset "utf-8";
.contenitore {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-family: "Comic Sans MS";
	text-align: center;
}
.nomepagina {
	font-family: "Trebuchet MS";
	font-size: 5px;
	font-weight: bold;
	color: #3D3BFA;
	height: 10px;
	width: 920px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
.descrizione {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: normal;
	text-transform: ;
	color: #000000;
	width: 920px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.menuprincipale {
	font-family: ;
	font-size: ;
	font-weight: ;
	text-transform: uppercase;
	color: #0604C3;
	width: 920px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.menuprincipale a:link, a:active, a:visited {
	color: #0604C3;
	text-decoration: none;
}
.menuprincipale a:hover {
	color: #6D6D6E;
}
/*====================*/
/*=== Reset        ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 

table {
	border-collapse:separate;
	border-spacing:1;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===============      ====*/
/*=== Stili principali ===*/
/*===============    ====*/



/*============================*/
/*=== Stili per lo slider ===*/
/*============================*/
#slider {
	border: 2px solid #333;
	width:160px;
    height:107px;
    margin:0px auto;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:5px;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
