@font-face {
  font-family: "Balham";
  src: url("../fonts/Balham.otf");
}
@font-face {
  font-family: "Optima";
  src: url("../fonts/Optima.ttf");
}
.contenedormenu
{
	width:90%;
	height:107px;
	min-width:500px;
	position:fixed;
	z-index:98;
	left:350px;
	top:0px;
	text-align:left;
	background:white;
	z-index:99 !important;
}
.menu
{
	color:black;
	width:200px;
	height:107px;
	display:inline-block;
	z-index:99;
	text-align:center;
	line-height:105px;
	font-size:22px;
	padding:0px 5px;
	cursor:pointer;
	margin-left:-4px;
	-webkit-transition:all 0.15s ease-in-out;
	-ms-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	font-family:"Optima";
}
.menu:first-child
{
	margin-left:90px;
}
.menu:hover
{
	background:rgba(213,194,151,1);	
	color:white;
}
.seleccionado
{
	background:rgba(213,194,151,1);	
	color:white;
}
@media all and (min-width: 10px) and (max-width: 1050px) {
	.menu
	{
		width:130px;
		font-size:20px;
		padding:0px 5px;
	}
	.contenedormenu
	{
		left:330px;
	}
	.menu:first-child
	{
		margin-left:30px;
	}
}