#contenido_index {
  float: left;
  width: 100%;
  height: calc(100% - 60px);
  padding: 30px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  background-image: url(../img/fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#contenido_index #titulo_index {
  float: left;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #FFDE4B;
}
#contenido_index #buscador {
  float: left;
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 20%;
}
#contenido_index #buscador .elemento_formulario {
  float: left;
  width: calc(20% - 20px);
  height: 45px;
  background: url(../img/flecha_desplegar.png) no-repeat white;
  background-position: 93% 50%;
  -webkit-appearance: none;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  margin-right: 2px;
  cursor: pointer;
}
#contenido_index #buscador #busqueda_inmuebles {
  float: left;
  width: 20%;
  height: 45px;
  background-color: #4D4D4D;
  font-size: 18px;
  font-weight: 700;
  color: #FFDE4B;
  border: none;
  cursor: pointer;
  line-height: 45px;
}
#contenido_index #buscador #mas_opciones {
  float: left;
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 20%;
  text-align: center;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 300;
}
#contenido_index #busquedas_recientes {
  display: none;
}/*# sourceMappingURL=index.min.css.map */