@charset "UTF-8";
#main {
	background-color: #FFFFFF;
	height: 500px;
	width: 800px;
	margin-top: 20px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	border: 1px solid #297769;
}
#inicio {
	background-color: #FFFFFF;
	height: 398px;
	width: 800px;
	margin-top: 80px;
	margin-left: -400px;
	border: 1px solid #297769;
	position: absolute;
	left: 50%;
}

