html {
	overflow:auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 100;
	margin:0;
	overflow: hidden;
}
.fondo_menu {
	height:380px;
	width:225px;
	padding-top:20px;
}
.div_scroll {
	height:350px;
	overflow:auto;
	margin-left:-35px;
	scrollbar-face-color: #eff3fa;
	scrollbar-shadow-color: #e6effa;
	scrollbar-highlight-color: #e6effa;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #3399ff;
}
#treemenu2 {
	margin-top:10px;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url(list.gif) no-repeat left top;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 5px;
	color:#333;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background:  url(closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
}
.menuDest {
	color: #333;
	margin-left:40px;
	padding-left:20px;
	background-image:url(../img/caja_menu.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:185px;
	height:25px;
	font-weight:bold;
	padding-top:9px;
	margin-top:-7px;
}
.menuDest2 {
	color: #333;
	margin-left:40px;
	padding-left:20px;
	background-image:url(../img/caja_menu2.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:185px;
	height:30px;
	font-weight:bold;
	padding-top:4px;
	margin-top:-1px;
}


