*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
a{
	text-decoration:none;
}
.ventana{
	width:100%;
	padding:0.5%;
	background:#003755;
	
	display: flex;
    justify-content: right;
    align-items: right;
	
	box-sizing:border-box;
}
.ventana h1{
	margin-right:10px;
	padding:5px;
	color:#fff;
	font-size:100%;
	font-family: 'Roboto';
}
.ventana h1:hover{
	background:#ed7d31;
}

header{
	width:100%;
	display:flex;
	background:ffffff;
	box-shadow: 2px 2px 5px #999;
}
.contenedor-header{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}



.logo{
	width:15%;
	padding:5px;
	text-align:center;
	box-sizing:border-box;
}
.logo img{
	width:193px;
	height:62px;
	margin: 5px 0px;
	
}
.info-header{
	width:85%;
	vertical-align:center;
	justify-content:center;
	text-align:right;
	max-width:100%;
	margin: 28px 0px;
	box-sizing:border-box;
}
.info-header a{
	width:100%;
	padding-right:7px;
	
}
.info-header a img{
	width:35px;
	height:35px;
}
header nav{
	width:85%;
	vertical-align:center;
	box-sizing:border-box;
	max-width:100%;
	margin: 28px 0px;
	
}

.menu_bar{
	display:none;
}
header nav ul{
	overflow:hidden;
	list-style:none;
}

header nav ul li{
	float:left;
}

.active{
	background:#e4d8ae; 
}

header nav ul li a{
	font-size:90%;
	font-family:'Roboto';
	color:#a2a2a2;
	padding:6px;
	display:block;
	text-decoration:none;
}
header nav ul li span{
	margin-left:2px;
	margin-right:2px;
}
header nav ul li a:hover{
	background:#e4d8ae;
}



footer{
	width:100%;
	background:#003754;
	padding:15px;
	
}
footer p{
	width:100%;
	color:#fff;
	font-family: 'Roboto';
	font-size:80%;
	text-align:center;
}


@media screen and (max-width:800px){
	
	header nav{
		width:75%;
		height:100%;
		background:#003655;
		left:-100%;
		margin:0;
		position:fixed;
		z-index:5000;
	}
	.logo{
	width:50%;
	padding:5px;
	}
	.logo img{
	width:140px;
	height:110px;
	}
	
	header nav ul li{
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
		
	}
	header nav ul li a{
		color:#fff;
		padding:8px;
		font-size:110%;
	}
	.menu_bar{
		display:block;
		width:100%;
		background:#ccc;
	}
	.menu_bar .bt-menu{
		display:block;
		padding:6px;
		background:#ed7d31;
		color:#fff;
		text-decoration:none;
		font-weight:bold;
		font-size:25px;
		text-align:right;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.menu_bar span{
		float:right;
		font-size:40px;
		
	}
}

@media screen and (max-width:400px){
	header{
		width:100%;
		background:#003655;
		
	}
	.logo{
	width:100%;
	justify-content:center;
	padding:2px;
	}
	.logo img{
	width:193px;
	height:62px;
	}
	
	.info-header{
	width:100%;
	justify-content:center;
	padding:2px;
	}
	.info-header h1{
	 text-align:justify;
	 font-size:100%;
	 color:#fff;
	}
	
	header nav ul li{
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
		
	}
	header nav ul li a{
		color:#fff;
		padding:8px;
		font-size:110%;
	}
	.menu_bar{
		display:block;
		width:100%;
		background:#ccc;
	}
	.menu_bar .bt-menu{
		display:block;
		padding:6px;
		background:#ed7d31;
		color:#fff;
		text-decoration:none;
		font-weight:bold;
		font-size:25px;
		text-align:right;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.menu_bar span{
		float:right;
		font-size:40px;
		
	}
	
}


@media screen and (max-width:800px){
	
	#footer {
		width:100%;
	}
	.contenedorfooter{
		width:100%;
	}
	
	.info-footer1{
		width:100%;
	}
	.info-footer2{
		width:100%;
	}
	.principal{
	width:100%;	
	}
	#div-imagen{
	width:100%;		
	}
	#div-direccion{
	width:100%;		
	}
	
}
@media screen and (max-width:400px){
	#footer {
		width:100%;
	}
	.contenedorfooter{
		width:100%;
	}
	
	.info-footer1{
		width:100%;
	}
	.info-footer2{
		width:100%;
	}
	.principal{
	width:100%;	
	}
	#div-imagen{
	width:100%;		
	}
	#div-direccion{
	width:100%;		
	}
	
}
