body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;
background-color: #E0E3F3; /*color de fondo del menu-ICG*/
scrollbar-face-color: #A32F2F; 
scrollbar-shadow-color: #A32F2F; 
scrollbar-highlight-color: #990000; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-track-color: #FFECEC; 
scrollbar-arrow-color: #ffffff;
}

.navOpened,
.navClosed {background-color:#E0E3F3;} /*color de las lineas de los costados, cambiar junto con el fondo*/

.navOpened .navTitle .titleText {color: #215dc6;}

.navOpened .navTitleOver .titleText {color: #428eff;}

.navClosed .navTitle .titleText {color: #215dc6;}

.navClosed .navTitleOver .titleText {color: #428eff;}

div.tree {background-color:#E0E3F3; font-size:11px;} /*color tabla, cambiar junto con el fondo*/

.nodeActive .name {background-color: #35498B; font-size:11px;} /* ----- sombreado ------ */



#navLayout .nodeActive .name a,
#navLayout .nodeActive .name a:hover,
#navLayout .nodeActive .name a:visited,
#navLayout .nodeActive .name a:active {color: white;} /*color del texto cuando esta sombreado*/
#navLayout .name a,
#navLayout .name a:visited,

/*#navLayout .name a:visited {text-decoration:none;}
/*#navLayout .name a:link {text-decoration:none;}*/

#navLayout .name a:active {color: #A32F2F;} /* color del texto*/

#navLayout .name a:hover {color: #0066FF;} /* mouse sobre el texto*/

#contexthelp {
  font-size: 11px;
  color: #555555;
  text-align: left;
  padding-top: 5px;
  min-height: 100px;
  margin: 0;
  height:100px;
  border-top: 1px solid #A7B8EB;
}

html>body #contexthelp {
  height: auto;
}

#contexthelp {
  padding: 5px 10px 0 11px;
  background-color: #d6dff7; 
}

#userInfo {
  text-align: left;
  padding-top: 2px;
  margin: 0 15px 0 10px;
  color: #555555;
}

#userInfo .name {
  padding: 0;
  margin: 0;
}

/* ----- powered by SWsoft ------ */

#poweredBy a:link,
#poweredBy a:visited,
#copyright a:link,
#copyright a:visited {
  text-decoration: none;
  font-size: 11px;
color: #BCC9F0;
  white-space: nowrap;
}

#poweredBy > a:link,
#poweredBy > a:visited,
#copyright > a:link,
#copyright > a:visited {
  white-space: normal;
}

#poweredBy {
   padding-bottom: 5px;
	border-bottom: 1px solid #9EB1E9;
	vertical-align: middle;
	
}

#copyright {
  margin: 5px 0;
}
