.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 40px;
}

.mootabs_title li {
	float: left;
	padding: 3px 0px 0px 0px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	height: 40px;
}

.mootabs_title li.active {
	background-color: #fff;
}

.mootabs_panel {
	display: none;
	background-image: url('sfondo-panel3.png');	background-repeat: no-repeat;
	width: 100%;
	top: 0px;
	clear: both;
	overflow: hidden;
	position: relative;
}

.mootabs_panel.active {
	display: block;
}