
/*MENU HTML*/
#menum{
	width:200px;
	background:#f2f2ea;
	font-family:arial;
	text-align:left;
	padding:0px;
	margin:0px;
	float:left;
}

#menum a{
	text-decoration:none;
}

.menu_item{
	width:192px;
	padding-left:8px;
	height:18px;
	margin-top:18px;
	display:block;
	font-size:18px;
	font-weight:750;
	border-bottom:1px solid;
}


#grupo_1, #subgrupo_1 a{
	color:#333333;
}

#grupo_2, #subgrupo_2 a{
	color:#666666;
}

#grupo_3, #subgrupo_3 a{
	color:#ff6600;
}

#grupo_4, #subgrupo_4 a{
	color:#E74218;
}
.submenu{
font-family:MS Sans Serif;
	font-size:11px;
}
.submenu a{
	width:170px;
	_height:19px;
	height:16px;
	padding-left:30px;
	padding-top:3px;
	
	display:block;
	text-align:bottom;
	border-bottom:1px solid #d1d1b6;
}

.submenu a:hover{
	_height:17px;
	height:14px;
	padding-top:1px;
	
	background:#d1d1b6;
	border-bottom:3px double #f2f2ea;
	border-top:2px solid #f2f2ea;
}
.trmenu{text-align:right;}
.trmenu a{
	margin:0px;padding:0px;
	color:#666666!important;
	
	width:170px;
	padding-right:30px;
	
	_height:19px;
	height:16px;
	
	padding-top:0px;
	
	background:#ffffff;
	border-top:2px solid #f2f2ea;
	border-bottom:2px solid #f2f2ea;
}
.trmenu a:hover,  .selected {
	padding:0px!important;
	color:black!important;
	
	width:170px;
	padding-right:30px!important;
	
	_height:19px;
	height:16px;
	
	padding-top:3px;
	
	background:#ffffff;
	background-image:url(/img/menu_cuadro.gif)!important;
	background-position:right!important;
	background-repeat:no-repeat!important;
	
	border-top:2px solid #f2f2ea;
	border-bottom:2px solid #f2f2ea;
	
}

#trmenu_1 a:hover, #trmenu_1 .selected{
	background-image:url(/img/menu_flecha.gif)!important;
	background-position:right;
	background-repeat:no-repeat;
	
}