
.panel {
	clear: both;
	display: none;
	border: 1px solid #3587C2;
	border-top: 4px solid #3587C2;
	padding: 1em;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.panel.active-tab-body {
	display: block;
}

#tabs {
	list-style: none;
	margin-left: 0px;
	*margin-left: 12px;
}

#tabs li {
	float: left;
	margin-left: -28px;
	margin-right: 28px;
	*margin-left: 0;
	*margin-bottom: -6px;
	*margin-right: 0px;
}

#tabs a {
	float: left;
	padding: 6px 8px;
	margin-right: 2px;
	background:url(img/tab_titulo_noselect_gris.gif);
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	/*  border-left: 1px solid #d1e0f1; 
	border-right: 1px solid #d1e0f1; */
	text-decoration: none;
	font-weight: bold;
    font-size: 11px;
	color: #999999;
}

#tabs a.active-tab {
	background:url(img/tab_titulo_select_azul.gif);
	color: #fff;
	border-left: 1px solid #3587C2;
	border-right: 1px solid #3587C2;
}
