.menu_principal, .menu_principal ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	top: 61px;
}

.menu_principal li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	margin-right:8px;
}

.menu_principal li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.header .menu_principal li li{
	display:block;
	background-image:url(../imgs/guion.gif);
	padding:5px 0px 5px 13px;
	text-align:left;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
}
.header .menu_principal li li:last-child{
	display:block;
	background-image:url(../imgs/guion.gif);
	padding:5px 0px 5px 13px;
	text-align:left;
	background-repeat: no-repeat;
	background-position: 1px 12px;
	line-height: 20px;
}
.menu_principal li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu_principal ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu_principal li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu_principal li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu_principal:after, .menu_principal ul:after {
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu_principal, .menu_principal ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu_principal UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu_principal ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	/* padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	background: #000;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu_principal ul ul {
	/*padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;*/
}

/* Fix for IE5/Mac \*//*/
.menu_principal a {
	float: left;
}
/* End Fix */

/* -- sticky.submenu.END -- */


/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu_principal {
}

/* For all submenus */
.menu_principal ul {
	width: 100px;
	color: #111111;
	background-color: #e0e0e0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6a8b00;
	border-bottom-color: #6a8b00;
	border-left-color: #6a8b00;
}
.menu_principal ul ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099FF;
}

/* Top level menu hover, when looking at a lower level */
.menu_principal a:hover, .menu_principal li:hover>a {
	color: #26296e;
	cursor: pointer;
}

/* All links */
.menu_principal li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

.menu_principal a {
	font-weight: bold;
	line-height: 20px;
	background: transparent;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 8px 0 8px;
	display: block;
	border: none;
}

/* All submenu links */
.menu_principal li ul a {
	color: #3767BB;
	background: transparent;
	text-align: left;
	display: block;
	padding: 0px 8px 0px 8px;
	line-height: 20px;
}

.menu_principal li ul a:hover {
	text-decoration: none;
	background: transparent;
	background-color: #C1D2EE;
	color: #3767BB;
	padding: 0 8px 0 8px;
	line-height: 20px;
}

/* Submenu hover, when looking at a lower level */
.menu_principal li ul li:hover>a {
	background: transparent;
	background-color: #C1D2EE;
	color: #3767BB;
	padding: 0 8px 0 8px;
	line-height: 20px;
	cursor: pointer;
}


.menuHeader {
	display: none;
}

/* Stop images appearing on the top level */
.menuImg {
	display: none;
}


/* Everything below is for the benefit of submenus */
.menu_break {
	display: block;
	margin: 0 2px 0 26px;
	background: transparent;
	background-color: #3767BB;
}

.menu_principal ul li .menuArrow {
	position: absolute;
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	margin-top: 4px;
	height: 7px;
	right: 8px;
	width: 4px;
}

.menu_principal ul li .menuImg {
	position: absolute;
	margin-top: 2px;
	height: 16px;
	left: 4px;
	width: 16px;
	display: block;
}




.main{
	z-index: 30;
}
.header{
	z-index: 600;
}
.menu_principal{
	position:absolute;
	top: 70px;
	z-index: 500;
}
.menu_principal li{
	margin-right:8px;
}
.menu_principal li > a {
	margin:0px;
	padding:0px;
	border:none;
	text-align:left;
	color:#454545;
	font-size:11px;
}
.menu_principal ul {
	width:150px;
}
.menu_principal li:hover > a {
	margin:0px;
	padding:0px;
	border:none;
	color: #26296e;
}
#contenido_admin, #divMenu{
	z-index: 10;
}
.menu_principal li ul a {
	color:#454545;
	text-align: left;
	display: block;
	padding:0px 5px;
	line-height: 20px;
	width:100px;
	z-index: 1500;
}
.menu_principal li ul li:hover>a {
	text-decoration: none;
	background: transparent;
	border:none;
	padding:0px 5px;
	color: #6a8b00;
	line-height: 20px;
}
