
.mitad{
  float: left;
  width: 50%;
}
.center{
  text-align: center;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 6;
    top: 40%;
  }
  
  .dropdown-content span {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  
  
  .dropdown-content span:hover {background-color: #ddd;}
  
  .drop_contribuyente{
    top: 11% !important;
    /* top: 15% !important; */

    /* top: 36% !important; */
    /* min-width: 30%;
    left: 35% !important; */
  }

  .drop_clasificacion{
    top: 16% !important;
    /* min-width: 30%;
    left: 67% !important; */
  }

  .drop_tipo_cliente{
    top: 15% !important;
    /* min-width: 30%;
    left: 3% !important; */
  }

  .drop_pais{
    top: 38% !important;
    /* min-width: 30%;
    left: 35% !important; */
  }

  .drop_departamento{
    top: 39% !important;
    /* min-width: 30%;
    left: 67% !important; */
    height: 210px;
    overflow: scroll;
  }

  
  .drop_municipio{
    top: 40% !important;
    /* min-width: 30%;
    left: 3% !important; */
    height: 210px;
    overflow: scroll;
  }

  .drop_sueldo{
    top: 90% !important;
  }
.drop_pagoferiado{
  top: 75% !important;
}
  
  .s_familia{
    top: 30% !important;
  }

  .s_familia02{
    top: 10% !important;
  }

  .select2{
    width: 100% !important;
  }