/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */



p { background: #54689B;
  color: #F09D7D;
  font-family: Times New Roman;
  font-size:18px; }
strong { background: #54689B;
  color: #3BE3BF;
  font-family: Times New Roman;
  font-size: 16px; }
em { background: #54689B;
  color: #EDD960;
  font-family: Times New Roman;
  font-size: 16px; }
  li{ background: #54689B;
  color: #F09D7D;
  font-family: Times New Roman;
  font-size: 16px; }
  h1 { color: purple; }
 

#caja .cabecera h1 {
	color: red;
}
 /* puntuacion 1111 siendo la que vemos por ser la que mayor puntuación tiene*/
#caja header h1 {
	color: blue;
}
 /* puntuacion 1102 */
header  h1 {
	color: lime;
}
 /* puntuacion 1002 */
 
h1 { color: green; }
/* puntuacion 1001 */