body{
    background-color: #F5F5F5;
    font-family: ubunturegular;
    font-size: 18px;
}

.boton{
    font-size: 14px;
    color: #FFF;
    border: 0px #FFF solid;
    padding: 10px 15px;
    cursor: pointer;
    background-color: #333334;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.boton:hover{
    color: #FFF;
    background: #555555; /* Old browsers */
    background: -moz-linear-gradient(top, #555555 0%, #333333 2%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(2%,#333333), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555555 0%,#333333 2%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555555 0%,#333333 2%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555555 0%,#333333 2%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #555555 0%,#333333 2%,#0e0e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.boton_div_flotante{
    font-size: 18px;
    height: 50px;
    width:225px;
}

h1{
    color: #333;
    font-size: 30px;
    text-align: center;
    display: block !important;
}

.section_central{
}


.barraInfo{
    background-color: transparent;
    z-index: 102 !important;
}

.barraInfo_icono_mail{
    background: url('/imagesWebhome/iconos/email/email_negro.png') no-repeat;  
}

.barraInfo_icono_movil{
    background: url('/imagesWebhome/iconos/telefono/movil_negro.png') no-repeat;    
}

.barraInfo_icono_telefono{
    background: url('/imagesWebhome/iconos/telefono/tel_negroo.png') no-repeat;  
}

.barraInfo_icono_buscar_referencia{
    background: url('/imagesWebhome/iconos/buscar/icono_buscar_negro.png') no-repeat;   
}

/*IDIOMAS*/

.idiomas{
    background-color: #000;
}

.header_iconos{
    border-left: 1px #333 solid;
    border-right: 1px #777 solid;
    font-size: 12px !important;
    opacity: 0.7;
}

.header_iconos_te_llamamos{
    background-color: #333334;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    height: 35px;
    opacity: 1;
}

.header_iconos_te_llamamos p{
    color: #FFF;
}

.header_iconos_buscar_referencia{
    display: none;
}

.barraInfo_icono_datos {
    opacity: 0.7;
    float: right !important;
}

.barraInfo_icono_datos{
    font-size: 12px !important;
    color: #333 !important;
}

.header_iconos a{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px !important;
}

.input_estilo_buscar_cabecera{
    background-color: #fff;
    border: 1px #FFF solid;
    color: #000;
}

.cabecera_fondo{
    background-color: #FFF;
}

.cabecera{

}

.cabecera_logo {
    margin: 0px !important;
    top: -30px;
}

.cabecera h4{
    color: #FFF !important;
    font-size: 22px;
    font-weight: lighter !important;
    font-family: courgetteregular !important;
}

.menu_principal{
    background-color: #0371bd;
    min-height: 43px;
    -moz-box-shadow: 0px 2px 2px #333;
    -webkit-box-shadow:0px 2px 2px #333;
    box-shadow: 0px 2px 2px #333;
    top: -15px;
}

.menu_principal_botones {
    float: right;
}

.cabecera_titulo{
    width: 0px !important;
}

.cabecera_redes {
    width: auto !important;

}

.cabecera_redes_icono{
    padding: 8px;   
}

.menu_principal .section{

}

.menu_principal a{
    margin: 0px !important;
    padding: 10px 15px;
    color: #FFF;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    font-family: exo_light !important;
}

.menu_principal a:hover{
    background-color: #333334;
    color: #FFF;
}

#enlace_favoritos{
    color: #333 !important;
}

.favoritos_numero{
    color: #333;
}

.favoritos_icono {
    background: url("/imagesWebhome/iconos/favoritos/icono_favoritos_azul.png") no-repeat scroll 0% 0% transparent;
}




footer{
}

