/* Panel tabulador */

#menuBar {
	font: 11px "arial";	
	width: 460px;
	float: left;
	border-bottom: 1px solid #6F7674;
	position:relative;
	top:0px;
}

#menuBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuBar li {
	background: url(../img/tab_right.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	float: left;
}

#menuBar a {
	text-decoration: none;
	background: url(../img/tab_left.gif) no-repeat left top;
	display: block;
	padding: 5px 15px;
	color: #2d2f3a;
	float: left;
}
	

#menuBar .current {
	background: url(../img/tab_right_current.gif) no-repeat right top;
	/*margin-top: -5px;*/
	top:-2px;
	height:17px;
	min-height:27px;
	position:relative;
	padding-bottom:-5px;
	margin-bottom:-5px;
	border-bottom: 2px none;
}

#menuBar .current a {
	color: #00326B;
	text-decoration: none;
	background: url(../img/tab_left_current.gif) no-repeat left top;	
	height:17px;
	width:100px;
	text-align:center;
	
}

#menuBar_content {
	float:left; 
	width:439px; 
	clear: left; 
	border-bottom: 1px solid #6F7674; 
	border-right: 1px solid #6F7674; 
	border-left: 1px solid #DEE2E1;
	padding:10px;

}	

/*IE5-Mac Hac\*/
#menuBar a {
	float: none;
}
	
#cap1, #cap2 {
	display:none;

}

