@charset "utf-8";
/* CSS Document */

/*-------------------------------------menus-----------------------------------------------*/
#navMenu{
	
	margin:0;
	padding:0px;
	font-size: 10pt;
	}
#navMenu ul{
	margin:0;
	padding: 0;
	/*line*/
	line-height:20px;
	font-size: 10px;
	font-family: "Century Gothic";
	font-weight: bold;
	
	

}
#navMenu ul li{
	border-top: 4px solid #ffffff;
}
#navMenu ul li ul li{
	border-top: none;
}
#navMenu li{
	font-size: 10pt;
	margin:5px;
	padding:0;
	list-style:none;
	/*ajustamos el lugar del menu*/
	float:left;
	border-bottom: 4px solid #8DC63F;
	position:relative;
	/*border-bottom:2px solid #CCC;*/
	/*se coloca color de fondo para menus y submenus*/
	/*background:#333;*/
	/*border:1px solid #F00;*/
	font-family: "Century Gothic";
	font-weight: normal;
}
#navMenu ul li ul li{
	border-bottom: 3px solid #919195;
}

#navMenu ul li a{
	/*centramos los textos del menu*/
	text-align:center;
	font-family: Helvetica, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration:none;
	/*height:29px*/
	height:20px;
	
	/*el width nos da el ancho del menu*/
	width:140px;
	display:block;
	color:  #000000;
/*	background:  #000;*/
/*	border:1px solid #CCC;*/
	
	font-family: "Century Gothic";
	font-weight: bold;
	
	}
#navMenu ul ul{
	/*ajustamos el menu principal y el submenu al mismo lugar*/
	position:absolute;
	/*se oculta el submenu*/
	visibility:hidden;
	top:20px;
	left: -4px;
	font-size: 10pt;

font-family: "Century Gothic";
	font-weight: normal;
	
}
#navMenu ul li:hover ul{
	/*cuando el cursor este sobre el menu el submenu sera visible*/
	visibility:visible;
	z-index:10;
	color:#8DC63F;
	font-size: 10pt;
	position: absolute;
	font-family: "Century Gothic";
	
	
}
/**********************************************************************/
#navMenu li:hover{
	/*se coloca el color de fondo para cuando uno selecciona el menu y el submenu*/
	font-size: 10pt;
	color:#8DC63F;
	
	border-bottom: 4px solid #8DC63F;
	font-family: "Century Gothic";
	font-weight: bold;
} 
#navMenu ul li:hover{
	border-top: 4px solid #8DC63F;
	color:#8DC63F;
}
#navMenu ul li ul li:hover{
	border-top: none;
	color:#8DC63F;
}
#navMenu ul li ul li:hover{
	border-bottom: 3px solid #8DC63F;
	color:#8DC63F;
}

#navMenu ul li:hover ul li a:hover{
	/*color de fondo final del submenu*/
	font-size: 10pt;
	/*color final del texto*/
	
	color:#8DC63F;
	font-family: "Century Gothic";
	/*fuente del sub-menu
	font-weight: bold;*/
}
#navMenu a:hover{
	/*color del texto del menu al poner el cursor sobre el*/
	color: #8DC63F;
	font-size: 10pt;
	font-family: "Century Gothic";
	


}
#wrapper{
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 10pt;
	float: right;
	width:100%;
	font-family: "Century Gothic";
	font-weight: normal;
}
#navMenu ul li ul li a{
	font-weight: normal;


}
#navMenu ul li ul li:hover a{
	font-weight: normal;
	color:#8DC63F;

}
