body { background: #21201c; }

div#menu {
    height:44px;
    background:url(images/backgroundpanel.png);
    background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 30px;/*menu to the top*/

}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
	
}
div#menu ul.menu {
    padding-left: 0px;
}

/* menu spacing between buttons */

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 20px 0px 0; /* para incluir otro botón, anterior 55px */
    display: block;
    float: left;

}
div#menu li:hover>ul {
    left: -2px;
	
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
	letter-spacing: 3px;
    text-decoration: none;
    font: normal 8px Arial M, Arial, Helvetica, sans-serif;
	
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 35% 0;
	
}
div#menu ul ul a.parent span {
    background-position:35% 8px;
    background-image: url(images/item-pointer3.gif);
	
}
div#menu ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover3.gif);
	
}

/* menu::level1 */
div#menu a {
    padding: 0 0 0 15px;
    line-height: 18px;
    color: #e5e5e5;
	
}
div#menu span {
    margin-top: 0px;
}/**@replace#1*/
/* div#menu li { background: url(images/main-delimiter2.png) 98% 4px no-repeat; } */
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 0px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
	
}
div#menu ul ul a {
    padding: 0 0 0 25px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
		
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 0px;
    _padding-right: 0px;
    color: rgb(169,169,169);
	
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 700%;
	
}

/* menu::level3 TINTED BAR WIDTH AND HEIGHT */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
		
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* edit overlay position */
div#menu li.back {
    /*background: url(images/lava3.png) no-repeat right -44px !important;*/
    /*background-image: url(images/lava4.gif);*/
    width: 13px;
    height: 23px; /* height of overley graphic */
    z-index: 8;
    position: absolute;
    margin: -3px 0 0 0px;
}

div#menu li.back .left {
    background: url(images/lava.png) no-repeat top left !important;
    background-image: url(images/lava3.gif);
    height: 23px; /* height of overley graphic */
    margin-right: 17px;
}

div#container{
	width:100%px;
	height:600px;
	padding-top:40px;
	
}	


div#menucontainer{
	padding-top:40px;
	padding-right:50px;
	padding-left:50px;
	padding-bottom:100px;
	position:relative;
	width:755px;
	margin-left:auto;
	margin-right:auto;
	border-width: 1px;
	border-color: #999;
	border-style:solid;
	background:url(images/bg-image.jpg) 0 0 no-repeat;
	text-align:center;
}	

div#content{
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	width:750px;/* 700px antes de mover el menu a la parte superior */
	height:380px;
	margin-left:auto;
	margin-right:auto;
	/* menu to the top */
	display:block;
	/*margin-top:65px;*/ 
	
	
}	

div#logo{
	margin-left: 183px;
	margin-top: 1px;
/* Code to put menu to the top */
	display:block; 
	width:358px;
	height:147px;
}	

div#line{
	color:#fff;
	position:absolute;
	left: 208px;
	top: 189px;
	width: 321px;
	text-decoration:none
}	


div#bodytext{
	color:#c1c2bb; 
	margin-left: 140px;
	margin-top: 10px;
	letter-spacing:.14em;
	font: normal 11px Arial M, Arial, Helvetica, sans-serif;
	width: 470px;
	text-align:center;
	line-height:17px;
	height: 163px;
	overflow: auto; 
	display:block; 
	scrollbar-3dlight-color:#666; scrollbar-arrow-color:#333; scrollbar-base-color:#666; scrollbar-darkshadow-color:#333; scrollbar-face-color:#666; scrollbar-highlight-color:#666; scrollbar-shadow-color:#666;
}	



div#opps{
	position:absolute;
	left: 300px;
	top: 450px;
	width: 138px;
	height: 24px;
}	

div#lineright{
	position:absolute;
	left: 450px;
	top: 462px;
	width: 67px;
}	

div#lineleft{
	position:absolute;
	left: 208px;
	top: 462px;
	width: 27px;
}	

