@charset "utf-8";
* {
padding:0;
margin:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
 
body {
	/*background:#FEFEFE;*/
	}
 
.menu_bar {
display:none;
}
 
header {
    width: 100%;
    /*height: 150px;*/
	font-size:14px;
	background: rgba(0, 0, 0, 0.8);
	position:fixed;
	top:0;
	padding-left: 30px;
	border-bottom: solid;
    border-width: 1px;
    box-shadow: 2px 2px 2px;
	padding-bottom: 5px;
	padding-top: 5px;
}
 
header nav {
    
    z-index: 800;
    max-width: 615px;
    margin-top: 95px;
    margin-right: 40px;
    float: right;
	
	
}
 
header nav ul {
list-style:none;
}
 
header nav ul li {
	display: inline-block;
    position: relative;
    margin-left: 20px;
}
 
 
header nav ul li a {
    color: white;
    font-weight: 600;
    display: block;
    text-decoration: none;
    padding: 8px;
    font-size: 17px;
}
 
header nav ul li a:hover {
	border-bottom:solid;
	border-bottom-width:5px;
	border-bottom-color:#0a476c;
	   
}

header nav ul li a span {
margin-right:10px;
}
 
header nav ul li:hover .children {
display:block;
}
 
header nav ul li .children {
display: none;
/*background:#011826;*/
position: absolute;
width: 150%;
z-index:1000;
}
 
header nav ul li .children li {
display:block;
overflow: hidden;
margin-top:1px;
/*border-bottom: 1px solid rgba(255,255,255,.5);*/
}
 
header nav ul li .children li a {
display: block;
}
 
header nav ul li .children li a span {
float: right;
position: relative;
top:3px;
margin-right:0;
margin-left:10px;
}
 
header nav ul li .caret {
position: relative;
top:3px;
margin-left:10px;
margin-right:0px;
}
 
@media screen and (max-width: 1000px) {
body {
padding-top:59px;
}
 
.menu_bar {
display:block;
width:100%;
position: fixed;
top:0;
background:#2f66b1;
padding:10px;
}
 
.menu_bar .bt-menu {
display: block;
color: #fff;
overflow: hidden;
font-size: 25px;
font-weight: bold;
text-decoration: none;
}
 
.menu_bar span {
float: right;
font-size: 40px;
}
 
header nav {
width: 80%;
height: calc(100% - 80px);
position: fixed;
right:100%;
margin: 0;
}
 
header nav ul { 
width: 200px;
background-color: #2F66B1;
}

header nav ul li {
display:block;
margin-top:1px;
}
 
header nav ul li a {
display: block;
}
 
header nav ul li:hover .children {
display: none;
}
 
header nav ul li .children {
width: 100%;
position: relative;
}
 
header nav ul li .children li a {
margin-left:20px;
}
 
header nav ul li .caret {
float: right;
}

#logo {
	display:none;
}

header {
	height:0px;
	border-bottom:0px;
	border-shadow:0px 0px 0px;
	background:none;
	padding-left:0px;
	top:auto;
	text-align:left;
}

section.cabecera {
	height:0px;
	padding:0px;
}

}
#reservas {
width: fit-content;
  border-radius: 10px;
  background: #003580;
  padding: 10px;
  border-color: white;
  border-width: 2px;
  border-style: outset;
  float:left;
}