.mar-izq{
    margin-left: 2px;
}
.mar-sup{
    margin-top: 8px;
}
.no-border{
    border: none;
    background-color: transparent;
}
.cursor{
    cursor: pointer;
}
.seleccionado{
    background-color: #de2c2c;
    color: #fff;
}
.logo_lista{
    width: 50px;
    height: 50px;
}
.celda{
    padding: 0;
}
.carga-archivos{
    display: flex;
}
.carga-archivos button{
    margin-left: 20px;
}
.contenedor{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
}
.contenedor .info{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contenedor .formulario{
    width: 60%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
}
.logov{
    width: 250px;
}
.logo-login{
    width: 160px !important;
    max-height: auto;
}
.banner-login{
    border-radius: 50%;
}
.btn-nuevo{
    padding-right: 10px !important;
    margin-right: 25px;
}
.logotipo{
    max-height: 100px !important;
    max-width: 300px !important;
    height: 55px;
    width: auto;
}
.margen-titulos{
    margin: 5px 0 20px 0;
}
.margen-boton{
    margin-top: 30px;
}
.alerta-info{
    color:#842029;
    background-color: #fff3cd;
    border-color: #ffecb5;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 25px;
    border-radius: 5px;
  }
.alerta-info img{
    width: 30px;
 }
#mensajeDNI, #mensajeExiste, #mensajeGuardar, #mensajeValidar{
    display: none;
}
.texto-rojo{
   color:#de2c2c !important;
}
.texto-sub-titulo{
   font-size: 18px;
   color:#de2c2c !important;
}
.texto-sub-titulo-gris{
   font-size: 15px;
   color:#344357 !important;
}
.separador-titulo{
    background-color: #de2c2c;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
}
.fondo-gris{
   background-color: #eee;
}
.grafico_color1{
   color: #830317;
}
.grafico_color2{
   color: #c71743;
}
.grafico_color3{
   color: #e7455b;
}
.grafico_color4{
   color: #f09173;
}
.grafico_color5{
   color: #f5b755;
}
.grafico_color6{
   color: #f9d88a;
}
.grafico_color7{
   color: #fcf6aa;
}