@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Comic Sans MS", cursive;
	color: #300;
	margin: auto;
	height: 600px;
	width: 800px;
}
#principal h1 {
	text-align: center;
}
