@import "comun.css";


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

#maincontent {
	position:fixed;
	top:320px; /*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:320px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

.menuhome {
	height:40px;
	background:#000 url(../images/servicios.gif) top left no-repeat;
}

.menuhome span {
	float:right;
	margin:0;
	padding:20px 0 0 0;
}

.menuhome span a {
	text-decoration:none;
	color:#FFF;
	font-size:0.75em;
	font-weight:bold;
	padding:0 10px 5px 10px;
	border-left:1px solid #FFF;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menuhome span a:hover {
	color:#8fa80a;
}

.menu {
	background-color:#FFF;
	margin:0;
	padding:0;
	height:39px;
	border-bottom:1px solid #000;
}

.menu ul {
	margin:0 0 0 50px;
	padding:0;
}

.menu ul li {
	display:block;
	float:left;
	padding:0;
	margin:21px 0 0 0 ;
	border-right:1px solid #000;
	height:18px;
}

.menu ul li a {
	position:relative;
	top:-8px;
	color:#000;
	text-decoration:none;
	font-size:0.75em;
	font-weight:bold;
	margin:0 10px 0 10px;
	padding:0 5px 0 5px;
}

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

/**/

.menu2 {
	background-color:#FFF;
	margin:0;
	padding:0;
	height:25px;
}

.menu2 ul {
	margin:0 0 0 50px;
	padding:0;
}

.menu2 ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	border-right:1px solid #000;
}

.menu2 ul li a {
	position:relative;
	top:5px;
	color:#000;
	text-decoration:none;
	font-size:0.75em;
	font-weight:bold;
	margin:0 10px 0 10px;
	padding:0 5px 0 5px;
}

.menu2 ul li a:hover{
	background-color:#8fa80a;
}