/*NORMAL*/
.modaConfiguraciones
{  border:1px solid #0B3049 !important;
}
.manino:hover
{
    cursor: pointer;
}
body .encabezado
{

    color: white;
}
.card_recursos{ color: white;}
/*TEMA OSCURO*/
body.dark-theme  .degradado{

    width: 100%;
    color: white  !important;
    height: auto;
    background: rgb(11,48,73);
    background: linear-gradient(180deg, rgba(11,48,73,1) 0%, rgba(66,125,164,1) 68%, rgba(65,122,159,1) 100%);
}
body.dark-theme .degradado ul li a
{
   
    color: white !important;
}
body.dark-theme {
    background: rgb(47, 47, 47);
    color: #f8f9fa;
}
body.dark-theme .modaConfiguraciones
{
    background: #2F2F2F;
    border:1px solid white !important;;
}
body.dark-theme .degradado 
{
    background: #2F2F2F !important;
}
body.dark-theme .degradado_2 
{
    background: #2F2F2F !important;
    color: white  !important;
}
body.dark-theme .degradado_3 
{
    background: #2F2F2F !important;
    color: white  !important;
}
body.dark-theme .infoCar{
      background: #1c1c1c !important;
      color: white !important;
}
body.dark-theme  .color_base
{
     background: #2F2F2F !important;
}
body.dark-theme .menuRecurso 
{
    background: #555555 !important; 
}

.modoOscuro
{
    background: rgb(47, 47, 47); width: 100%; height: 60px; border-radius: 10px;;
}
/*TEMA BLANCO*/
body.white-theme {
    background: white;
    color: black;
}
body.white-theme .encabezado
{

    color: black !important;
}
body.white-theme .modaConfiguraciones
{
    background: white;
    border:2px solid black !important;;
}
body.white-theme .degradado 
{
    background: white !important;
    color: black !important;
}
body.white-theme .degradado ul li a
{
   
    color: black !important;
}
body.white-theme  .imgF
{   
        filter: brightness(10%);
}
body.white-theme .degradado_2  a
{color: black;
}
body.white-theme .degradado_2
{
    background: white !important;
    color: black !important;
} 
body.white-theme .degradado_3  a
{color: black;
}
body.white-theme .degradado_3
{
    background: white !important;
    color: black !important;
} 
body.white-theme .infoCar{
      background: white !important;
      color: black !important;
}
body.white-theme  .color_base
{
     background: white !important;
    
}
body.white-theme  .color_base a
{
   color: black !important;
    
}
body.white-theme .menuRecurso 
{
    background: #d6d6d6 !important; 
    color: grey !important;
}
body.white-theme  .letra_color
{
  color: black  !important;   
}

/*TEMA GRISS*/
body.gray-theme {
    background: #808080;
    color: white;
}
body.gray-theme .encabezado
{

    color: white !important;
}
body.gray-theme .modaConfiguraciones
{
    background: white;
    border:2px solid black !important;;
}
body.gray-theme .degradado 
{
    background: #808080 !important;
    color: white !important;
}
body.gray-theme .degradado ul li a
{
   
    color: white !important;
}
body.gray-theme .degradado_2  a
{color: white;
}
body.gray-theme .degradado_2
{
     background: #808080 !important;
    color: white !important;
} 
body.gray-theme .degradado_3  a
{color: white;
}
body.gray-theme .degradado_3
{
    background: #808080 !important;
    color: white !important;
} 
body.gray-theme .infoCar{
      background: #808080 !important;
      color: white !important;
}
body.gray-theme  .color_base
{
     background: #808080 !important;
    
}
body.gray-theme  .color_base a
{
   color: white !important;
    
}
body.gray-theme .menuRecurso 
{
    background: #8a8a8a !important; 
}
body.gray-theme .modaConfiguraciones .letra_color
{
  color: black  !important;   
}
body.gray-theme  .letra_color
{
  color: white  !important;   
}
