  #dashboard {
    display: flex;
    margin-top:40px;
    flex-direction: row;
    flex-wrap: wrap;
    background: #f7f7f7;
    border-radius: 10px;  
    font-size: 0.75em;  
  }
  .column {
    flex: 1;  
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .apartado {
    flex: 1;
    padding: 0px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .titulo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .contenido {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .valor {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .chart {
    display: flex;
    justify-content: center;
    width: 100%;
  }

    
.lista-informes  {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    flex-direction: row;
    flex-basis: 222px;
 }

a.boton-informe {
    display: block;
    line-height: 24px;
    padding: 30px 19px 9px 20px;
    border-radius: 5px;
    margin-top: 0;
    min-width: 198px;
    text-align: center;
    font-size: 13px;
    color: #a21d9e;
    margin: 14px;
    /*width: 222px;*/
    border: solid 1px #becfd2;
    background: white;
    text-align: bottom;
    vertical-align: bottom;
    min-height: 130px;
    color:#717171;
    transition-duration: 0.3s;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: inherit;    
}

a.boton-informe:hover {
    color: black;
    background: white;
    box-shadow: 0px 0px 10px -5px black;
    transition-duration: 0.3s;
}

.amarillo{color: #fbee06;}
.verde{color: #12fb06;}
.rojo{color: #fb0606;}

.bloque-objetivo{
    border-radius: 5px;
    display: flex;
    margin:10px 0px;
    flex-wrap: wrap;
    background: white;
    box-shadow:#00000014 4px 2px 4px 0;    
    border-radius: 10px
}

#dashboard .col-50{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;


}
#dashboard .col-40{
    width: 40%;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around;
    align-items: flex-start;
}
#dashboard .col-20{
    width: 20%;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around;
    align-items: flex-start;
}
#dashboard .col-16{
    width: 16.6%;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around;
    align-items: flex-start;
}
#dashboard .col-25{
    width: 25%;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around;
    align-items: flex-start;

}
#dashboard .col-60{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;

}
#dashboard .col-100{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;

    justify-content: center;
}
#dashboard .col-33{
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

#dashboard .tabla {}
#dashboard .tabla div {padding: 3px;}
#dashboard .tabla-cabecera {background: #70c937; }

#dashboard .bloque-izquierdo .col-100{
    margin-top: 8px;
}

#dashboard .bloque-izquierdo .bloque-texto{
    margin-top: 5px;
}

#dashboard .bloque-izquierdo .ultimo-bloque{
    margin-bottom: 15px;
}

#dashboard .tabla-chart-left .dato{
    overflow: visible;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5px;
    color: white;
    white-space: nowrap;
    background:#fe7c6f;
    height: 30px;
}

#dashboard .tabla-chart-right .dato{
    overflow: visible;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding-left: 5px;
    justify-content: flex-start;
    color: white;
    white-space: nowrap;
    background:#4897fc;
    height: 30px;
}

#dashboard .tabla-chart-left{
    width: 100%; 
    background:#d1cece; 
    display: flex;
    justify-content: flex-end;
}

#dashboard .tabla-chart-right{
    width: 100%;
    background:#d1cece;
    display: flex;
    justify-content: flex-start;
}

#dashboard .leyenda-gauge{
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}

#dashboard .linea-margen-derecho{
    border-right: 2px dotted #cbdae4;
}

.botones-cabecera-dashboard{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-evenly;
}

.botones-cabecera-dashboard button{
    width: 220px;
    height: 50px;
    border-radius: 10px;
    background: white;
}

.botones-cabecera-dashboard button.active{
    background: #f1f1f1;
}

.bloque-objetivo .titulo{
    text-align: center;
    padding: 10px;
    background-color: #779db761;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
 }
 .bloque-objetivo-cuerpo{
    margin: 0px 12px 12px 12px;
 }

.grafico-barras{
    min-height: 215px;
}

.bloque-contactados{
    text-align: center;
}
.titulo-pre-pie-chart-50{
    margin: auto;
    font-weight: 800;
}

.titulo-pre-pie-chart-100{
    margin-left: 0px;
    font-weight: 800;
}

#dashboard .establecimientos{display: none;}
#dashboard .otros{display: none;}