.footer_fondo{
    background-image: url('http://www.aphome.es/ficheros/imgweb/277_background-outer-wrapper.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    -moz-box-shadow: 0px 0px 8px #666;
    -webkit-box-shadow:0px 0px 8px #666;
    box-shadow: 0px 0px 8px #666;
    display: none;
}

.pie_icono_tel{
    background: url('/imagesWebhome/iconos/telefono/tel_gris.png') no-repeat;
}

.pie_icono_movil{
    background: url('/imagesWebhome/iconos/telefono/movil_gris.png') no-repeat;
}

.pie_icono_email{
    background: url('/imagesWebhome/iconos/email/email_gris.png') no-repeat;
}

.pie_icono_direccion{
    background: url('/imagesWebhome/iconos/direccion/direccion_gris.png') no-repeat;
}

.pie_datos_empresa{
}

.pie_datos_empresa small{
    display: block;
}


.pie_datos_empresa p{
    color: #333;  
}

.pie_mapa_web a, .pie_bloque_enlaces a{
    color: #666;        
}

.pie_bloque_enlaces {
    padding: 0px !important;
}

.pie_bloque_enlaces p{
    color: #666;    
    font-size: 17px;
    font-weight: bold;
}
.pie_mapa_web a:hover,.pie_bloque_enlaces a:hover{
    text-decoration: underline;       
}

.pie_bloque_enlaces h3{
    font-weight: lighter;
    text-decoration: underline;
    color: #000;
}

.pie_bloque_enlaces_bloque_tipo {
    max-height: 100px;
    overflow-y: scroll;
}

.pie_bloque_enlaces_bloque_tipo h4{
    font-weight: lighter;
}

.pie_aviso{
    background-color: #000;
    color: #666;
}

.pie_aviso a{
    color: #AAA;
}

.pie_aviso a:hover{
    text-decoration: underline;
}


body[name="inicio"] #zona{
    display: none;
}

.buscador_texto{
    color: #FFF;
    position: absolute;
    right: 0px;
    z-index: 1000;
    left: 0px;
    top:20px;
    font-size: 20px;
    width: 260px;
    display: block !important;
}


.buscador_filtros {
    background-color: #0371bd;
    padding-bottom: 10px;
}

.buscador_filtros_fondo {
    background-color: #0371bd;
}

/*
.buscador_filtros {
    padding-top: 30px;
   background: #004db2;
background: -moz-linear-gradient(top, #004db2 0%, #4096ee 13%, #ffffff 28%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004db2), color-stop(13%,#4096ee), color-stop(28%,#ffffff)); 
background: -webkit-linear-gradient(top, #004db2 0%,#4096ee 13%,#ffffff 28%); 
background: -o-linear-gradient(top, #004db2 0%,#4096ee 13%,#ffffff 28%); 
background: -ms-linear-gradient(top, #004db2 0%,#4096ee 13%,#ffffff 28%); 
background: linear-gradient(to bottom, #004db2 0%,#4096ee 13%,#ffffff 28%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004db2', endColorstr='#ffffff',GradientType=0 ); 
}
*/



.buscador_boton{
    right:  0px !important;
    left: auto !important;
    bottom: auto !important;
    top: 15px !important;
    height: 70px;;
    width: 100px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px #EEE solid;
    background-color: #000000;
}

.buscador_boton:hover{
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow:0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
}

.boton_buscador{
    height: 100% !important;
    width: 100% !important;
    background: url('/imagesWebhome/iconos/icono_buscar_boton_blanco.png') no-repeat;
    background-position: center 5px;
    z-index: 2;
}

.buscador_boton p{
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}


.buscador_bloque_buscador{
    background-color: #008FD4;
    padding-top: 30px;
}


.buscador_referencia p{
    color: #FFF;
}

.buscador_filtros .section {
    width: 1220px !important;
    margin-left: -610px !important;
    left: 50% !important;
}

@media only screen and (max-width: 1260px) {
    .buscador_filtros .section {
        width: 960px !important;
        margin-left: -480px !important;
        left: 50%; 
    }
}

.buscador_slide{
    margin-right:  20px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 5px #AAA;
    -webkit-box-shadow:0px 2px 5px #AAA;
    box-shadow: 0px 2px 5px #AAA;
    border: 3px solid #FFF;
    height: 419px !important;
}



.buscador_slide_imagen {
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius: 8px;
    height: 417px !important;
}


