.btnMenus{
	display: none;
}
.navegador{
	position: fixed;
	width: 100%;
	z-index: 999;
	margin-bottom: 50px;
}
/* MENU EN GENERAL */
.menu{
	background: #005458;
	height: 150px;
}

.normal-menu{
	width: 820px;
	margin-right: 0px;
	z-index: 1;
}

ul li a {
	color: white;
	text-decoration: none;
}

ul li a:hover {
	color: #c8a977;
	text-decoration: none;
}

/* ISOLOGO DEL MENU */

.menu .logo .resized {
	width: 300px;
	margin-left: 30px;
}

.menu .logo .resized img{
	width: 100%;
}

/* SEPARADORES DEL MENU */
.separador{
	color: #c8a977;
	font-size: 30px;
	margin: 0 10px;
}

.nulo{
	color: #005458;
}


/* TAMAÑO DE LA IMAGEN */

.fondo_menu .resized_hoja{
	width: 300px;
	position: absolute;
	margin-top: -358px;
	right: 50px;
}

.fondo_menu .resized_hoja img{
	width: 162%;
}

/* ICONOS SOCIAL */

.iconos_social{
	position: absolute;
	right: 95px;
	top: 29px;
	z-index: 1;
}

.iconos_social div{
	margin-right: 10px;
}

.bold{
	color: #005458;
	font-size: 50px;
	font-family: 'ArboriaBlod';
}

.angello{
	color: #c8a977;
	font-size: 200px;
	font-family: 'Angello';
}


@font-face
{
   font-family: "Angello" ;
   src: url("fonts/Angello.otf");
}

@font-face
{
   font-family: "ArboriaBlack";
   src: url("fonts/Arboria-Black.otf");
}
@font-face
{
   font-family: "ArboriaBlod";
   src: url("fonts/Arboria-Bold.otf");
}

@font-face
{
   font-family: "ArboriaBook";
   src: url("fonts/Arboria-BookItalic.otf");
}

@font-face
{
   font-family: "ArboriaMedium";
   src: url("fonts/Arboria-Medium.otf");
}

@font-face
{
   font-family: "Ossem";
   src: url("fonts/Ossem-Regular.otf");
}
.contactanos {
	z-index: 1;
}


.relleno{
	height: 150px;
}

/*

	BOTON DESPLEGABLE DEL MENU

*/

.dropbtn {
	/* padding: 16px;
	font-size: 16px; */
	border: none;
	background-color: transparent;
	color: white;
	cursor: pointer;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius:8px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #f1f1f1;border-radius:8px;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
	display: block;
	border-radius:8px;
  }
  