@charset "utf-8";
/* CSS Document */

p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0% 5%;
}

h2 {text-align: center}

@media screen and (min-width: 601px) {
  p {
	font-size: 1.5em;
	text-align: center;
  }
  h1 {
	font-size: 2.5em;
	}
  h2 {
	font-size: 2.5em;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	}
  h3 {
	font-size: 1.8em;	
	}
}

@media screen and (max-width: 600px) {
  p {
    font-size: 1em;
  }
  h1 {
	font-size: 1.5em;
  }
  h2 {
	font-size: 1.5em;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  }
  h3 {
	font-size: 1.2em;	
  }
}

body {
	margin: auto;
	background-color: black;
	width: 100%;
}

main {
	padding: 2em;
	float: left;
	text-align: right;
	background-color: black;
	width: 90%;
	margin: auto;
}

.caja1 {
	background-color: gold;
	width: 90%;
	float: center;
	padding: 2em 0.5em;
	border-style: solid;
	border-radius: 2em;
	border-color: cadetblue;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	text-align: justify;
	}


img.kbza {
	width: 98%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

