.agenda {
  margin-bottom: 20px;
  margin-left: 15px;
}

.agenda h2 {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  color: #f0871a;
  font-family: 'lifestylem54', Arial;
  font-size: 1.2em;
}

.agenda h2.hoy {
  border-top: #d8d8d8 1px dashed;
  margin-top: 30px;
  border-bottom: #d8d8d8 1px dashed;
}

.agenda-descripcion {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: #d8d8d8 1px dashed;
}

.agenda-descripcion header {
  font-family: 'lifestylem54', Arial;
  color: #4f4f4f;
  font-size: 1.3em;
  margin-bottom: 5px;
}

.agenda-descripcion p {
  color: #595756;
  font-size: 0.80em;
  padding-bottom: 5px;
  line-height: 1.4;
}

.agenda-descripcion img {
  max-width: 100%;
  height: auto;
}

.agenda-formulario-campos {
  padding-top: 0px;
  margin-bottom: 20px;
}

.agenda-formulario-campos form label {
  color: #000;
  margin-left: 20px;
  font-size: 0.9em;
  font-family: 'lifestylem54', Arial;
}

.agenda-formulario-campos form input[type="text"] {
  padding: 5px;
  width: 200px;
  border: 1px solid #a3a3a3;
  margin-left: 20px;
  margin-bottom: 8px;
  font-size: 1.00em;
}

.agenda-formulario-campos form input[type="submit"] {
  font-family: 'lifestylem54', Arial;
  color: #fff;
  padding: 10px 20px 8px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #aeaeae;
  background-image: linear-gradient(bottom, #ff661d 61%, #ff9657 100%);
  background-image: -o-linear-gradient(bottom, #ff661d 61%, #ff9657 100%);
  background-image: -moz-linear-gradient(bottom, #ff661d 61%, #ff9657 100%);
  background-image: -webkit-linear-gradient(bottom, #ff661d 61%, #ff9657 100%);
  background-image: -ms-linear-gradient(bottom, #ff661d 61%, #ff9657 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.61, #ff661d), color-stop(1, #ff9657));
  margin-left: 20px;
  font-size: 0.80em;
  border: 1px solid #bd5416;
  cursor: pointer;
}

.agenda-formulario-campos form input[type="submit"]:hover {
  background-image: linear-gradient(bottom, #ff9657 61%, #ff661d 100%);
  background-image: -o-linear-gradient(bottom, #ff9657 61%, #ff661d 100%);
  background-image: -moz-linear-gradient(bottom, #ff9657 61%, #ff661d 100%);
  background-image: -webkit-linear-gradient(bottom, #ff9657 61%, #ff661d 100%);
  background-image: -ms-linear-gradient(bottom, #ff9657 61%, #ff661d 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.61, #ff9657), color-stop(1, #ff661d));
}

.calendario {
  background-image: url("/images/calendario.png");
  background-repeat: no-repeat;
  background-position: center right;
}

/* Paginación */
.agenda .span12 {
  font-family: 'lifestylem54', Arial;
  font-size: 1.2em;
  color: #000;
}

.agenda .span12 a {
  font-family: 'lifestylem54', Arial;
  color: #000;
  text-decoration: none;
  padding: 0 8px;
}

.agenda .span12 a:hover {
  color: #f0871a;
}

.agenda .pagina-actual {
  font-family: 'lifestylem54', Arial;
  color: #000;
  text-decoration: underline;
  padding: 0 8px;
}
