@font-face{
	font-family:; FiraSans;
		src: url(../Fuentes/woff/FiraSans-Italic.woff) format("woff"),
		url(../Fuentes/ttf/FiraSans-Italic.ttf) format("truetype"),
		url(../Fuentes/eot/FiraSans-Italic.eot) format("embedded-opentype");

	}
@font-face{
	font-family: Roboto;
	src: url(../Fuentes/Robot/Roboto-Thin.ttf) format("ttf"); 
}

body{
	margin: 0;
	padding: 0;
	background-color: #ced1c4;

}

.encabezado{
	margin: 0;
	padding: 0;
}
section header{
	background: url(../img/hacker3.jpg) no-repeat;
	background-size: 100% 100%;
	height: 10em ;
	display: flex;

	
}
section header h2{
	font-family: FiraSans,cursive;
	color: red;
}

section header picture img{
	height: 100;
	width: 100;
	margin-left: 30em;
	position: flex;
}


nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 0.2em;
	display: flex;
	flex-direction: column;
}

nav li{flex-grow:1;}

nav a{
	display: flex;
	padding: 0.2em;
	background-color: #adbed4;
	margin-bottom: 0.2em;
	text-decoration: none;
	color: #000;
}
nav a:hover{
	background-color: #000;
	color: red;
	border: red solid;	

}

.centro{
	/*display:flex;
	flex-direction: row;*/
}
section article{
	padding: 2em;
	background-color: white;
	

}

section aside{
	margin-top: 2px; margin-bottom: 2px; margin left: 20px;
	padding-left: 5px;
	padding-top: 5px;	
	box-shadow: inset 5px 5px 5px 5px #f4f7e8;


}

section aside ul{
	list-style-type: none;
	margin-left: 5px;
}
section aside h3{
	margin-left: 10px;
}

section footer{
	background-color: #000;
	
	clear:both;
	color: white;


}
section footer ul{
	list-style-type: none;
	font-family: FiraSans;
	margin-bottom: 2px;
	padding-bottom: 2px;

}
section footer h3{
	color: white;
	margin-left: 20px;
	padding-top: 10px;
}