@charset "utf-8";
/* CSS Document */

.thumbfoto {
	width: 180px;
	_width: 178px;
	float: right;	
	height: 424px;
	overflow: auto;
	border: 1px solid #FFFF77;
	margin-top: 0em;
	background: #FFFF77;
	border-top: 3px solid #FFFF77;
	border-left-width: 8px;
	border-bottom-color: #dd6;
	border-right-color: #FFFF77;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.thumbfoto ul, .thumbfoto li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.thumbfoto li {
	margin: 2px;
	_margin: 2px;
	border: 1px solid #def;
	float: left;
}

.thumbfoto a.sel img {
	border: 1px solid #f40;
	background: #ff4;

}

/*=========================*/

.menuFeste {
	float: right;
	width: 15em;
	border: 1px solid #ff0;
	background: #ffa;
	font-size: 0.8em;
	padding: 0.4em;
}

.menuFeste ul, .menuFeste ul li {
	display: block;
	list-style: decimal;
	margin: 0px;
	padding: 0px;
	margin-left: 0em;
	padding-left: 0em;
}

.menuFeste ul li {
	height: 1.7em;
	line-height: 1.7em;
	
	border-bottom: 1px solid #ff8;
}
.menuFeste ul li span {
	text-align: center;
	display: block;
	font-weight: bold;
}
.menuFeste ul .f {
	padding-top: 0.6em;
}
.menuFeste ul li em {
	color: #a51;
}
.menuFeste ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 0px;
	text-align: center;
}

.testoFesta {
	width: 80%;
}

.testoFesta h3 {
	padding-left: 0px !important;
	margin-left: 0px !important;
	border-bottom: 1px solid #838383;
	width: 95%;
	padding-top: 0.6em;
}
.testoFesta p {
	margin-bottom: 1em;
}
