*{
	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:1%;
	background:#404040;
	
	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:13%;
	padding:1px;
	text-align:center;
	box-sizing:border-box;
}
.logo img{
	width:130px;
	height:70px;
	margin: 5px 0px;
	
}
header nav{
	width:87%;
	vertical-align:center;
	box-sizing:border-box;
	max-width:100%;
	margin: 23px 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:#ed7d31;
	padding:15px;
}
footer p{
	width:100%;
	color:#fff;
	font-family: 'Roboto';
	font-size:80%;
	text-align:center;
}

.viewIcon{
	border-left: #aaa 1px solid ;
	width: 39px;
	height: 39px;
	float: right;
	text-align: center;
	background-repeat: no-repeat;
	
	background-position: center;
	cursor: pointer;
}

.pwdView{
	background-size: 25px 15px;
	background-image: url('../image/eye.png') ;
}
.pwdNotView{
	background-size: 25px 20px;
	background-image: url('../image/beye.png') ;
}


@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 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: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%;		
	}
	
}
