body {
  float: left;
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Dosis", sans-serif;
}
body #aviso_cookies {
  float: left;
  width: 100%;
  height: 130px;
  padding: 5px 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background: #ffde4b;
  font-size: 18px;
}
body #aviso_cookies #aviso_cookies_titulo {
  float: left;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
}
body #aviso_cookies #aviso_cookies_texto {
  float: left;
  max-width: 900px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
body #aviso_cookies #aviso_cookies_texto .texto_click {
  float: right;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 10px;
  font-weight: 700;
  cursor: pointer;
}
body #cabecera {
  float: left;
  width: calc(100% - 30px);
  height: 108px;
  padding: 10px 10px 10px 20px;
}
body #cabecera #cabecera_logo {
  float: left;
  width: 375px;
  height: 75px;
  background-image: url(../img/logo_bolsa_de_inmuebles.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body #cabecera #cabecera_menu {
  float: left;
  width: calc(100% - 375px);
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
body #cabecera #cabecera_menu .cabecera_menu_opcion {
  float: left;
  width: 150px;
  height: 50px;
  margin: 0 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
body #cabecera #cabecera_menu_movil {
  display: none;
}
body #global {
  float: left;
  width: 100%;
  height: 100%;
}
body #pie_pagina {
  float: left;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
body #pie_pagina #seccion_landing {
  float: left;
  width: calc(100% - 40px);
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  background-color: gainsboro;
}
body #pie_pagina #seccion_landing .landing_page_link {
  float: left;
  width: calc(33.33% - 5px);
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 5px;
  text-align: center;
}
body #pie_pagina #seccion_landing .landing_page_link h2 {
  font-size: 14px;
}
body #pie_pagina #seccion_landing .landing_page_link h2 a {
  text-decoration: none;
}
body #pie_pagina #footer_contenedor {
  float: left;
  width: calc(100% - 50px);
  height: 160px;
  padding: 20px 20px 0px 30px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background-color: #FFDE4A;
}
body #pie_pagina #footer_contenedor #footer_contenido {
  float: left;
  width: calc(100% - 100px);
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
}
body #pie_pagina #footer_contenedor #footer_contenido #footer_texto {
  text-align: center;
}
body #pie_pagina #footer_contenedor #footer_contenido #iconos_redes {
  margin: 10px 0;
  text-align: center;
}
body #pie_pagina #footer_contenedor #footer_logo {
  float: left;
  width: 110px;
  height: 42px;
  background-image: url(../img/logo_asociacion_expertos_inmobiliarios.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body #pie_pagina #footer_movil {
  display: none;
}
body #ventana_info_cookies {
  float: left;
  position: absolute;
  width: 50%;
  height: 650px;
  left: 25%;
  top: 15%;
  background-color: #d8d1ca;
}
body #ventana_info_cookies .texto_legal {
  width: 90%;
  height: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  overflow-y: auto;
  color: #4d4d4d;
}
body #ventana_info_cookies #emergente_boton_cerrar {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background-image: url(../img/bt_cerrar.png);
  background-size: 100% 100%;
  cursor: pointer;
}
body #ventana_lopd {
  float: left;
  position: absolute;
  width: 50%;
  height: 650px;
  left: 25%;
  top: 15%;
  background-color: #d8d1ca;
}
body #ventana_lopd .texto_legal {
  width: 90%;
  height: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  overflow-y: auto;
  color: #4d4d4d;
}
body #ventana_lopd #emergente_boton_cerrar {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background-image: url(../img/bt_cerrar.png);
  background-size: 100% 100%;
  cursor: pointer;
}
body #ventana_aviso_legal {
  float: left;
  position: absolute;
  width: 50%;
  height: 650px;
  left: 25%;
  top: 15%;
  background-color: #d8d1ca;
}
body #ventana_aviso_legal .texto_legal {
  width: 90%;
  height: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  overflow-y: auto;
  color: #4d4d4d;
}
body #ventana_aviso_legal #emergente_boton_cerrar {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background-image: url(../img/bt_cerrar.png);
  background-size: 100% 100%;
  cursor: pointer;
}/*# sourceMappingURL=style.min.css.map */