.input_estilo{
    font-size: 12px;
    color: #666;
    border: 1px #BBB solid;
    padding: 4px;
    cursor: pointer;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-width: 170px;
}

.input_estilo:hover{
    border: 1px #888 solid;
}




.banner_precio{
    color: #333; 
    border: 2px #FFF solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #222;
    -moz-box-shadow: 0px 2px 2px #333;
    -webkit-box-shadow:0px 2px 2px #333;
    box-shadow: 0px 2px 2px #333;
}


.banners_novedades_titulo{
    color: #FFF;
    background-color: #0371bd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 2px #333;
    -webkit-box-shadow:0px 2px 2px #333;
    box-shadow: 0px 2px 2px #333;
    width: 85% !important;
}


.banner .banner_imagen{
    border: 2px #FFF solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 1px #333;
    -webkit-box-shadow:0px 0px 1px #333;
    box-shadow: 0px 0px 2px #333;
    width: 190px;
    height: 190px;
    margin-left: 20px;
}

.banners_titulo_icono{
    background: url('/imagesWebhome/iconos/favoritos/icono_favoritos_blanco.png') no-repeat;
}

.slide_bloque {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    min-height: 562px;
    background: url('/imagesWebhome/iconos/cargando_gris.gif') no-repeat;
    background-position: center center;
  
    display: block !important
}

.slide_precio{
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 120px;
    height: 35px;
    padding: 10px 20px;
    background-color: #A80000;
    color: #FFF;
    font-size: 30px;
    text-align: center;
}

.slide_texto{
    position: absolute;
    bottom: 0px;
    color: #382429;
    left: 120px;
    right: 0px;
    background-color: #FFF;
    opacity: 0.7;
    font-size: 25px;
    line-height: 35px;
    overflow: hidden;
    padding: 10px 0px;
    padding-left: 60px;
    height: 35px;
}

