body 
{
	margin:0;
}
/*a:visited 
{
	color: #000;
}*/
#nav a:hover 
{
	color: #999999;
	text-decoration: none;
}
/* *-*-*-*- *-*-*-*- *-*-*-*-        end <a> rules             *-*-*-*- *-*-*-*- *-*-*-*- 
 *                                   _____________                                      */

/* *-*-*-*- *-*-*-*- *-*-*         Begin Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 */ 
	 
.button
{
	letter-spacing: .05em;
	color: #000000;
	z-index: 100000;
	cursor: default;
	font-family:  "Arial", "sans-serif";
	font: menu;
	margin-bottom: -3px;
	margin-top: 4px;
	font-size: 12px;
	/*background-color: #66CCCC;*/
}
			
.buttonlabel
{
	font-size: 11px;
	/* ancho de cada celda */
	height: 20px;
	/* may cause windows bug:
	position: relative;
	*/
	font-weight: 500;
	cursor: default;			
	/** padding/margin Causes Freeze in
	*  Windows IE6.
	*  Bug discovered by 
	*  Michael of 13thparallel.org
	*
	* padding: .05em .5em .05em .4em;
	* margin: 1px 1px 0px 1px;
	*/			
	border-width: 1px;
	top: 0;
	left: 0;
	visibility: visible;
}
			
.buttonlabel img
{
	margin: 0 0 -4px 0 !important;
	border: 0 !important;
	padding: 0 !important;
}
			
.level1label 
{
	height: 12px;
	font-size: 11px;
	font-weight: 500;
	padding: 1px 3px;
	cursor: default;
	margin-bottom: 0;
	margin-top:  4px;
	/*
	margin-top:  .05em;
	*/
	border-left: 0px solid #BBBBBB !important;
}
			
/** .menuItem replaces .menuNode 
* to open menus instantly. 
* (see open-instantly.html source)
*/

.menuNode, .menuItem
{
	font-size: 9px;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	height: 12px;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	/*background-color: #8CD9D9;*/
}
			
.menuNode1, .menuItem
{
	font-size: 11px;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	height: 12px;
	margin-top: 4px;
	background-color: #66CCCC;
}

.mmenuNode, .mmenuItem
{
	font-size: 11px;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	height: 12px;
	margin-top: 4px;
	/*background-color: #8CD9D9;*/
}

.mmenuNode a, mmenuItem a
{
	color: #000;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	padding: 0px 3px 1px 8px;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}
					
.menuNode a, menuItem a /* cotrola el menu desplegado */
{
	color: #666666;
	font-size: 9px;
	line-height: 11px;
	font-weight: 400;
	/*padding: 0px 3px 1px 8px;*/
	text-decoration: none;
	width: auto;
	/*white-space: nowrap;*/ /*para que aparezca en dos lineas si se desborda*/
}
			
				
.menuNode a:hover, .menuItem a:hover
{
	text-decoration: underline;
}
 			
.mmenuNode a:hover, .mmenuItem a:hover
{
	text-decoration: underline;
}

.menuNode1 a:hover, .menuItem a:hover
{
	text-decoration: underline;
}
			
.menu 
{
	position: relative;
	padding-left: 6px;
	padding-bottom:  .6em;
	padding-top: 1px;
	font-family: Arial, sans-serif;
	margin-bottom: -3px;
	margin-top: 0px;
	background-color: #A7E2E2;
}

.menu .menu, .menu .menu .menu
{ /* submenus & submenus' submenus  */
	border-left: 1px solid #BBBBBB;
	padding-left: 10px;
	background-color:  #D7F2F2;
}
			 
.menu .menu .menu
{ /* submenus' submenus  */
	height:1%;
	background-color:  #EFFAFA;
}

#nav 
{
	border: 0px solid #ccc;
	color: #000;
	width: 135px;
	margin: 0px;
	/*white-space: nowrap;*/
	height: 200px;
	-moz-user-select: none;
	background-color: #66CCCC;
}
								
/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   ___________________                                */

h1
{
	color: #777;
	font-size: 18px;
	text-indent: 24px;
	padding: 10px;
}

/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 *                                   __________________                                 */

@media print 
{
	title { display: none }
				#nav {
					/*position: absolute;*/
					width: 0;
					height: 0;
					padding: 0px;
					margin: 0;
					display: none;
				}

			}
</A>
