/* ThemePanelMenu Style Sheet */

/*CARACTERÍSTICAS DEL MENU PRINCIPAL - OPCIONES PRINCIPALES*/
.ThemePanelMenu,.ThemePanelSubMenuTable
{
	font-family:		verdana, arial, sans-serif;
	font-size:			11px;
	cursor:				default;
	white-space:		nowrap;
	font-weight: 		bold;
	color: 				#666666;
}
.ThemePanelSubMenuTable
{
	font-family:		verdana, arial, sans-serif;
	font-size:			11px;
	cursor:				default;
	white-space:		nowrap;
	width:				130px;
	font-weight: 		bold;
	color: 				#666666;
}

/*ESTRUCTURA DE LOS SUBNIVELES DEL MENU*/
.ThemePanelSubMenu
{
	position: 		absolute;
	visibility:		hidden;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index: 		100;
	border:			1;
	padding: 		0;
	/* the following property is only useful in IE */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#EDEDED,Direction=135,Strength=4);*/
}

/*BLOQUEADO PUCE-SD
.ThemePanelSubMenuTable
{
	border: 1px solid #9C9A9C;
}*/

/*CURSOR EN LOS SUBMENUS
.ThemePanelMenuItem,.ThemePanelMenuItemHover,.ThemePanelMenuItemActive
{
	cursor: default;
	white-space: nowrap;
}*/

/*COLOR PRIMARIO DEL MENU EN GENERAL*/
.ThemePanelMainItem
{
	width:			130px; /*ancho de las opciones principales cuando no se las selecciona*/
	height:			26px; /*alto de las opciones principales cuando no se las selecciona*/
	text-align:		center;
	/*background:		url(../imagenes/boton.jpg);*/
	letter-spacing:	2px;
}

.ThemePanelMenuItemHover,
.ThemePanelMenuItemActive
{
	width:			130px; /*ancho de las opciones principales cuando no se las selecciona*/
	height:			26px; /*alto de las opciones principales cuando no se las selecciona*/
	text-align:		left;
	letter-spacing:	2px;
	background-color:#CCCCCC;
}

.ThemePanelMenuItem
{
	width:			130px; /*ancho de las opciones principales cuando no se las selecciona*/
	height:			26px; /*alto de las opciones principales cuando no se las selecciona*/
	text-align:		left;
	letter-spacing:	2px;
	background-color: #F2F2F2;
	}

/*COLOR SECUNDARIO DEL MENU EN GENERAL*/
.ThemePanelMainItemHover,
.ThemePanelMainItemActive
{
	width:			125px; /*ancho de las opciones principales cuando se las selecciona*/
	height:			20px; /*alto de las opciones principales cuando se las selecciona*/
	text-align:		center;
	/*background:		url(../imagenes/boton_hover.jpg);*/
	background-color:#FFFFFF;
	letter-spacing:	2px;
	border:solid;
	border-color:#006600;
	border-width:2px;
}

/*
*/

/* horizontal main menu sub components */
/* panel doesn't really support horizontal menus */

/*BLOQUEADO PUCE-SD
.ThemePanelMainFolderLeft,.ThemePanelMainItemLeft,
.ThemePanelMainFolderText,.ThemePanelMainItemText,
.ThemePanelMainFolderRight,.ThemePanelMainItemRight
{
	border:	1;
	background-color: inherit;
	white-space: nowrap;
}*/

/* vertical main menu sub components */
/*BLOQUEADO PUCE-SD
TD.ThemePanelMainFolderLeft,TD.ThemePanelMainItemLeft
{	
	padding-left: 1px;	
	padding-right: 1px;
	border-left: 1px solid #9C9A9C;
	white-space: nowrap;
	background-color: inherit;
}*/

/*BORDES SOLO DEL MENU PRINCIPAL - OPCIONES PRINCIPALES
TD.ThemePanelMainFolderLeft,TD.ThemePanelMainItemLeft,
TD.ThemePanelMainFolderText,TD.ThemePanelMainItemText,
TD.ThemePanelMainFolderRight,TD.ThemePanelMainItemRight
{
	padding-top: 2px;
	padding-bottom: 2px;
	border-top:	1px solid #006840;
	border-bottom: 1px solid #006840;
	background-color: inherit;
}*/

/*BORDE IZQUIERDO DEL MENU PRINCIPAL - OPCIONES PRINCIPALES
TD.ThemePanelMainFolderLeft,TD.ThemePanelMainItemLeft
{	
	padding-right: 3px;
	padding-left: 3px;
	border-left: 1px solid #006840;
	background-color: inherit;
	white-space: nowrap;
}*/

/*SANGRIA DEL MENU PRINCIPAL - OPCIONES PRINCIPALES - CUANDO SE APUNTA CON EL CURSOR
TD.ThemePanelMainFolderText,TD.ThemePanelMainItemText
{
	padding-right: 3px;
	padding-left: 3px;
	background-color: inherit;
	white-space: nowrap;
}*/

