body {
	background-color: BLACK;
	color: WHITE;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}

#caja .cabecera h1{
  color: yellow;
}

h2 {
  color: #a8d509;
}

h3 {
	color: blue;
}

header h4{
  color: pink;
}