#Tmain {
	border: 1px solid #CCCCCC;
	background:#F5F5F5;
}

html>body #Tmain{ /*Para otros anvegadores*/
	clear:inherit;
}



#Tcontents {
	padding: 1.5em;
	/*background: #FFFDF3;*/
	min-height: 300px;
	min-width:500px
}

#Theader {
	position: relative;
	/*width: 100%;*/
	height: 2.2em;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#Theader ul#Tprimary {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#Theader ul#Tprimary li  {
	display: inline;
	list-style: none;
}

#Theader ul#Tprimary a,#Theader ul#Tprimary span,#Theader ul#Tprimary a.current {
	width: 96px;
	/*width: 8em;*/
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	/*font-family: tahoma, verdana, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#Theader ul#Tprimary span,#Theader ul#Tprimary a.current,#Theader ul#Tprimary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #FFF3B3;
	padding-bottom: 6px;
	margin-top: 0;
}


#Theader ul#Tprimary a {
	padding-bottom: 5px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(../img/tab.gif);
	background-repeat: no-repeat;
}

#Theader ul#Tprimary a:hover {
	padding-bottom: 5px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(../img/tab-over.gif);
	background-repeat: no-repeat;

}

#Theader ul#Tprimary a#xsl {
	padding-bottom: 5px;
	background:#F5F5F5;
	color: #FFFFFF;
	background-image: url(../img/tab-selected.gif);
	background-repeat: no-repeat;
	cursor:default;
	height: 1.9em;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }
