@charset "utf-8";
/* CSS Document */

body {
  background-color: #ffffff;
  font-family: "Arial", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 100%;
  color: #525252;
}
a:active,
a:visited {
  color: #525252;
}
main {
  width: 920px;
  margin: 0 auto;
  overflow: hidden;
}
header {
  width: auto;
  height: 85px;
  padding: 5px 10px 10px 10px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
header h1 {
  color: #e5a565;
  font-size: 24px;
  font-weight: 200;
  padding: 0 20px;
  margin: 0;
}
.gradiente {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
header menu {
  width: 860px;
  height: 56px;
  margin: 0;
  padding: 0 0 0 40px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
header menu a {
  text-decoration: none;
}
header menu a img {
  margin-right: 10px;
}
header menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  /* width: 410px; */
}
header menu ul li {
  width: auto;
  background-color: #135299;
  border-radius: 7px;
  margin-right: 10px;
  padding: 6px;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}
header menu ul li:last-child {
  margin-right: 0px;
}
header menu ul li:hover {
  background-color: #043C7C;
}
header menu ul li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}
header menu ul li a:active,
header menu ul li a:visited {
  color: #ffffff;
}
footer {
  width: 920px;
  height: 45px;
  margin: 0 auto;
  padding: 5px 0;
  border-top: 1px solid #ececec;
}
footer p {
  font-size: 11px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer p a {
  text-decoration: none;
}
footer p a:hover {
  text-decoration: underline;
}
div#content {
  width: 900px;
  margin: 0 auto;
}
div#content div.fusion-layout-column {
  padding: 0;
}
div#content div.fusion-column-wrapper h2 {
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 5px auto;
  padding: 10px;
  background-color: #E5A565;
  border-radius: 5px;
}
div#content div.breadcrumbs {
  margin: 0 0 0 0 !important;
}
div#content div.breadcrumbs div.fusion-column-wrapper p {
  font-size: 13px;
  margin: 10px 0;
  padding: 0 0 0 0;
  color: #a8a6a7;
}
div#content div.fusion-column-wrapper p {
  font-size: 14px;
  padding: 0 0 0 0;
}
div#content div.fusion-column-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 15px 0 15px 40px;
}
div#content div.fusion-column-wrapper ul li {
  font-size: 14px;
  padding: 0px 25px 15px 25px;
}
div#content div.fusion-column-wrapper ul li:last-child {
  padding: 0px 25px 0px 25px;
}
div#content div.fusion-column-wrapper ul li:before {
  content: "";
  display: block;
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #E5A565;
  left: -20px;
  top: 12px;
}
/* tabla para comision de usuarios */
table.comision td {
  padding: 30px 0 40px 40px;
}

/* banners informes y actas */
.banners .fusion-column-wrapper {
  display: flex;
  justify-content: space-around;
}
.banners a {
  border-radius: 12px;
  margin: 0;
  padding: 0;
  background-color: #135299;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.banners a:hover {
  background-color: #043c7c;
}
.banners img {
  margin-right: 15px;
}
.banners a span {
  display: block;
}
.banners a span.title {
  text-transform: uppercase;
  font-size: 20px;
}
.banners a span.subtitle {
  font-size: 12px;
}
.banners .fusion-clearfix {
  display: none;
}
.informes {
  width: 300px;
  height: 100px;
}
.informes > .text {
  width: 210px;
}
.volver {
  width: 180px;
  height: 70px;
}
.volver > .text {
  width: 85px;
}
/* listas de informes y actas pdf */
div#content div.fusion-column-wrapper p strong {
  color: #15559e;
  text-align: center;
}
table.lista-pdf {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  border-spacing: 0;
  font-size: 14px;
}
table.lista-pdf thead tr th {
  background-color: #e8e8e8;
  font-weight: normal;
}
table.lista-pdf thead tr th,
table.lista-pdf tbody tr td {
  height: 30px;
}
table.lista-pdf tbody tr:nth-child(odd) {
  background: #eadcc5;
}
table.lista-pdf tbody tr:nth-child(even) {
  background: #ffffff;
}
