*{
	padding: 0px;
	margin: 0px;
}
#menu{
	border-right: 1px solid skyblue;
	float: left;
	margin: 2px;
	padding: 2px;
	width: 150px;
	height: 1000px;
	text-align: left;
	font-family: "Bahnschrift Light SemiCondensed";
	font-size: 20px;
}
article{
	background: white;
	padding: 20px;
	margin-bottom: 1px;
	text-align: center;
  font-size:10px;

}
article header{
	background-color: white;
	padding: 20px;
	text-align: center;
}
article img{
	float:left;
}
#cabecera{

	border-bottom: 1px solid  #1ed6ffff;
	margin: 2px;
	padding: 2px;
	height: 100px;
	width: 1330px;
	text-align: center;
	font-size: 24px;
}

#cabecera figure img{
	float: right;
	width: 220px;

}
figure img:hover{

	-webkit-transform: scale(1.2);
}
li:hover{
	box-shadow: 2px 2px 0px skyblue;

	border: 1px solid #222;
}
#section{

	margin: 2px;
	padding: 3px;
	width: 1250px;
	height: 950px;
	font-family: "Bahnschrift Light SemiCondensed";

	
	

}
#section h1{
	text-align: center;
	color: #3e88ffff;
	font-size: 28px;
}
img{
	width: 250px;
	height: 205px;
	float: center;
	border-radius: 40px;
	margin: 20px;
	float: right;
	
}




#pie{
	border-top: 1px solid  #1ed6ffff;
	clear: both;
	width: 1330px;
	height: 10px;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-family: "Bahnschrift Light SemiCondensed";
	font-size: 20px;
}