
 #infomessage {
	/*display:none;*/
	clear:both;	
	padding:1em 2em;	     
	margin:5px;
	background:#b8dbff url(../icons/admin/information.png) left center no-repeat;
	font-weight:bold;
		
	}


/* nav */
#header img{

}
/*  menu horizontal con submenu desplegable*/
#header .divnav {
	/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	margin:10px 20px 10px 0;
	padding:8px 16px 6px 0;
	/*
	background-image: url(../icons/rule_dashed.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
		*/
}
	ul#nav{
		padding: 0;
		margin: 0;
		list-style: none;

	} 
	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		

		
	}

	#nav li a:link, #nav li a:visited {
		/*display: block;*/
		margin:0;
		text-decoration:none;
		font-size:16px;
		padding:6px 10px 6px 10px;
		
		/*color:#fff;
		width: 10em;*/
	}
	#nav li a:hover{

		color:#000;
	}
	/*
	 * elemento activo
	 */
	#nav li a.selected {

		
		color:#0000ff;/*#9f9b78;*/
			
	}
	
	#nav li { /* all list items */
		/*float: left;*/
		display:inline; /* para centrar padding:6px;*/
		padding:6px 0 6px 0;
		/*width: 10em;  width needed or else Opera goes nuts padding:2px;margin-right:1px;*/
		/*background:#9f9b78;*/
		margin:0;
	}
	
	#nav li ul { /* second-level lists */
		position: absolute;
		background: white;
		width: 10em;
		left: -999em; /* using left instead of display to hide menus because display: none isn\\\\\\\'t read by screen readers */
	}


	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
/* fin menu horizontal*/
  .menu .bt2{
	border-top:1px;
        border-top-style:solid;
	border-top-color:#FFF;
	border-bottom:1px;
        border-bottom-style:solid;
	border-bottom-color:#666;
	width:141px;
	height:25px;
	margin-left:5px;
	padding-bottom:8px;
	padding-top:8px;
	float:left;
  }

      .menu .bt2:hover{
	border-top:1px;
    border-top-style:solid;
	border-top-color:#EFEFEF;
	border-bottom:3px;
    border-bottom-style:solid;
	border-bottom-color:#000;
	width:141px;
	height:25px;
	padding-left:5px;
	padding-bottom:6px;
	padding-top:8px;
	float:left;
  } 
/* menu vertical jerarquico - paginas */
.page_tree{
	
}
ul.page_tree {
/*text-indent:0px;*/
	list-style:none;
	margin:2px 0 0 0;
	padding:0;
}
.page_tree li{
/*	margin:0;
	padding:0;*/
	font-size:16px;
	line-height:34px;
		background-image: url(../icons/rule_dashed.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	/*border-bottom:1px solid #ccc;
	 en vez de border una imagen para solucionar ul li ul .. */
	
}
.page_tree a{
text-decoration:none;
display:block;
padding:0 6px;
	
}
.page_tree a:hover{

background-color:#0000ff;
	color:#fff;
}
.page_tree a.selected{
	
	font-weight:bold;
	background-color:#000;
	color:#fff;
}


/* sitemap treeview*/

.sitemap{
	
}
ul.sitemap {
/*text-indent:0px;*/
	list-style:none;
	margin:0;
	padding:0;
}
.sitemap li{
	margin:2px 0 2px 0;
	padding:6px;
	margin:2px 0 2px 0;

}
.sitemap a{
	text-decoration:none;
	padding:2px ;
	margin:2px 0 2px 0;
}
.sitemap a:hover{
	background-color:#AAFA5F;;
	color:#000;
}
.sitemap a.selected{
	font-weight:bold;
	background-color:#474636;
	color:#fff;
}




.inline_menu{
background-color:#ADD8E6;
position:fixed;
top:0;
right:0;
padding:6px;
}
.inline_menu a{
margin:0 6px;
text-decoration:none;
}
