.bloqueDash {
    /*border: 1px solid red;*/
    clear:left;
    width:100%;
}
  .filtroString {
      float:left;
  }
  .table {
     clear:left;
 }
  .cabeceraTabla {
       background-color: #1a237e; 
       color: white; 
 }
 .cabeceraTablaRoja {
    background-color: red;
    color: white; 
}
 .hoverTabla {
      color:red;
      backgroud-color: green;
 
 }
 .filterString {
     border-bottom: 1px solid grey;
     border-top: 0px;
     border-left: 0px;
     border-right: 0px;
 }
 /* boton invisible para cambiar a datos reales */
 #btnRevision:focus, #btnRevision:active { 
     outline: none;}
 #botonExtrae {
     border-radius: 10px;
 }
 #btnExitInforme {
    border-radius: 10px;  
 }
/* colores del datepicker de Materialize  */
.datepicker-date-display { background: #1a237e;}
.datepicker-calendar-container { color: black;}
.is-today { color: orange !important;}
.datepicker-table td.is-selected {background: #1a237e !important;}
.datepicker-cancel, .datepicker-done {color: #1a237e;} 