#headertop{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	background-image: url(../_img/headertop.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 620px;
	height: 43px;
	text-align:right;
}
.sitemap{
	position:relative;
	top:35px;
	left:15px;
}
a.sitemap{
	color: #6C9DC8;
}
a.sitemap:hover{
	color: #386C98;
}

#headertop span{
	display: none;
}

#mainmenu{
	position: relative;
	margin: 0px 0px 0px 290px;
	padding: 5px 0px 0px 0px;
	height: 90%;
bottom:0;
}

.menu {
	position: relative;
	float: left;
	width: 70px;
	height: 90%;
	bottom: 0px;	
	margin-right: -10px;
	margin-bottom:0;
	color: #666666;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	line-height: 2em;
	list-style-type: none;
}

.menu .maceta {
	position: relative;
	margin-top:45px;
	float:right;	
	bottom: 0;
	height: 40px;
	color: #666666;
	text-decoration: none;
	z-index: 1000;
	background-image: url(../_img/maceta.gif);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	width:54px;
}

.menu .maceta img {
	
}

.menu .maceta:hover{
	color: #8BA657;
}

.submenu, .wrapper {
	position: absolute;
	left: 0px;
	width: 80px;
	bottom: 52px;
	text-align: center;
	line-height: 1.8em;
	list-style-type: none;
	padding: 15px 0px 5px 0px;
	z-index: 2000;
}

.wrapper {
	overflow: hidden;
}

.submenu {
	background-image: url(../_img/liana.gif);
	background-repeat: repeat-y;
	background-position: top center;	
}

.submenu a {
	color: #666666;
	text-decoration: none;
	background: white;
	border-top: 1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #666666; 
	border-right:1px solid #666666; 
	padding: 1px;
}

.submenu a:hover{
	color: #8BA657;
}

hr {
	clear: both;
}

.wrapper .submenu {
	bottom: 0px; /*background: green;*/
	padding-bottom: 5px;
	margin: 0px;
}
