.parentTreeNode { /*fuente texto principal*/
    text-decoration: none;
	padding: 0px;
	vertical-align:middle;
	font-family: "Trebuchet MS", "MS Serif", "New York", serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	float:left;
}
.parentTreeNode:hover { /*texto principal sobre */
	color: #FF0000;
}
.normalTreeNode, .normalTreeNode a:link, .normalTreeNode a:active, .normalTreeNode a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	/*border: 1px solid transparent;*/
	display: block;
	padding: 0px 3px 0px 3px;
	font-family: "Trebuchet MS", "MS Serif", "New York", serif;
}
.normalTreeNode:hover {
	color: #FF0000;
	/*border: 1px solid #000000;*/
	/*background-color: #EEEEEE;*/
}
.normalTreeNodeContent, .normalTreeNodeContent a:link, .normalTreeNodeContent a:active, .normalTreeNodeContent a:visited {
	/*color: #660000;*/
	font-size: 11px;
	text-decoration: none;
	text-align:left;
	/*border: 1px solid transparent;*/
	padding: 0px 3px 3px 1px;
	font-family: "Trebuchet MS", "MS Serif", "New York", serif;
}
.normalTreeNodeContent:hover {
	color: #FF0000;
	border-left: 2px solid #660000;
}
.expandCollapse {
	color: #000000;
	font-size:xx-small;
	/*border: 1px solid transparent;*/
	padding: 0px 3px 0px 3px;
	font-family: "Trebuchet MS", "MS Serif", "New York", serif;
}
.expandCollapse:hover {
	color: #666666;
	background-color: #EEEEEE;
	border: 1px solid #000000;
}

#nodoPadre0, #nodoPadre1, #nodoPadre2, #nodoPadre11, #nodoPadre12, #nodoPadre13, #nodoPadre14, #nodoPadre15, #nodoPadre16, #nodoPadre17, #nodoPadre18, #nodoPadre19{
    height:25px;
	/*background-image:url(../img/bkgndmenu.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
	width:38px;
}
#nodoPadre3, #nodoPadre4, #nodoPadre9, #nodoPadre10{
	height:25px;
	/*background-image: url(../img/bkgndmenu.gif);
	background-repeat:no-repeat;*/
	width:5px;
}
#nodoPadre5, #nodoPadre6, #nodoPadre7, #nodoPadre8{
	height:20px;
	/*background-image: url(../img/bkgndmenu.gif);
	background-repeat:no-repeat;*/
	width:5px;
}
#nodoPadreContent0, #nodoPadreContent1, #nodoPadreContent2, #nodoPadreContent11, #nodoPadreContent12, #nodoPadreContent13, #nodoPadreContent14, #nodoPadreContent15, #nodoPadreContent16, #nodoPadreContent17, #nodoPadreContent18, #nodoPadreContent19{
	height:20px;
/*	background-image:url(../img/bkgndmenu.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
	width:100%;
}
#nodoPadreContent3, #nodoPadreContent4, #nodoPadreContent9, #nodoPadreContent10{
	height:25px;
	/*background-image: url(../img/bkgndmenu.gif);
	background-repeat:no-repeat;*/
	width:100%;
}
#nodoPadreContent5, #nodoPadreContent6, #nodoPadreContent7, #nodoPadreContent8{
	height:20px;
	/*background-image: url(../img/bkgndmenu.gif);
	background-repeat:no-repeat;*/
	width:100%;
}
.nodoPadreContent{
	height:30px;
	background-image:url(../img/bkgndmenu.gif);
	background-position:top left;
	background-repeat: repeat-x;
	width:100%;
}
.botonbusquedas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #B30A21;
	height: auto;
	width: 150px;
	/*border: 1px solid #EAB45A;*/
	font-style: normal;
	font-weight: normal;
	margin: 1px;
}
