@charset "UTF-8";
/* CSS Document */

#logo_home a {
	color:#862633;
	font-size: 25px;
	text-align: center;
	font-weight: bolder;
}

#logo_home a strong {
	color:#862633;
	font-size: 30px;
	text-align: center;
	font-weight: bolder;
}

.submenu a {
	font-size:15px;
	font-weight: bold;
}

.main_title p {
	margin:0px;
}

ul.list-dormire  {
	list-style: none;
}


ul.list-dormire li {
	border-left:8px solid #019ee1;
	margin:5px 0px;
	padding-left:10px;
}

ul.list-mangiare  {
	list-style: none;
}


ul.list-mangiare li {
	border-left:8px solid gold;
	margin:5px 0px;
	padding-left:10px;
}

.eventiitem p {
	margin:5px 0px;
} 