
body {background:#FEFEFE;}

.menu_bar {
	display:none;
	color: white !important; 
}


header {
	width: 100%;

	position: relative;
	top: 0;
	width: 100%;
}

header nav {
	background:#1b5c70;
	z-index:1000;
	/*max-width: 1100px;*/
	width:100%;
	margin:0 auto;
	color: white !important; 

}

header nav ul {
	list-style:none;
	margin-bottom: 0;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li:hover {
	/*background:#1b5c70;*/
	color: white !important; 
}

header nav ul li a {
	

	display:block;
	text-decoration:none;
	padding: 10px;
	color: white; 
	font-size: 22px
}

header nav ul li a:hover {
	/*background:#1b5c70;*/
	color: white !important; 
}


header nav ul li a span {
	margin-right:10px;
}

header nav ul li input {
	border: none !important;
	background:#1b5c70;
	display:block;
	text-decoration:none;
	padding: 2px;
	color: white; 
	font-size: 22px;
}

header nav ul input:hover {
	background:#103642;
	text-decoration:underline;
	color: white !important; 
}

header nav ul li input span {
	margin-right:10px;
}


header nav ul li:hover .children {
	display:block;
}



header nav ul li .children {
	display: none;
	background:#1b5c70;
	position: absolute;
	width: 200%;
	z-index:1000;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	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: 100px) {
	body {
		padding-top:80px;
	}

	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#1b5c70;
		color: white !important; 
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		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;
		overflow: scroll;
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	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;
	}
}


.masthead {
	color: white;
	min-height: 30rem;
	width: 100%;
	height: 100%;
	margin-bottom: 1500px;
	margin-top: 1 rem;
	padding-top: 1 rem;
	padding-left: 0 rem;
	padding-bottom: 0rem;
	margin-left: 0rem;
	margin-right: 0rem;
	background: url('/img/fondo.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
  }

  .divbotonmenu {
    /*padding-left: 25px;*/

    margin-right: 25px;
    width: 140px;
    border: 1px solid #1f1f1f;
    border-radius: 25px; 
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;
    background-color: #267086;
}