body {
  background: #EAEFE7;
  /*Color de fondo pagina*/ }

/* Colores de celdas de preguntas */
.contenido {
  background-color: #1844b2;
  /* Color base */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1844b2), to(#1844b2));
  /* Degradado */
  background-image: -webkit-linear-gradient(top, #1844b2, #1844b2);
  /* Repetir colores */
  background-image: -moz-linear-gradient(top, #1844b2, #1844b2);
  /* Repetir colores */
  background-image: -o-linear-gradient(top, #1844b2, #1844b2);
  /* Repetir colores */
  background-image: linear-gradient(to bottom, #1844b2, #1844b2); }

/* Repetir colores */
.tematica {
  background-color: #e81409;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e81409), to(#e81409));
  background-image: -webkit-linear-gradient(top, #e81409, #e81409);
  background-image: -moz-linear-gradient(top, #e81409, #e81409);
  background-image: -o-linear-gradient(top, #e81409, #e81409);
  background-image: linear-gradient(to bottom, #e81409, #e81409); }

.neutro {
  background-color: #cccccc; }
