/* Panel tabulador */

#menuBar {
	font: 11px "arial";	
	width: 460px;
	float: left;
	border-bottom: 1px solid #EA861B;	
	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;*/
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	float: left;
	
}

#menuBar a {
	text-decoration: none;
	/*background: url(../img/tab_left.gif) no-repeat left top;*/
	background-color:#EA861B;
	display: block;
	padding: 5px 15px;
	color: #ffffff;
	float: left;
}
	

#menuBar .current {
	/*background: url(../img/tab_right_current.gif) no-repeat right top;*/
	background-color:#FFFFFF;
	color:#EA861B;
	font-weight:bold;
	/*margin-top: -5px;*/
	top:-3px;
	height:17px;
	min-height:27px;
	position:relative;
	padding-bottom:-5px;
	margin-bottom:-5px;
	border-bottom: 2px none;
}

#menuBar .current a {
	color:#EA861B;
	font-weight:bold;
	text-decoration: none;
	/*background: url(../img/tab_left_current.gif) no-repeat left top;*/	
	background-color:#FFFFFF;
	height:17px;
	width:110px;
	text-align:center;
	border-top: 1px solid #EA861B;
	border-left: 1px solid #EA861B;
	border-right: 1px solid #EA861B;
	
	
}

#menuBar_content {
	float:left; 
	width:439px; 
	clear: left; 
	border-bottom: 1px solid #EA861B; 
	border-right: 1px solid #EA861B; 
	border-left: 1px solid #EA861B;
	padding:10px;

}	

/*IE5-Mac Hac\*/
#menuBar a {
	float: none;
}
	
#cap1, #cap2 {
	display:none;

}
