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

/*
FONT-SIZE: 93%; BACKGROUND: url(/erasdelcan/templates/erasdelcan/images/pestanas/1bg.gif) #dae0d2 repeat-x 50% bottom; FLOAT: left; WIDTH: 100%; LINE-HEIGHT: normal
*/

}

.mootabs_title li {

	PADDING-RIGHT: 0px;
	PADDING-LEFT: 9px;
	BACKGROUND: url(/erasdelcan/templates/erasdelcan/images/pestanas/1left.gif) no-repeat left top;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	cursor: pointer;
}

.mootabs_title p {

	PADDING-RIGHT: 70px;
	DISPLAY: block;
	PADDING-LEFT: 6px;
	FONT-WEIGHT: bold;
	BACKGROUND: url(/erasdelcan/templates/erasdelcan/images/pestanas/1right.gif) no-repeat right top;
	FLOAT: left; 
	PADDING-BOTTOM: 9px; 
	padding-top: 9px;
	COLOR: #fff;
	TEXT-DECORATION: none;
	margin-bottom: 0px;
	margin-top:0px;
}
.mootabs_title p:hover {
	COLOR: #3e4c6e;
}


li.active p {
	BACKGROUND: url(/erasdelcan/templates/erasdelcan/images/pestanas/1right_on.gif) no-repeat right top;
	FLOAT: left; 
	color:#3e4c6e;
}

.mootabs_title li.active {
	BACKGROUND-IMAGE: url(/erasdelcan/templates/erasdelcan/images/pestanas/1left_on.gif);
}



.mootabs_panel {
	background-color:#FFFFFF;
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "verdana";
	font-size:10px;
	clear: both;
	color: #000;
	overflow: auto;
}
.mootabs_panel_pedigree {
	background-color: #FF0000;
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "verdana";
	font-size:10px;
	clear: both;
	color: #000;
	overflow: auto;
}
.mootabs_panel2 {
	background-color:red;
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "verdana";
	font-size:10px;
	clear: both;
	color: #000;
	overflow: auto;
}

.mootabs_panel.active {
	display: block;
	
}

.mootabs_title li.over {
	font-weight: bold;
		COLOR: #fff;
}
