body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFF;
  color: #333;
  margin: 0px;
}

table
{
  padding: 2px;
}

table td
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

td a
{
  text-decoration: none;
  color: #446244;
  font-weight: bold;
}

td a:hover
{
  text-decoration: underline;
  color: #2f472f;
}

td a img
{
  border: 0;
  text-decoration: none;
  display: inline-block;
}

th
{
  font-weight: bold;
  background-color: #F7F9F7;
  font-size: 11px;
  color: #446244;
  text-align: center;
  border-spacing: 0px;
  vertical-align: top;
}

th a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #446244;
}

th a:hover
{
  color: #000;
  text-decoration: underline;
}

.tableMain
{
  margin-left: 0.5cm;
  margin-top: 0.5cm;
  margin-right: 0.5cm;
  margin-bottom: 0.5cm;
  width: 90%;
  padding: 2px;
}

.tableSub
{
  background-color: #FFF;
  border-spacing: 4px;
  border-radius: 8px;
  border: 1px solid #D8E1D8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.tableSub td,
.tableSub th
{
   padding: 4px;
   border: 0px;
}

.tableList
{
  background-color: #FFF;
  padding: 6px;
  border: 1px solid #D8E1D8;
  border-collapse: collapse;
}

.tableList td,
.tableList th
{
   padding: 6px;
   border: 1px solid #E5EAE5;
   border-collapse: collapse;
}

.tableList td a,
.tableList th a
{
    text-decoration: underline;
    color: #446244;
    font-weight: bold;
}

.tableList td a:hover,
.tableList th a:hover
{
    color: #2f472f;
}

.tableList td a img,
.tableList th a img
{
    text-decoration: none;
    border: 0;
}

tr
{
  vertical-align: middle;
}

td
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}

input.number
{
  text-align: right;
}

hr
{
  border: 0;
  border-top: 1px solid #446244;
}

.tableSub hr,
.tableMain hr
{
  border: 0;
  border-top: 1px solid #446244;
}

.row_gray
{
  background-color: #FAFAFA;
}

.row_inactive
{
  background-color: #F6CECE;
  color: #000;
}

input.button
{
  border-radius: 5px;
  background-color: #446244;
  border: solid 1px #365036;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  padding: 6px 12px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 4px;
  font-weight: bold;
}

input.button:hover
{
  background-color: #365036;
}

.buttonColor
{
  border-radius: 5px;
  border: solid 1px #446244;
  background-color: #446244;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 6px 12px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 4px;
  font-weight: bold;
}

.buttonColor:hover
{
  background-color: #365036;
  color: #FFF;
}

.buttonColorRed
{
  border-radius: 5px;
  border: solid 1px #7A0707;
  background-color: #8A0808;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 6px 12px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 4px;
  font-weight: bold;
}

.buttonColorRed:hover
{
  background-color: #B00000;
  color: #FFF;
}

.titulo
{
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  color: #2f472f;
}

.subtitulo
{
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  color: #446244;
}

input,
textarea,
select
{
  background-color: #FFFFFF;
  border: 1px solid #BDBDBD;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.2s;
  margin: 2px;
  border-radius: 5px;
  padding: 5px;
}

input:focus,
textarea:focus,
select:focus
{
  outline: none;
  border-color: #446244;
  box-shadow: 0 0 4px rgba(68,98,68,0.25);
}

textarea
{
  resize: none;
}

.espera
{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/espera.gif') 50% 50% no-repeat rgb(249,249,249);
  opacity: .8;
  display: none;
}

.td_totales
{
  background-color: #EFFBEF;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.td_fecha
{
  white-space: nowrap;
  text-align: center;
}

.td_numero
{
  white-space: nowrap;
  text-align: right;
}

.td_grafica
{
  background-color: #FFF;
  border-spacing: 4px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  border: 1px solid #D8E1D8;
  text-align: center;
  vertical-align: middle;
}

.div_tableId
{
  width: 1em;
  height: 1em;
  overflow: auto;
  position: relative;
}

.moneda
{
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}