
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.mootabs_title li {
	float: left;
	background:url(../../imagenes/tabs/tab3.jpg) no-repeat top;
	color:#333;	
	margin-right: 3px;
	cursor: pointer;
	height: 33px;
	width:121px;
	font-size:12px;
	
}
.mootabs_title li div{
	padding: 8px 6px 5px 8px;
}
.mootabs_title li.active {
	background:url(../../imagenes/tabs/tab2.jpg) no-repeat bottom;
	width:121px;
	height:33px;
	color:#FFF;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	padding:0px;
	font-size:12px;
}

.mootabs_panel.active {
	display: block;
}

.tabContenido{
	background:url(../../imagenes/tabs/tab5.jpg) repeat-y top left;
}
.tabFooter{
	background:url(../../imagenes/tabs/tab6.jpg) no-repeat bottom left;
	height:40px;
}