/*BORDE DERECHO DEL MENU PRINCIPAL - OPCIONES PRINCIPALES
TD.ThemePanelMainFolderRight,TD.ThemePanelMainItemRight
{	
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px solid #006840;
	background-color: inherit;
	white-space: nowrap;
}*/

/*MARGENES DEL MENU PRINCIPAL - OPCIONES PRINCIPALES
TR.ThemePanelMainItem TD.ThemePanelMainFolderLeft
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;	
	padding-right: 3px;
	border:	1;
	white-space: nowrap;
	background-color: inherit;
}*/

/*MARGENES DEL MENU PRINCIPAL - OPCIONES PRINCIPALES
TR.ThemePanelMainItem TD.ThemePanelMainItemLeft
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;	
	padding-right: 3px;
	border:	1;
	white-space: nowrap;
	background-color: inherit;
}*/

/*MARGENES DEL MENU PRINCIPAL - OPCIONES PRINCIPALES - QUE NO POSEEN SUBMENUS
TR.ThemePanelMainItem TD.ThemePanelMainFolderText
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border:	1;
	white-space: nowrap;
	background-color: inherit;
}*/

/*MARGENES DEL MENU PRINCIPAL - OPCIONES PRINCIPALES - QUE POSEEN SUBMENUS
TR.ThemePanelMainItem TD.ThemePanelMainItemText
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border:	1;
	white-space: nowrap;
	background-color: inherit;
}*/

/*MARGEN DERECHO DEL MENU PRINCIPAL - OPCIONES PRINCIPALES
TR.ThemePanelMainItem TD.ThemePanelMainItemRight
{
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-left: 3px;
	padding-right: 3px;
	border:	10;
	white-space: nowrap;
	background-color: inherit;
}*/

/*ALTO DE LAS OPCIONES DEL MENU PRINCIPAL
TR.ThemePanelMainItem TD.ThemePanelMainFolderRight
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border:	1;
	white-space: nowrap;
	background-color: inherit;
}*/

/* sub menus sub components */


/*NADA
.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
{
	padding-left:	3px;
	padding-right:	3px;
	border-left:	1px solid #006840;
	white-space:	nowrap;
	background-color:	inherit;
}*/

/*BORDES SUPERIOR E INFERIOR DE LOS SUBMENUS*/
.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft,
.ThemePanelMenuFolderText,.ThemePanelMenuItemText,
.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
{
	padding-top: 0px;
	padding-bottom: 0px;
	border-top:	1px solid #999999;
	border-bottom:	1px solid #999999;
	background-color: inherit;
	white-space: nowrap;
}

/*BORDE DERECHO DE LOS SUBMENUS*/
.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
{
	padding-right: 0px;
	padding-left: 12px;
	border-left: 1px solid #999999;
	background-color: inherit;
	white-space: nowrap;
}

/*BORDE IZQUIERDO DE LOS SUBMENUS*/
.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
{
	padding-right: 0px;
	padding-left: 12px;
	border-right: 1px solid #999999;
	background-color: inherit;
	white-space: nowrap;
}

/*NADA
TR.ThemePanelMenuItem TD.ThemePanelMenuItemLeft
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border:	1;
	white-space:	nowrap;
	background-color:	inherit;
}*/

/*MARGENES Y COLOR DE LAS OPCIONES QUE NO TIENEN SUBMENUS
TR.ThemePanelMenuItem TD.ThemePanelMenuItemText
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 1px;
	padding-left: 1px;
	border:	1;
	white-space: nowrap;
	background-color: inherit;
}*/

/*NADA
TR.ThemePanelMenuItem TD.ThemePanelMenuItemRight
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border:	1;
	white-space: nowrap;
	background-color: inherit;
}*/


/*NADA
TR.ThemePanelMenuItem TD.ThemePanelMenuFolderRight
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border:	1;
	white-space: nowrap;
	background-color: inherit;
}*/


/*BLOQUEADO PUCE-SD
.ThemePanelMenuSplit
{
	margin: 2px;
	height:	1px;
	overflow: hidden;
	background-color: inherit;
	border-top:	1px solid #9C9A9C;
}*/

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

/*BLOQUEADO PUCE-SD
.ThemePanelMenuItem img.seq1
{
	display:	inline;
}*/

/*BLOQUEADO PUCE-SD
.ThemePanelMenuItemHover seq2,
.ThemePanelMenuItemActive seq2
{
	display:	inline;
}*/

/*BLOQUEADO PUCE-SD
.ThemePanelMenuItem .seq2,
.ThemePanelMenuItemHover .seq1,
.ThemePanelMenuItemActive .seq1
{
	display:	none;
}*/