.buscador_slide_imagen{
    border: 4px #FFF solid;
    -moz-box-shadow: 0px 0px 5px #BBB;
    -webkit-box-shadow: 0px 0px 5px #BBB;
    box-shadow: 0px 0px 5px #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/*DESTACADOS*/

.destacado1_imagen,.destacado2_imagen,.destacado3_imagen,.destacado4_imagen,.destacado5_imagen,.destacado6_imagen,.destacado7_imagen,.destacado8_imagen{
    float: left;
    width: 50% !important;
    height: 220px !important;
}

.destacado1_texto,.destacado2_texto,.destacado3_texto,.destacado4_texto,.destacado5_texto,.destacado6_texto,.destacado7_texto,.destacado8_texto{
    clear: none !important;
    float: right;
    width: 50% !important;
    height: 220px !important;
}

.destacado1, .destacado2, .destacado3, .destacado4, .destacado5, .destacado6, .destacado7 , .destacado8  {
    background-color: #FFF;
    margin: 1%;
    width: 48% !important;
    -moz-box-shadow: 0px 0px 2px #BBB;
    -webkit-box-shadow:0px 0px 2px #BBB;
    box-shadow: 0px 0px 2px #BBB;
    padding: 0px !important;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.detacados_titulo{
    color: #000;
    border-bottom: 2px #333 solid;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px;
}

.destacado1_texto_titulo, .destacado2_texto_titulo, .destacado3_texto_titulo, .destacado4_texto_titulo, .destacado5_texto_titulo, .destacado6_texto_titulo, .destacado7_texto_titulo, .destacado8_texto_titulo {
    border-bottom: 1px solid #BBB !important;
    padding: 0px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.detacados_titulo_icono{
    background: url('/imagesWebhome/iconos/destacados/icono_destacados_gris.png') no-repeat;
}

.destacado1_texto_titulo a,.destacado2_texto_titulo a,.destacado3_texto_titulo a,.destacado4_texto_titulo a,.destacado5_texto_titulo a,.destacado6_texto_titulo a,.destacado7_texto_titulo a,.destacado8_texto_titulo a{
    color: #000;
}

.destacado1_precio,.destacado2_precio,.destacado3_precio,.destacado4_precio,.destacado5_precio,.destacado6_precio,.destacado7_precio,.destacado8_precio{
    float: right;
    background-color: #FFF;
    color: #000; 
    font-size: 22px !important;
    min-width: 70px;
    text-align: center;
    font-weight: bold;
    padding-right: 10px;
}

.destacado1_precio_extra,.destacado2_precio_extra,.destacado3_precio_extra,.destacado4_precio_extra,.destacado5_precio_extra,.destacado6_precio_extra,.destacado7_precio_extra,.destacado8_precio_extra{
    float: right;
    color: #555;
    font-size: 14px;
    clear: right;
    padding-right: 10px;
}

.destacado1_texto_icono_favoritos,.destacado2_texto_icono_favoritos,.destacado3_texto_icono_favoritos,.destacado4_texto_icono_favoritos,.destacado5_texto_icono_favoritos,.destacado6_texto_icono_favoritos,.destacado7_texto_icono_favoritos,.destacado8_texto_icono_favoritos{
    float: left !important;
    padding-left: 10px;
}

.destacado1_texto_icono_email,.destacado2_texto_icono_email,.destacado3_texto_icono_email,.destacado4_texto_icono_email,.destacado5_texto_icono_email,.destacado6_texto_icono_email,.destacado7_texto_icono_email,.destacado8_texto_icono_email{
    float: left !important;
    margin-left: 10px;
}


.destacado1_habitaciones, .destacado2_habitaciones, .destacado3_habitaciones, .destacado4_habitaciones, .destacado5_habitaciones, .destacado6_habitaciones, .destacado7_habitaciones , .destacado8_habitaciones  {
    position: absolute;
    bottom: 0px !important;
    left: 50% !important;
    right: 33% !important;
    height: 60px !important;
    text-align: center;
    background: url('/imagesWebhome/iconos/destacados/icono_destacado_habitacion_blanco.png') no-repeat;
    background-repeat: no-repeat;
    background-position: top center;
    line-height: 80px;

}

.icono_superficie_img,.icono_habitaciones_img{
    display: none;
}

.destacado1_superficie, .destacado2_superficie, .destacado3_superficie, .destacado4_superficie, .destacado5_superficie, .destacado6_superficie, .destacado7_superficie, .destacado8_superficie  {
    position: absolute;
    bottom: 0px !important;
    left: 66% !important;
    right: 16% !important;
    height: 60px !important;
    text-align: center;
    background: url('/imagesWebhome/iconos/destacados/icono_destacado_superficie_blanco.png') no-repeat;
    background-repeat: no-repeat;
    background-position: top center;
    line-height: 80px;
    border-left: 1px #AAA solid;
}

.destacado1_enlace_ver_ficha, .destacado2_enlace_ver_ficha, .destacado3_enlace_ver_ficha, .destacado4_enlace_ver_ficha, .destacado5_enlace_ver_ficha, .destacado6_enlace_ver_ficha, .destacado7_enlace_ver_ficha, .destacado8_enlace_ver_ficha {
    position: absolute;
    bottom: 0px !important;
    left: 82% !important;
    right: 0% !important;
    height: 60px !important;
    background-color: #691266;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius:0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    font-size: 20px !important;
    background: none;
    background-color: #FFF !important;
    color: #000;
    border-left: 1px solid #AAA;
}


.destacado_claim{
    -moz-box-shadow: 0px 0px 5px #BBB;
    -webkit-box-shadow: 0px 0px 5px #BBB;
    box-shadow: 0px 0px 5px #BBB;
}

.oferta{
    background-color: #990011;
    color: #FFF;
}

.rebajado{
    background-color: #216300;
    color: #FFF;
}

.novedad{
    background-color: #013269;
    color: #FFF;
}

.reservado{
    background-color: #C97506;
    color: #FFF;
}

.proximamente{
    background-color: #691266;
    color: #FFF;
}

.banco{
    background-color: #0B8776;
    color: #FFF;
}
.oportunidad{
    background-color: #C90007;
    color: #FFF;
}

.vendido{
    background-color: #264796;
    color: #FFF;
}

.alquilado{
    background-color: #871446;
    color: #FFF;
}

.exclusiva{
    background-color: #84740D;
    color: #FFF;
}

.comercial{
    background-color: #BF03A0;
    color: #FFF;
}

.playa{
    background-color: #00AFB2;
    color: #FFF;
}

.obraNueva{
    background-color: #FF0090;
    color: #FFF;
}


.negociable{
    background-color: #0066cc;
    color: #FFF;
}


.opcionCompra{
    background-color: #691266;
    color: #FFF;
}

.vacaciones{
    background-color: #c67605;
    color: #FFF;
}
.flexslider .inmueble_claim{
    font-size: 22px;
    left: -10px;
}

/*RECOMENDADOS*/

.recomendado_imagen{
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 3px #FFF solid;
    -moz-box-shadow: 0px 0px 5px #BBB;
    -webkit-box-shadow: 0px 0px 5px #BBB;
    box-shadow: 0px 0px 5px #BBB;
}

.recomendado_texto{
    border: 1px transparent solid;
}

.recomendados_titulo{
    color: #0F181F;
    border-bottom: 2px #0F181F solid;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px;
}

.recomendados_titulo_icono{
    background: url('/imagesWebhome/iconos/destacados/icono_destacados_granate.png') no-repeat;
}

.recomendado_texto_titulo{
    color: #000;
}

.recomendado_precio{
    position: absolute;
    left: 10px;
    bottom: 85px;
    font-size: 21px;
    background-color: #0F181F;
    color: #FFF;
    padding: 0px 10px;
    border: 2px #FFF solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*APP TEXTO*/

.apptexto_responsive img{
    width: 30% !important;
}

.bloque_appTexto ul{
    font-size: 18px;
    text-align: justify;
    list-style-image: url('/imagesWebhome/iconos/lista/icono_lista_gris.png');
    background-color: #EEE;
    width: 100%;
    padding: 10px 10px 10px 40px;
    box-sizing: border-box;
}

.bloque_appTexto ul li{
    padding-bottom: 10px;
}


.segundo_nivel{
    margin-left: 30px;
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
    list-style-image: url('');

}

.bloque_appTexto h2{
    background-color: #078fba;
    width: 100%;
    padding: 10px;
    color: #FFF;
    font-size: 15px;
    box-sizing: border-box;
    text-align: left;
    display: block;
}

.bloque_appTexto h4{
    margin-top: 10px;
    font-size: 16px;
    color: #0E8FA8;
}

.bloque_appTexto h5{
    background-color: #0F181F;
    width: 100%;
    padding: 10px;
    color: #52E3FE;
    font-size: 16px;
    border-radius: 10px 10px 0px 0px;
    box-sizing: border-box;
    text-align: center;
    display: block;
}

.bloque_appTexto h6{
    background-color: #666666;
    color: #FFF;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: lighter;
    box-sizing: border-box;
    text-align: justify;
    display: block;
}

.listarInmuebles_resultados_encontrados{
    font-size: 18px;
}

.bloque_listarInmuebles_left_boton {
    background-color: #F5F5F5 !important;
}

.listarInmuebles_nombre_poblacion{
    font-size: 20px;
    color: #FFF;
}

.ui-tooltip, .arrow:after {
    background: #333334 !important;
    color: #FFF !important;
    font-size: 12px !important;
}

.numero_pagina, .numero_pagina_enlace{
    color: #0F181F;
    border: 1px #BBB solid;
    background-color: #FFF;
}

.numero_pagina_actual, .numero_pagina_actual_enlace, .numero_pagina:hover, .numero_pagina_enlace:hover{
    color: #FFF;
    border: 1px #0F181F solid;
    background-color: #0F181F;
}

/*LISTADO INMUEBLES*/

.bloque_listarInmuebles_right {

}

.listarInmuebles_resultados_encontrados{
    font-size: 18px;
}

.listarInmuebles_nombre_poblacion{
    font-size: 20px;
    color: #FFF;
}


.numero_pagina, .numero_pagina_enlace{
    color: #0F181F;
    border: 1px #BBB solid;
    background-color: #FFF;
}

.numero_pagina_actual, .numero_pagina_actual_enlace, .numero_pagina:hover, .numero_pagina_enlace:hover{
    color: #FFF;
    border: 1px #0F181F solid;
    background-color: #0F181F;
}

.listado_inmuebles_enlace_ficha{
    color: #0F181F;
}



.listado_inmuebles_precio{
    padding: 4px 8px;
    background-color: #0F181F;
    color: #FFF; 
    border: 2px #FFF solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #999;
    -webkit-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
    top: 5px !important;
}

.listado_inmuebles_email_enlace{
    padding: 4px 8px;
    background-color: #0F181F;
    color: #FFF; 
    border: 2px #FFF solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #999;
    -webkit-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
    top: 5px !important;
}

.listado_inmuebles_enlace_ficha{
    color: #FFF;
}

.listarInmuebles_imagen{
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 3px #FFF solid;
    -moz-box-shadow: 0px 0px 5px #BBB;
    -webkit-box-shadow: 0px 0px 5px #BBB;
    box-shadow: 0px 0px 5px #BBB;
}


/*FICHA INMUEBLE*/ 

.ficha_inmueble_bloque_mapa{
    display: none;  
}

.ficha_inmueble_caracteristicas_bloque_superior {
    position: relative;
    width: 100%;
    height: 40px !important;
    line-height: 50px;
    text-align: left !important;
    font-size: 20px;
    border-radius: 15px 15px 0px 0px;
    color: #333;
    border-bottom: 2px #333 solid;
    margin-bottom: 10px;

}


.ficha_inmueble_titulo{

}

.ficha_inmueble_titulo h1{
    color: #333 !important;
    font-size: 22px;
    line-height: 22px;
}

.ficha_inmueble_botones_boton {
    background-color: #FFF !important;
}

.ficha_inmueble_precio{
    color: #333;
    background-color: #FFF;
}

.boton_MostrarContraOferta{
    background-color: #FFF; 
    border: 2px #333 solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #333;
}

.boton_MostrarContraOferta_triangulo{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #333;
}



.ficha_inmueble_contacta_titulo{
    color: #333;
}

.ficha_inmueble_contacta_titulo_separador{
    background-color: #333;

}

.ficha_inmueble_certificacion_energetica_resultado{
    background-color: #333;
    color: #FFF;
}

.tabla_resultados tr.titulo td{
    color: #FFF;
    font-size: 17px;
    border-bottom: 2px #000 solid;
    background-color: #FFF;

}

.listarInmuebles_inmueble{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px #990011 solid;
    padding-bottom: 5px;
}

.tabla_filtros td.tabla_titulo{
    position: relative;
    width: 100%;
    height: 30px !important;
    line-height: 30px;
    text-align: left !important;
    font-size: 20px;
    border-radius: 15px 15px 0px 0px;
    color: #000;
    border-bottom: 2px #333 solid;
    margin-bottom: 0px !important;

}


.listarInmuebles_nombre_poblacion h1{
    color: #333 !important;  
}

.tabla_calculadora_hipoteca_icono{
    background: url('/imagesWebhome/iconos/ficha-inmueble/hipoteca.png') no-repeat;
}

.ficha_inmueble_buscador {
    background-color: #A80000;
}
/*APP NEWSLETTER*/ 

.bloque_newsletter{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #0F181F;
    color: #FFF;
    border: 3px #FFF solid;
    -moz-box-shadow: 0px 0px 5px #BBB;
    -webkit-box-shadow: 0px 0px 5px #BBB;
    box-shadow: 0px 0px 5px #BBB;
}


.bloque_newsletter input.boton{
    float: right;
}


/*CONTACTO*/
.appContacto_tabla_contacto{

}

.claim3{
    width: 31%;
    margin: 1%;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.claim3 .icono_redondo{
    width: 150px;
    max-width: 150px;
    height: 150px;
    -moz-border-radius: 125px;
    -webkit-border-radius: 125px;
    border-radius: 125px;
    background-color: #078fba;
    text-align: center;
    margin: auto !important;
}
.claim3 i{
    vertical-align: middle;
    color: #FFF;
    line-height: 150px;
    font-size: 80px;
}

.claim3 h3{
    color: #000;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: bebas_neue_regularregular;
    font-size: 30px !important;
}

.claim3 p{
    text-align: center;
}


.appMapa{
    width: 100% !important;
    top: -25px;
}

.listarInmuebles_select_ordenar {
    bottom: -10px !important;
}

body[name="quienes somos"] .claim4{
    background-color: #FFF;
    margin: 1.5%;
    width: 22%;
    min-height: 212px;
    -moz-box-shadow: 0px 0px 5px #666;
    -webkit-box-shadow: 0px 0px 5px #666;
    box-shadow: 0px 0px 5px #666;
}

.appFormulario{
    width: 100% !important;
}



.separacion_linea{
    float: left;
    width: 45%;
    height: 2px;
    background-color: #078fba;

}

.separacion_linea_icono{
    float: left;
    width: 10%;
    text-align: center;
    margin-top: -20px;
}

.separacion_linea_icono i{
    font-size: 40px;
}

body[name="inicio"] .bloque_section_960 h2{
    font-size: 30px;
    display: block;
}

.fondo_azul{
    background-color: #0371bd;
}


.pie_bloque_redes {
    bottom: 20px !important;
}

.pie_redes_icono{
    padding: 8px;
}


.buscador_poblaciones{
    font-family: ralewayextralight;
    height: 50px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #BBB;
    -webkit-box-shadow:0px 0px 5px #BBB;
    box-shadow: 0px 0px 5px #BBB;

}

.buscador_poblaciones a{
    width: 25%;
    float: left;
    display: block;
    height: 100%;
    padding: 10px;
    line-height: 30px;
    text-align: center;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 16px;
    border-right: 1px #EEE solid;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.buscador_poblaciones a:hover{
    background-color: #000;
    color: #FFF;
}

.buscador_poblaciones_claim{
    position: absolute;
    height: 50px;
    width: 270px;
    top:-60px;
    background: url('/imagesWebhome/globos/globo_negro.png') no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    color: #FFF;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}

.buscador_transaccion, .buscador_tipo, .buscador_precio, .buscador_provincia, .buscador_poblacion, .buscador_zona {
    width: 18% !important;
}
@media only screen and (max-width: 1460px) {
    .buscador_transaccion, .buscador_tipo, .buscador_precio, .buscador_provincia, .buscador_poblacion, .buscador_zona {
        width: 17.5% !important;
    }
}

@media only screen and (max-width: 1260px) {
    .buscador_transaccion, .buscador_tipo, .buscador_precio, .buscador_provincia, .buscador_poblacion, .buscador_zona {
        width: 17% !important;
    }
}


.cabecera_imagen{
    position: absolute;
    background-image: url('https://www.aphome.es/ficheros/imgweb/566_registre-agents-inmobiliaris-somnisinmo.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100px;
    width: 250px;
        right: 200px;
    top: 20px;
}

@media only screen and (max-width: 960px) {
    .buscador_poblaciones_claim{
        padding: 0px !important;
        background: none;
        background-color: #000;
        width: 100%;
        position: relative;
        line-height: normal;
        top: auto;
        left: auto !important;
    }

    .buscador_poblaciones a{
        width: 100%;
        float: none;
        line-height: normal;
        height: auto;
    }

    .buscador_poblaciones{
        height: 250px;

    }

    .barraInfo{
        background-color: #0371bd;
    }
    
    .cabecera_imagen{
        position: relative;
        right: auto;
        top: auto;
        margin: auto;
    }
    
    .cabecera_titulo{
        display: none;
    }
    
}




header, .menu_principal{
    display: none;
}




