.dmx {
	width: 900px;
	height: 29px;
	background: url(../Images/BgMenu.jpg) repeat-x left top;
	position: absolute;
	z-index: 5;
}
.dmx .item1,
.dmx .item1-active {
	font-family: "Franklin Gothic Medium Cond";
	text-decoration: none;
	font-size: 22px;
	line-height: 29px;
	color: #a40000;
	display: inline;
	float: left;
	text-transform: uppercase;
	padding-left: 16px;
	padding-right: 23px;
	background: url(../Images/BgMenuSeparator.jpg) no-repeat right top;
}
.dmx .item1:hover,
.dmx .item1-active:hover {
	background: url(../Images/BgMenuHover.jpg) no-repeat right top;
	color: #FFF; 
}
.dmx .item2,
.dmx .item2-active {
	font-family: "Franklin Gothic Medium Cond";
	text-decoration: none;
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 23px;
	padding-right: 16px;
	background: url(../Images/BgSubMenu.jpg) no-repeat left top;
	
	display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2:hover,
.dmx .item2-active:hover {
	background: url(../Images/BgSubMenuHover.jpg) no-repeat left top;
	color: #fdd471; 
}







/*////////////ARROW (FLECHITA)///////////*/
.arrow {
	height: 23px;
	position: absolute;
	right: 1px;
	top: 6px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    right: 1px;
    border: 0;
	margin: 0px;
	padding: 0px;
}
/*////////////FIN ARROW (FLECHITA)///////////*/







/*////////////CONTENEDOR SUB MENU////////////*/
.dmx .section {
	margin-top: -2px;
	filter: alpha(opacity=70) ;
	opacity: .7;
	-moz-opacity:0.7 ;
	border: 1px solid #FFF;
    position: absolute;
    visibility: hidden;
    z-index: 2;
   
}
/*////////////FIN CONTENEDOR SUB MENU////////////*/
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
