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

#menu{
	list-style: none;
	font-size: 10px;
	color: #9f8366;
	height: 25px;
	line-height: 22px;
	text-align: center;
	margin: 0px;
	padding:0px;
}


#menu ul{
	float:left;
	margin: 0px;

}

#menu li {
	float:left;
}

.inicio{
	text-decoration: none;
	color: #9f8366;
	height: 25px;
	width: 61px;
	background-color: #261400;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #533A1E;
}

.filosofia{
	text-decoration: none;
	color: #9f8366;
	height: 25px;
	width: 88px;
	background-color: #261400;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #533A1E;
}

.galeria{
	text-decoration: none;
	color: #9f8366;
	height: 25px;
	width: 137px;
	background-color: #261400;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #533A1E;
}

.particulares{
	text-decoration: none;
	color: #9f8366;
	height: 25px;
	width: 207px;
	background-color: #261400;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #533A1E;
}

.empresas{
	text-decoration: none;
	color: #9f8366;
	height: 25px;
	width: 255px;
	background-color: #261400;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #533A1E;
}

.prensa{
	text-decoration: none;
	color: #9f8366;
	height: 25px;
	width: 75px;
	background-color: #261400;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #533A1E;
}

.contacto{
	text-decoration: none;
	color: #9f8366;
	height: 25px;
	width: 77px;
	background-color: #261400;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #533A1E;
}


a.inicio:hover {
	color: #FFFFFF;
}

a.filosofia:hover {
	color: #FFFFFF;
}

a.galeria:hover {
	color: #FFFFFF;
}

a.empresas:hover {
	color: #FFFFFF;
}

a.particulares:hover {
	color: #FFFFFF;
}

a.prensa:hover {
	color: #FFFFFF;
}

a.contacto:hover {
	color: #FFFFFF;
}

