@import url("estilos.css");
@import url("paginacion.css");
#area_trabajo {
  background: no-repeat;
  background-position: center;
  background-image: url("../img/Pentecosta_colom.png");
  margin-bottom: 10px;
  min-height: 600px;
  width: 900px;
  -ms-flex-item-align: center;
      align-self: center;
  border: 3px red; }

#area_trabajo .container {
  width: 100%;
  height: 100%;
  border-color: black;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#area_trabajo .container .titulo h2 {
  background-color: transparent; }

#area_trabajo #listado_completo {
  background-color: silver;
  padding: .5rem;
  margin-bottom: 1rem; }

#botones {
  background: transparent;
  text-align: center; }

#botones input[type="button"] {
  background-color: #6877C0;
  color: #FFF;
  font-size: 1.2rem;
  margin: 0 1rem; }

#area_trabajo #botones_opcion {
  background-color: silver;
  padding: .5rem;
  margin-bottom: 1rem; }

/*# sourceMappingURL=trabajo.css.map */