/*
* Estilo para Estadisticas_IT
*/
#graficos {
    float: right;
    width: 40%;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f3f3f3;
    border-color: #e3e3e3;
}

.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
  }
  .loader
  {
      display: none;
      width:200px;
      height: 200px;
      position: fixed;
      top: 50%;
      left: 50%;
      text-align:center;
      margin-left: -50px;
      margin-top: -100px;
      z-index:2;
      overflow: auto;
  }

  fieldset.fieldset-cv, #campoCategoriaCargo, #campoCargo {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f3f3f3;
    border-color: #e3e3e3;
}

span#submit_busqueda {
    width: 100%;
}