/**/
.tab-pane {
	position: relative;
	width: 100%;
	margin-top:-26px;
	margin-left:260px;
	margin-bottom:-2px;
}
.tab-row h2.tab {
	font-weight: normal;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: Default;
	display: inline;
	/*margin: 1px 10px;*/
	float: left;
	padding: 4px 16px 5px 16px;
	border-bottom: 0;
	z-index: 1;
	position: relative;
	top: 0;
	outline: none;
}
div.Contente_tab_pane{min-height:350px;}
.tab-row h2.tab a {
	font-weight: normal;
	font-size:13px;
	color: #fff;
	text-decoration: none;
}
.tab-row h2.tab a:hover {
	text-decoration: none;
	color:#93ccec;
}
.tab-row h2.tab.selected {
	background-color: #ededed;
	border-color: #ffffff #ffffff #ededed #ffffff;
	z-index: 3;
	padding: 4px 16px 5px 16px;
	/*margin: 1px 10px;*/
	top: 0;
}
.tab-row h2.tab.selected a{
	color:#232425;
}
.tab-row .tab a {
	color: #fff;
	text-decoration: none;
	cursor: default;
	text-decoration: none;
	outline: none;
}
.tab-row .hover a {
	color:	#fff;
	text-decoration: none;
}
.tab-page {
	margin-left:-260px;
	clear: both;
	width: 752px;
	background-color: #ededed;
	z-index: 2;
	position: relative;
	top: -2px;
	padding: 9px;
}
.tab-row {
	z-index: 1;
	white-space: nowrap;
	margin-left:100px;
}
/**/
