#filltop{
	height:28px;
	width: 210px;
	float:left;
	border-right: 1px solid #f98a1b;
	/*background-color:#FFF;*/
}
#mainmenuhor{
	float:left;
	clear:both;
	background-image: url(../imx/bg/bg-mainmenuhor.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #f98a1b;
	border-bottom: 1px solid #f98a1b;
	height:28px;
	width:900px;
}
	#mainmenuhor ul {
		margin:0px;
		padding: 0px;
		list-style-type:none;
		height:28px;
	}
		#mainmenuhor ul li {
			float:left;
			margin: 0px;
		    padding: 0px 15px; /*Separar el texto*/
			height:28px;
			border-right: 1px solid #f98a1b;
		}
			#mainmenuhor ul li a{
				text-decoration: none;
				color: #f98a1b;
				font-size: 18px;
				font-weight: bold;
				height:28px;
			}
				#mainmenuhor ul li a:HOVER{
					color:#E4E4E4;
				}
				#mainmenuhor ul li a:ACTIVE{
					color:#E4E4E4;
				}
#menuvertical{
	border-top:0px;
	width:210px;
}
	#menuvertical ul {
		list-style-type:none;
		margin:0px;
		padding: 0px;
		width:210px;
	}
		#menuvertical  ul li {
			margin:0px;
			padding: 0px;
			list-style-type:none;
			width:210px;
			height:29px;
		}
			#menuvertical ul li a{
				display:block;
				/*text-indent:-9999px;*/
				text-decoration: none;
				color: #f98a1b;
				font-size: 18px;
				font-weight: bold;
				background-repeat: repeat-x;
				background-position: left top;
				background-image:url(../imx/lnk/lnk-default.gif);
				height:29px;
			}
				#menuvertical ul li a:HOVER{
					background-repeat: repeat-x;
					background-position:left -29px;
					color:#E4E4E4;
				}
