*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	/*#FDE47F #AEFCB0*/
	/**/
	font-family: Gotham-Light, Arial,sans-serif;
	color: #EBEDEF;
	background-color: #E3B51D;
	
}
h1{
	font-family: 'inherit', sans-serif;
	font-size: 19px;
	font-weight:bold;
	text-align:center;
	margin: 1%;
}
h2{
	font-size: 17px;
	margin: 4px;
}
p{
	margin-top: 16px;
	text-align: justify;
	padding: 0px 20px 0px 20px;
}

h3{
	font-size: 17px;
	margin: 2%;
	text-align:left;
}
a{
	text-decoration:none;
	color: #E3B51D;
	font-size: 16px;
}
a:hover{
	text-decoration:none;
	color:#B80218;
	
}


#contenedor{
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	
	/*margin-top: 1em;#1b2a2f*background-color: #FB9D05;*/
}


#imglogo{

	float: left;	
	margin-left:30px;
	width: 150px;
	height: 120
	padding: 5px;

	
}

#logo{
	width: 100%;

	
	
}
header{
	width: 100%;
	text-align:right;
    height: 7em;
   background-color: #E3B51D;
   
   
	/*text-align: left;
	float: left;
	
	border-radius: 5px 5px 0px 0px;*/
}
nav{
	width: 100%;
background-color: #E3B51D;

	
	
	


}
.menu_bar,.bt-menu{
	background-color: #E3B51D;
}
.menu_bar{
	display: none;
}
header nav ul{
	text-align:right;
	overflow: hidden;
	list-style: none;
	margin-left: 5%;
	/*margin-right: 70px;*/
	padding: 2.5em;

	
}
header nav ul li{
	
	margin-top: 20px;	
	display: inline-block;
	padding: 11px;
	
	
}
header nav ul li a {
	font-family: 'inherit', sans-serif;
	color: #000;
	padding: 1em;
	text-decoration: none;

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


footer{

	width: 100%;
	background:#070E16; /*#016f86*/	
	min-height: auto;
	display: inline-block;
	text-align: center;
	margin-top: 5px;
	
	
}
footer #fcontenedor{
	width: 93%;
	
	min-height: auto;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin: 3%;

}
footer #fcontacto{
	width: 40%;	
	box-sizing: border-box;
	float: left;
	text-align: left;
	margin-left: auto;
	font-size: 90%;
}
footer #autor{
	width: 31%;
	box-sizing: border-box;
	float: left;
	font-size: 90%;
	margin-top: 10px;
}
footer #copy{
	width: 26%;
	box-sizing: border-box;	
	float: left;
	font-size: 90%;
	margin-top: 2px;
}
#scopy{
	font-size: 90%;
}

@media(max-width: 800px){

	#headercontacto{
	width: 100%;
	background: #555E7B;
	text-align: center;
	font-size: 75%;
	margin-top: 0;
	
	
}

	#imglogo{
	width: 20%;
	float: none;

}
#logo{
	text-align: center;

}
header{
	width: 100%;	
	text-align: left;
	float: left;
	display: inline-block;
	margin-top: 0px;
	/*border-radius: 5px 5px 0px 0px;*/
}

	header nav{
		width: 70%;
		height: 100%;
		position: fixed;
		left: -100%;
		margin-top: 3%;

	}
	header nav ul{
		margin-right: 0;
		text-align:left;

	}

	header nav ul li{
		display: block;
		float: none;
		border-bottom: 1px solid rgba(255,255,255, .3);
	}
	.menu_bar{
		display: block;
		width: 100%;		
		text-align: left;
	}
	.menu_bar .bt-menu{
		display: block;
		padding: 20px;	
		color: #fff;
		text-decoration: none;
		font-weight:bold;
		font-size:1em; 
	}

	.menu_bar span{
		float: right;
		font-size: 2.2em;
	}

nav ul{
	overflow: hidden;
	list-style: none;
	
}
footer #fcontacto{
	width: 100%;	
	text-align: center;
	display: inline-block;
	font-size: 90%;
}
footer #autor{
	width: 100%;	
	text-align: center;
	display: inline-block;
	font-size: 90%;
}
footer #copy{
width: 100%;	
	text-align: center;
	display: inline-block;
	font-size: 90%;
}
#scopy{
	font-size: 1.5em;
}
}
@media(max-width: 600px){

#info #infotexto, aside{
	display: block;
	vertical-align: top;
}

#infotexto{
	
	width: 100%;
	
}
aside{

	width: 100%;
	
}
	
}



@media(max-width: 400px){

#headercontacto{
	width: 100%;
	
	text-align: center;
	font-size: 75%;
	margin-top: 0;
	
	
}
#headercontacto a{
	margin-right: 0.3em;
}
	

#imglogo{

	width: 80%;
	
}
#logo{
	
	text-align: center;

}
header{
	width: 100%;	
	text-align: left;
	float: left;
	display: inline-block;
	margin-top: 0px;
	/*border-radius: 5px 5px 0px 0px;*/
}
nav{
	width: 90%;
	max-width: 1000px;

}
#menu_bar{
	display: none;
}
nav ul{
	overflow: hidden;
	list-style: none;
	
}
nav ul li{
	float: left;
}

}
#info #infotexto, aside{
	display: block;
	vertical-align: top;


}

	
}