/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmfv{
	visibility:visible !important;
}
.qmfh{
	visibility:hidden !important;
}

.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
}
.qmmc {
	position:relative;
}
.qmmc a {
	float:left;
	display:block;
	white-space:nowrap;
}
.qmmc div a {
	float:none;
}
.qmmc div {
	visibility:hidden;
	position:absolute;
}
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
/* Remove the comments bleow for vertical mains and change the false value to
true in the qm_create function after the menus structure. */
/*.qmmc a {float:none}*/
/*"""""""" (MAIN) Container """"""""*/
#qm0{ 

}
/*"""""""" (MAIN) Items """"""""*/
#qm0 a {
	/* t r b */
	padding:5px 4px 5px 4px;
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 0px 0px;
	
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	font-weight:bold; 	
}
/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover { 
	/*border-color:#333333;*/
	color:#f0a518;
	text-decoration:none;
}
/*"""""""" (MAIN) Active State """"""""*/	
body #qm0 .qmactive, body #qm0 .qmactive:hover{ 
	color:#f0a518;
	background-color:#999999;
	text-decoration:none;
	background: url(../img/master/bot_fdo_inv.jpg) repeat-x bottom;
}
/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent{
	background-repeat:no-repeat;
	background-position:92%;
	cursor: default;
}




/*"""""""" [SUB] Containers """"""""*/
#qm0 div{
	padding:0px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	margin:0px;
	border-color:#636466;
	background:url(../img/master/bot_fdo_sub.jpg) repeat-x bottom #999999;
	
		
}
/*"""""""" [SUB] Items """"""""*/
#qm0 div a{		
	padding:3px 30px 3px 5px;	
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	font-weight:bold; 	
}
/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover{
	/*border-color:#666666;*/
	background-color:#5d5d5d;
	color:#f0a518;
	text-decoration:none;
}
#qm0 div div{
	margin:0px 0px 0px 3px;
}
/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover{
	border-color:#666666;
	background:#5d5d5d;
	color:#000000;
	text-decoration:none;
}
/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent {
	
}

.qm_sep {
	margin:0px !important; 
	padding:0px !important; 
	height:25px !important;	
}


.bot_content {
	width:100%;
	height:25px;
	background:url(../img/master/bot_fdo.jpg) repeat-x top;
	padding:0px;
	margin:0px;
	text-align:left;
	/*overflow:hidden;	*/
}
/*botonera*/
.bot_left {
	background:url(../img/master/bot_left.jpg) no-repeat top right;
	float:left;
	width:75px; /*width:128px;*/
	height:25px;
}
.bot_right {
	background:url(../img/master/bot_right.jpg) no-repeat top left;
	float:right;
	width:60px; /*width:128px;*/
	height:25px;

}
.bot_link {
	width:806px;
	padding:0px;
	float:left;
}

.sub_content {
	width:100%;
	padding:0px;
	margin:0px;
	text-align:left;
	height:1px;
}

.sub_men {
	padding:0px;
	background:#666666;
	z-index:3000px;
	position: absolute;
}
.sub_men a:link  {
	width:120px;
	z-index:3000px;
}
.sub_men a:visited {
	width:120px;
	z-index:3000px;
}
.sub_men a:active {
	width:120px;
	z-index:3000px;
}
.sub_men a:hover {
	width:120px;
	z-index:3000px;
}

