

body 
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: justify;
  color: #333;
  padding-right: 0 !important;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



a 
{
  color: #2B2D42;
  font-weight: 500;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover, a:focus {
  color: #D10024;
  text-decoration: none;
  outline: none;
}

.navbar
{
    background-color: #001081;
}

footer 
{
    background-color: #001081;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px;
}

.modal-backdrop {
   background-color: none;
   background: none;
}
.modal { 
   background-color: none !important; 
   background: none;
}


.containerCentral
{
  padding-top: 0%;
  padding-left: 2%;
  padding-right: 2%;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/*----------------------------------------------CUADROS PERFECTOS PARA LOS MENUS*/ 
.div_cuadrosPerfectos
{
  background-color: #f1f1f1;
}
.box {
   background: #fff;
   border-radius: 4px;
   height: 200px;
   max-height: 200px;
}
.col-lg-2, .col-md-3, .col-xs-6{
    margin-top: 30px !important;
}
.p_tituloCuadroPerfecto
{
  color: black;
  text-align: center;
}
.fontAwesome_CuadroPerfecto
{
  color: #288635;
}
.fontAwesome_CuadroPerfecto_rojizo
{
  color: #BF390A;
}
.fontAwesome_CuadroPerfecto_azulado
{
  color: #4473BF;
}
.A_tag_CuadroPerfecto
{
  text-decoration: none;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


/*----------------------------------------*/

.btn_redondo
{

  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.btn_redondo_md
{
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.label_purpura
{
  background-color: #0C31B5;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_purpura
{
  background-color: #0C31B5;  /* se volvio azul */
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_purpura:hover
{
  background-color: #0061FF;  /* se volvio azul */
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_arandano
{
  background-color: #AB0040;
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_arandano:hover
{
  background-color: #C8004C;
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_oscuro
{
  background-color: #2D2D2D;
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}
.boton_oscuro:hover
{
  background-color: #4D4D4D;
  background: linear-gradient(#7E7E7E, #2D2D2D);
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 100%;
}












/*-----------------------------------------------------------------------------------------------------------*/
tfoot 
{
  font-weight: bold;
  text-align: left;
}
/*
tr:hover
{
  background-color: #6EB971;
  color: white;
}
*/
td:hover
{
  background-color: #6EB971;
  color: white;
}
/*
.thead-dark
{
  background-color: #2D2D2D;
  color: white;
  font-weight: bold;
}
th, td { 
  white-space: nowrap;
  min-width: 200px;
  max-width: 200px;
  text-align: left;
  font-size: 12px;
  text-overflow: ellipsis; 
  white-space: nowrap;
  overflow-x: hidden;
}
*/


table
{
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.th_fa_icon, .td_fa_icon
{
  min-width: 55px;
  max-width: 15px;
}
.th_fa_icon:hover, .td_fa_icon:hover
{
  min-width: 55px;
  max-width: 15px;
  background-color: white;
}
.th_fecha, .td_fecha
{
  min-width: 170px;
  max-width: 170px;
}
.th_comun, .td_comun
{
  min-width: 250px;
  max-width: 250px;
}

.td_dinero {
  color: red;
  font-weight: bold;
}


tr.selected {
    background-color: #CFE55B !important;
    color: #000 !important;
}
tr:hover {
    background-color: #cbf5eb;
    color: #2da79b;
    transition: 0.3s;
    cursor: pointer;
    clip-path: polygon(0% 0%, 98% 0%, 100% 50%, 98% 100%, 0% 100%);
}

/*.td_titulo_subCuenta
{
  min-width: 200px;
  max-width: 200px;
  max-width: 100px;
  overflow: hidden;
}
.td_fa_icon
{
  min-width: 45px;
  max-width: 45px;
}
.table-condensed{
  font-size: 12px;
  text-align: left;
}*/

/*-----------------------------------------------------------------------------------------------------------*/

