/*a:link, a:visited {
	color: #0C2B86;
	text-decoration: none;
	font-size: 10px;
}
#nav a:hover {
	color:#657FCA;
	text-decoration: none;
}
/* *-*-*-*- *-*-*-*- *-*-*-*-        end <a> rules             *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   _____________                                      */

/* *-*-*-*- *-*-*-*- *-*-*         Begin Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                 _____________________                                */
.button{
	/* may cause windows bug:
	   position: relative;
	*/
	letter-spacing: normal;
	z-index: 100000;
	cursor: default;
	font-family:  "Lucida Grande", "Times New Roman";
	font: menu;
}

.buttonlabel{
	font-size: 10px;
	/* may cause windows bug:
	   position: relative;
	*/
	font-weight: bold;
	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;
	 */
	
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.buttonlabel img {
	margin-bottom: -4px;
	margin-right: -3px;
}


/* label mouseover state  */
.labelHover {
	color: #B7C119;
}

/* depressed label state  */
.labelDown {
	color: #B7C119;
}

/* depressed label mouseover state  */
.labelHover.labelDown {
}


.menuNode {
	font-size: 10px;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	height: 17px;
}

.menuNode a, .menuItem a{
	font-size: 10px;
	line-height: 16px;
	font-weight: 400;
	padding: 0px 3px 1px 8px;
	text-decoration: none;
	width: auto;
}

.menuNode a:hover, .menuItem a:hover{
/*	text-decoration: underline;*/
	text-decoration: none;
}

.menu {
	padding-left: 6px;
	padding-bottom:  0.6em;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -3px;
	font-size: 10px;
 }

 .menu .menu, .menu .menu .menu{ /* submenus & submenus' submenus  */
	border-left: 1px solid #BBBBBB;
	padding-left: 10px;
 }			 
 .menu .menu .menu{ /* submenus' submenus  */
	height:1%;
 }			 
#nav {
	position: relative;
	left: 0;
	top:0;
	background: #ffffff;
	width: 156px;
	height: 275px; /* PARA LA ALTURA DEL MENU */
	overflow: auto;
	margin: 0;
	white-space: nowrap;
}


/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   ___________________                                */
/*h2 { LO QUIO YO
	color: #ffc7a9;
	text-align: center;
	font-family: Trebuchet MS;
}*/

#contents {
	background-color: #999999;
	font-family: "Trebuchet MS", tahoma, sans-serif;
	color: #000;
	margin: 16px 210px;
	height: auto;
	width: 540px;
	padding: 20px;
}
/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   __________________                                 */
@media print {

	title { display: none }
	#nav {
		width: 0;
		height: 0;
		padding: 0px;
		margin: 0;
		display: none;
	}

}

