@charset "utf-8";
/* CSS Document */

h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 48px;
	color: #609;
	background-position: center center;
	text-align: center;
}

h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #000;
	background-position: left;
	text-align: left;
	margin: auto;
	padding: 5px;
}

p {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-style: normal;
	color: #000;
	background-position: left;
	text-align: justify;
	white-space: normal;
}

img {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imagenes/img_04.jpg);
	background-position: center center;
}
