
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	margin-right: 2px;
	margin-left:-1px;
	cursor: pointer;
	height: 17px;
	font-weight:bold;	
	width: 75px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom:-3px;
		background-image: url(../css/img/pestana_out.png);
	background-repeat: no-repeat;
}

.mootabs_title li.active {

	background-image: url(../css/img/pestana.png);
	background-repeat: no-repeat;
	
}

.mootabs_panel {
	display: none;
	background-image: url(../css/img/pestana.png);
	background-repeat:repeat;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	height:100%:
	overflow: visible;
	padding: 10px;
	margin-top:-1px;
}

.mootabs_panel.active {
	background-image: url(../css/img/blancotransparente.png);
	background-repeat:repeat;
	display: block;
	margin-top:-1px;
}