@import "comun.css";

#framecontent {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:275px; /*Height of frame div*/
	overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	text-align:center;
}

#maincontent {
	position:fixed;
	top: 275px; /*Set top value to HeightOfFrameDiv*/
	left:0;
	right:0;
	bottom:0;
	overflow:auto;
	text-align:center;
	margin:0;
	padding:0;
}

* html body { /*IE6 hack*/
	padding:275px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

.menu {
	background-color:#000;
	margin:0;
	padding:0;
	height:45px;
}
.menu ul {
	margin:0;
	padding:22px 0 0 0;
}

.menu span {
	float:right;
	margin:0;
	padding:25px 0 0 0;
}

.menu span a {
	text-decoration:none;
	color:#FFF;
	font-size:0.75em;
	font-weight:bold;
	padding:2px 10px 5px 10px;
	border-left:1px solid #FFF;
	height:23px;
}

.menu ul li a:hover, .menu span a:hover, .activa {
	color:#8fa80a;
}

.menu ul li {
	display:block;
	float:left;
	padding:2px 10px 4px 10px;
	border-right:1px solid #FFF;
	height:18px;
}

.menu ul li a {
	color:#FFF;
	text-decoration:none;
	font-size:0.75em;
	font-weight: bold;
	margin:0;
	padding:0 5px 0 5px;
}