*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color:grey;
}
#principal{
	background-color:grey;
	border: solid 2px white;  
	border-radius:10px;
	height: 750px;
	width: 800px;
	margin-top: 30px;
	margin-left: 280px;
	margin-bottom: 10px;
}
#banner{
	height: 350px;
	width: 650px;
	margin-left: 80px;
	margin-top: 10px;
}
h2{
	font-family: helvetic;
	margin-left: 120px;
	margin-top: 80px;
	font-size: 22px;
	color: black;
	text-shadow:1px 1px 1px white;
}
#p1{
	margin-top: 50px;
}
p{
	margin-left: 140px;
	text-align: justify;
	font-size: 44px;
	font-family: impact;
	color: red;
	text-shadow:1px 1px 1px white;
}