*{
	padding: 0px;
	margin: 0px;
}

#menu{
	border-right: 1px solid skyblue;
	float: left;
	margin: 2px;
	padding: 2px;
	width: 150px;
	height: 600px;
	text-align: left;
	font-family: "Bahnschrift Light SemiCondensed";
	font-size: 20px;
}
#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: 1330px;
	height: 850px;
	font-family: "Bahnschrift Light SemiCondensed";
	
}
#section p{
	
	color: #3e88ffff;
	font-size: 30px;
}
iframe{
	float: right;
	border:#000000ff solid 3px;
	width: 180 px;
	height:500px; 
}
img{
	width: 255px;
	height: 255px;
	float: left;
	border-radius: 40px;
	margin: 20px;

}
label{
	font-family: "Bahnschrift Light SemiCondensed";
	font-size: 22px;
	
	
}
input{
	width: 300px;
	height: 30px;
	font-size: 20px;
	font-family: "Bahnschrift Light SemiCondensed";
}

figure img:hover{

	-webkit-transform: scale(1.2);
}
img{
	width: 150px;
	height: 150px;
	
}

#pie{
	border-top: 1px solid  #1ed6ffff;
	clear: both;
	width: 1330px;
	height: 40px;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-family: "Bahnschrift Light SemiCondensed";
	font-size: 20px;
}