.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 37px;
	background-color: #E9E6E6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-color: #999999;
	width: 100%;	
}


.mootabs_title li {
	float: left;
	background-color: transparent;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #C5C1C1;
	font-family: Verdana;
	font-size: 12px;
	height: 33px;
	line-height: 24px;
	font-style: normal;
	font-weight: bold;
}


.mootabs_title li.active {
	background-color: #fff;
	
}


.mootabs_title_extension {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 37px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-color: #999999;
	width: 100%;	
}


.mootabs_title_extension li {
	float: left;
	background-color: transparent;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #C5C1C1;
	font-family: Verdana;
	font-size: 12px;
	height: 33px;
	line-height: 24px;
	font-style: normal;
	font-weight: bold;
}

.mootabs_panel {
	float: left;
	display: none;
	/*position: relative;  se quito por que interferia con el maximizar en IE*/
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	color: #000;
	overflow: auto;
	text-align:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	
	/*padding: 3px;*/
	
}

.mootabs_panel.active {
	
	display: block;
	
}


.subtitulo{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	height: 30px;
	width: 250px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	

}



.linea_superior{
	background-color: #E9DFDC;
	height: 1px;
	width: 230px;
	margin-left: 10px;
	border: 0;
	

}

.salto_texto_link{
	margin-top: -17px;
	

}

.margen_subtitulo{
	margin-left:10px;
}

.inferior_cuadro{
	margin-top:-1px;
	height: 47px;
	width: 250px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	float:left;


}