@charset "utf-8";
/* Elimina gli stili di default dei vari browser */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, p { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background-repeat: no-repeat;
}
html {
	border: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	max-height: 100%;
}
body {
	background-color: #829895;
	background-image: url(../immagini/fondi/fondo-400.png);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #1B0D20;
	height: 100%;
	max-height: 100%;
}
a {
	outline : none;
}
p {
	padding-bottom: 10px;
}
.p-centrato {
	color: #829895;
	text-align: center;
	padding-top: 10px;
}
a:link {text-decoration: none; color: #AF463F; font-weight: bold; font-style: italic;}
a:active {text-decoration: none; color: #AF463F; font-weight: bold; font-style: italic;}
a:visited {text-decoration: none; color: #AF463F; font-weight: bold; font-style: italic;}
a:hover {text-decoration: none; color: #829895; font-weight: bold; font-style: italic;}
/* padding e intestazioni */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #AA6E57;
	text-align: left;
	padding-bottom: 20px;
}
.freccia-dx {
	color: #829895;
	padding-left: 4px;
	font-size: 14px;
}
#sound {
}
.bordetto {
	border: 5px solid #F0C295;
}
.freccia-sx {
	color: #829895;
	padding-right: 4px;
	font-size: 14px;
}
/* scroll */
.striscia {
	height: 20px;
	border-bottom: 5px solid #1B0D20;
}
.padimg {
	padding-top: 20px;
	text-align: center;
}
.padtop {
	padding-top: 18px;
	padding-bottom: 20px;
	text-align: justify;
}
.padtop:first-letter {
	color: #A7322D;
	font-weight: bold;
}
p:first-letter {
	color: #A7322D;
	font-weight: bold;
}
.corpopop {
	width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}