/* CSS Document */
div#MenuPrincipal {
	background-color:#FFFFFF;
	height:22px;
}

div#MenuPrincipal a {
	width:115px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	background-image:url(../images/UI/flechita_bt_ppal.gif);
	background-repeat:no-repeat;
	background-position:right center;
	cursor:default;
}
div#MenuPrincipal a.IsLink {
	cursor:pointer;
	background-image:none;
}
div.BtMenuPpalOff {
	width:120px;
	float:left;
	background-color:#003366;
	margin-right:1px;
	height:17px;
	padding-top:3px;
	padding-left:8px;
	background-image: url(../images/UI/fnd_bt_ppal_off.gif);
	background-repeat: no-repeat;
	background-position:top;
}
div.BtMenuPpalOn {
	width:120px;
	float:left;
	background-color:#6D6D6D;
	margin-right:1px;
	height:19px;
	padding-top:3px;
	padding-left:8px;
	background-image: url(../images/UI/fnd_bt_ppal_on.gif);
	background-repeat: no-repeat;
	background-position: top;	
}
div#UltimoBt {
	margin-right:0px;
}

div#PieMenuPpal {
	padding:4px;
	padding-left:8px;
	background-color:#6D6D6D;
	color:#FFFFFF;
}

