@charset "utf-8";
/*	----------------------------------------------------------------------------
	CSS del menu de idiomas
	----------------------------------------------------------------------------*/
#language {
	float: right;
}

#language li {
	float: right;
	margin: 0 0 10px 1px;
}

#language li a {
	display: block;
	padding: 10px 0 0 0;
	height: 18px;
	font-family: "Myriad Pro", arial;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-position: 0 0;
	background-repeat: no-repeat;
	background: url(../img/option_fnd_lan.png);
}

#language li a:hover,#language #opt_lan_active a {
	background-position: 0 bottom;
}

#opt_es,#opt_en {
	width: 25px;
}

#opt_cat {
	width: 35px;
}
/*	----------------------------------------------------------------------------
	CSS del menu
	----------------------------------------------------------------------------*/
#menu {
	float: left;
}

#menu li {
	float: left;
	margin: 0 5px 0 0;
}

#menu li a {
	display: block;
	height: 34px;
	font-size: 9px;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#menu li a:hover,#menu #opt_active a {
	background-position: 0 bottom;
}

#menu li a span {
	visibility: hidden;
}

/*	----------------------------------------------------------------------------
	CSS del menu secundario
	----------------------------------------------------------------------------*/
#menu_secondary {
	float: right;
	padding: 10px 0 0 0;
	width: auto;
}

#menu_secondary li {
	float: left;
	padding: 0 5px 0 0;
	width: auto;
	font-size: 12px;
	color: #666;
}

#menu_secondary li a {
	text-decoration: none;
	color: #666;
}

#menu_secondary li a:hover,#menu_secondary #opt_secondary_active a {
	color: #FEB000;
}

/*	----------------------------------------------------------------------------
  CSS del login
  ----------------------------------------------------------------------------*/
/* #layer_login 
  {
	  display:none;
	  position:absolute;
	  z-index:2;
	  top:0px;
	  right:0px;
	  padding:74px 0 0 0;
	  width:300px;

	  background:transparent url(../img/login_fnd.png) 0 0 no-repeat;
  }
  	#pRemember
	{		 
		  width:260px;
		  padding:2px 20px 2px 20px;
		  
		  color:#333;
		  
		  background:url(../img/remember_fnd.png) 0 bottom no-repeat;
	}
		#pRemember a
		{		
			  color:#333;
			  font-family:Arial, Helvetica, sans-serif;
			  font-size:11px;
			  text-decoration:none;
		}
		#pRemember a:hover
		{		
			  text-decoration:underline;
		}*/
