html, body {
	margin:0px;
	vertical-align:top;
	text-align:center;
	background-color:#FFF;
	height:100%;
	min-height:100%;
}

#wrap{
	height:100%;
	min-height:100%;
}

.menunorm {
	font-family:'Lucida Console', Monaco, monospace; 
	font-size:16px;
	font-variant:small-caps;
	color:#FFF;
	width:118px;height:43px;
	padding-top:10px;
	background:url(images/btnmnu.png) no-repeat;
	background-position:bottom;
}
.bmenu:hover, .bmenu:active {
	color: #000000;
}
.bmenu:link, .bmenu:visited {
	color: #FFFFFF;
}

.menusel {
	font-family:'Lucida Console', Monaco, monospace; 
	font-size:20px;
	font-variant:small-caps;
	width:118px;height:65px;
	background:url(images/btnmnub.png) right bottom no-repeat;
}
.amenu:link, .amenu:visited {
	color: #000000;
}
.amenu:hover, .amenu:active {
	color: #FFFFFF;
}

.link_home:link, .link_home:visited {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:20px;
	color: #f48914;
    text-decoration: none;
}
.link_home:hover, .link_home:active {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:20px;
	color: #f48914;
    text-decoration: underline;
}

.link_home_piccolo:link, .link_home_piccolo:visited {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:12px;
	color: #f48914;
    text-decoration: none;
}
.link_home_piccolo:hover, .link_home_piccolo:active {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:12px;
	color: #f48914;
    text-decoration: underline;
}

a:link,a:visited
{
    cursor:pointer;
    color: #FFF; 
    text-decoration: none;
}

a:hover,a:active
{
    cursor:pointer;
    color: #ff9933;
    text-decoration: underline;
}

.link_footer:link, .link_footer:visited {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:10px;
	color: #666;
    text-decoration: none;
}
.link_footer:hover, .link_footer:active {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:10px;
	color: #666;
    text-decoration: underline;
}

.sfondopng{
}
