@charset "utf-8";
/* CSS Document */

body * {
	font-family: Helvetica, Arial;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border: 0px;	
}


body {
	background-color: #232828;
	height: 700px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
	/* global font settings - other selectors will override those values*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	
}
#leftmenu {
	overflow: visible;
	position: absolute;
	visibility: visible;
	height: 100%;
	width: 300px;
	top: 0px;
	left: 0px;
}




#rightframe {
	background-color: #232828;
	overflow: visible;
	position: absolute;
	visibility: visible;
	height: 100%;
	width: 700px;
	top: 0px;
	left: 300px;
}



#logo {
	position:absolute;
	left:15px;
	width:182px;
	height:33px;
	z-index:5;
	top: 67px;
}


#credits {
	position:absolute;
	left:15px;
	width:182px;
	height:33px;
	z-index:5;
	top: 630px;
}


#credits a:link {
	text-decoration: none;
}
#credits a:visited {
	text-decoration: none;
}
#credits a:hover {
	text-decoration: none;
}
#credits a:active {
	text-decoration: none;
}

#menu {
	position:absolute;
	left:15px;
	top:200px;
	width:176px;
	height:262px;
	z-index:6;
	/*border: 1px solid red;*/
}

#titleDiv {
	position:absolute;
	left:301px;
	top:67px;
	height:50px;
	z-index:2;
}




/** MENU SPECIFICS **/



div.menuCont{
	position: absolute;
	top: 200px;
	left: 0px;
	z-index:100;
}

div.menu{
	padding-left: 15px;
	padding-bottom: 5px;
}

div.subMenu{
	margin-bottom: 10px;
}

div.optSubMenu{
	margin-bottom: 2px;
}


div.sepSubMenu{
	width: 10px;
	height: 1.4em;
	position: absolute;
	float: left;
}

a.nivel1{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.nivel1:hover{
	color: #dbe120;
}

a.nivel1Sel{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #dbe120;
}

a.nivel2{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	height: 1.4em;
}

a.nivel2:hover{
	color: #dbe120;
}
