ul.menu {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}
ul.menu li{
	display:block;
	list-style-type:none;
	height:22px;
}
ul.menu li a { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	width:160px;
	height:22px;
	color: #EDDC96;
	text-decoration: none;
	background-image: url(Images/menuf.gif);
	padding-left: 15px;
	background-position:left;
	background-repeat:no-repeat;
}
ul.menu li a:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	width:160px;
	height:22px;
	color: #cc9933;
	padding-left: 15px;
	padding-right:10px;
	background-position:left;
	background-repeat:no-repeat;
}
ul.menu li.activo { 
	font-family: "Times New Roman", Times, serif;≤≤≤
	font-size: 12px;
	font-style: normal;
	width:160px;
	height:22px;
	color: #EDDC96;
	background-image: url(Images/menufa.gif);
	padding-left: 15px;
	padding-right:10px;
	background-position:left;
	background-repeat:no-repeat;
}
.enlaces2:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EDDC96;
	text-decoration: none;
}
.enlaces2:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cc9933;
	text-decoration: none;
}
.enlaces2:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E4C178;
	text-decoration: none;
}
.enlacemarronsin {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9f7c46;
	text-decoration: none;
	font-weight: bold;
}