body {
  background: #EAEFE7;
  /*Color de fondo pagina*/ }

/* Colores de celdas de preguntas */
.contenido {
  background-color: #65add5;
  /* Color base */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#65add5), to(#65add5));
  /* Degradado */
  background-image: -webkit-linear-gradient(top, #65add5, #65add5);
  /* Repetir colores */
  background-image: -moz-linear-gradient(top, #65add5, #65add5);
  /* Repetir colores */
  background-image: -o-linear-gradient(top, #65add5, #65add5);
  /* Repetir colores */
  background-image: linear-gradient(to bottom, #65add5, #65add5); }

/* Repetir colores */
.tematica {
  background-color: 92c707
  background-image: -webkit-gradient(linear, left top, left bottom, from(#92c707), to(#92c707));
  background-image: -webkit-linear-gradient(top, #92c707, #92c707);
  background-image: -moz-linear-gradient(top, #92c707, #92c707);
  background-image: -o-linear-gradient(top, #92c707, #92c707);
  background-image: linear-gradient(to bottom, #92c707, #92c707); }

.neutro {
  background-color: #cccccc; }
