@charset "ISO-8859-1";

#menu-ppal table {
    border-collapse: separate;
}
#menu-ppal td, #menu-ppal td img {
	vertical-align: middle;
}

/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
	cursor: default;
}
/*menu text - all levels*/
.defaultMenuText {
    padding: 3px 10px;
}
/* Celda vacía que queda visible en Chrome */
.menuTable .defaultMenuText + td {
    display: none;
}
/*disabled menu text - all levels*/
.buttonTextDisabled {
    padding: 2px 5px 0 5px;
    color: #666;
}

/*menu caption if any*/
.menuName {
	color: #FFF;
	letter-spacing: 0.25em;
    font-size: 0.85em;
	padding-left: 10px;
	padding-right: 0;
    text-align: right;
    vertical-align: middle;
}

/*========= BUTTONS ======================*/

.menuButton, .menuButtondown, .menuButtonover {
    padding: 0 2px 0 0;
    background: transparent url(img/menu-toplvl-sep.png) no-repeat right center;
}

/*plain button state - top level*/
.menuButton .defaultMenuText {
    color: #000;
}
/*down button state - top level*/
.menuButtondown .defaultMenuText {
    background: transparent url(img/menu-toplvl-down.png) repeat-x bottom;
    color: #FFF;
}
/*mouse over button state - top level*/
.menuButtonover .defaultMenuText {
    color: #FFF;
}
.menuButtonSecond {
    background: #9FC5EB;
	color: #000;
}
/*mouse over button and down button states - other levels*/
.menuButtonSecondover, .menuButtonSeconddown {
	background: #7BA0B4;
	color: #FFF;
	cursor: default;
}
.secondMenuTable .defaultMenuText {
    padding: 3px 5px;
}
.secondMenuTable {
    border-bottom: 2px solid #74AAE2;
}

/*============ PANELS and DIVIDERS ===========================================*/

/*manu panel - top level*/
.menuTable {
	margin: 0;
	padding: 0;
}
/*menu panel - other levels*/
.secondMenuTable {
	margin: 0;
	padding: 0;
	background: #9FC5EB;
}

/*divider - horizontal*/
.menuDivider {
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
    margin: 0 10px 0 5px;
	width: 0;
}
/*divider - vertical*/
.menuDividerY {
    border-top: 1px solid #74AAE2;
/* efecto 3D
    border-top: 1px solid #8FB1CD;
	border-bottom: 1px solid #C6DCEA;*/
    margin: 3px 5px;
	height: 0;
	overflow: hidden;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/
.menuHandle {
	background: #D5D9DC;
    border: 1px solid #00458E;
	cursor: move;
	height: 100%;
	overflow: hidden;
	width: 3px;
}
/*drag handler for menu - vertical*/
.vmenuHandle {
	background: #D5D9DC;
    border: 1px solid #00458E;
	cursor: move;
	height: 3px;
}

/*============ ICONS and SCROLLERS ====================*/

/*disabled icon - all levels*/
.iconGray {
/*	filter: BlendTrans(Percent=50) gray();*/
	cursor: default;
}

/*enabled scroller*/
.menuScrollerEnabled {
	background: #D5D9DC;
	 cursor: pointer;
	 text-align: center;
}
/*disabled scroller*/
.menuScrollerDisabled {
	background-color: #D5D9DC;
	cursor: default;
	visibility: hidden;
	text-align: center;
}
