/* buscador: diseÃ±o horizontal */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_buscador_horizontal.css");
@import "imp_footer3.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Muli:400,700');

/* ====================
   GENERALES
   ==================== */
#ficha > div.header > div.actionBar > ul > li > a{
    font-size: 16px !important;
    color: #8B1713 !important;
}
header {
    position: relative;
    background: #e8b64d;
}

#logo {
    top: 16px;
    z-index: 2;
}

section {
    margin: 40px auto;
}

body {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #575757;
}

a:hover, a:active {
    color: #8b1713;
}

::selection {
    background: #8b1713;
    color: #FFF;
}

.btn {
    border-radius: 3px;
    border: none;
    background: #8b1713;
    color: #e8b64d;
    padding: 11px 25px 27px 25px;
}

.btn:hover {
    border: none;
    background: #000;
}

#bgContent {
    position: relative;
    /*z-index: 8;*/
    padding-top: 1px;
}

#home #bgContent {
    padding-top: 0;
}

h2 {
    background: none;
    color: #8b1713;
    text-transform:uppercase;
    font-weight: 700;
    height: 31px;
    font-size: 29px;
    line-height: 31px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom:50px;
}

.etiqueta {
    top: 10px !important;
}

.modalContainer {}

.simuladorHipoteca.modalContainer .modal {
    padding: 47px 0 30px 0;
}

.modalContainer form {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

form div.line input[type="text"], form div.line select, form div.line textarea {
    border-radius: 0;
    height:38px;
}

.offers {
    margin: 40px auto;
}


/* ====================
   SLIDER
   ==================== */
#slider {
    z-index: 0;
    position: relative;
    min-height: 192px;
    background: url(slider_images/img01.jpg) no-repeat center top;
}

#slider .nivoSlider {
    margin: 0 auto;
}

#slider #slideshow  img {
}

.nivoSlider img {
    width: 1920px !important;
    height: 800px !important;
    left: 50% !important;
    margin-left: -960px !important;
}

.nivo-caption {
    background: rgba(255,255,255,0.6) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    display: none !important;
}

.nivo-caption p {
    color: #d81010;
    font-size: 26px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 1px 1px #616161;
}

.nivo-directionNav {
    position: absolute;
    bottom: 160px;
    left: 50%;
    z-index: 10000;
    height: 60px;
    display: none;
}

.nivo-directionNav a {
    top: 0 !important;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background-image: url(img/nav_slider.png);
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.nivo-directionNav a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nivo-directionNav a.nivo-nextNav {
    background-position: -60px 0;
}

.nivo-directionNav a.nivo-prevNav {
    background-position: 0 0;
}

.nivo-prevNav {
    left: initial !important;
    right: 70px;
}


/* ====================
   NAVEGACIÃ“N
   ==================== */
#navegacion #navHeader {}

#navegacion {
    position: absolute;
    top: 138px;
    z-index: 11;/*9*/
    background: none;
}

#navegacion nav {
    display: table;
    margin: 0 auto;
    position: relative;
}

#navegacion #navHeader #navLinks {
    margin-left: -15px;
}

#navegacion #navHeader #navLinks li {
    /*border-right: 1px solid #ccc;*/
}

#navegacion #navHeader #navLinks li:last-child {
    border-right: none;
}

#navegacion ul li a {
    height: 38px;
    line-height: 38px;
    padding: 0px 15px !important;
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

#navegacion ul li.dropDownMenu ul li a {
    color: #000 !important;
}

#navegacion ul li:hover > a, #navegacion ul li > a:hover {
    background: none;
    color: #8b1713 !important;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

#navegacion ul li.dropDownMenu ul li.dropDownMenu a {
    color: #000 !important;
}

#navegacion ul li.dropDownMenu ul li.dropDownMenu:hover > a,#navegacion ul li.dropDownMenu ul li.dropDownMenu a:hover {
    color: #fff !important;
}

#navegacion ul li.dropDownMenu:hover > a, #navegacion ul li.dropDownMenu > a:hover {}

#navegacion ul li.dropDownMenu:hover ul li:hover {
    background: rgba(139,23,19,0.85) !important;
}

#navegacion ul li.dropDownMenu:hover ul li a, #navegacion ul li.dropDownMenu ul li a:hover {
    background: none !important;
}

#navegacion #navLinks li:last-child a {
    border-right: none;
}

#navegacion ul li.dropDownMenu:hover > a {
    /*color: #fff !important;*/
    border-bottom: none !important;
}

#navegacion ul li.dropDownMenu:hover > a:after {
    display: none;
}

#navegacion nav div > ul > li > a, #navegacion nav ul#favoritos > li > a {
    position: relative;
}

#navLinks .dropDownMenu > a > i {
    float: right;
    margin-top: 12px;
    margin-left: 4px;
}

#navLinks .dropDownMenu > a > span {
    float: left;
}

.dropDownMenu ul {
    background: rgba(232,182,77,0.85) !important;
}

.dropDownMenu ul li a {
    color: #fff !important;
    border-right: none !important;
    margin: 0 10px;
}

.dropDownMenu ul li a:hover {
    color: #fff !important;
    background: #404d36 !important;
}

#navegacion.fixed {
    position: absolute;
    top: 91px;
}

#operationList > li > a > i {
    color: transparent;
    background: url(img/icn_select.png)no-repeat !important;
    font-size: 30px;
    top: 1px;
    left: -5px;
    position: relative;
    width: 22px;
}



/* ====================
   FAVORITOS
   ==================== */

#navegacion nav ul#favoritos > li > a span{
    display:none !important;
}
#navegacion ul#favoritos {
    float: none;
}

#navegacion ul#favoritos > li:hover > a {
}

#navegacion ul#favoritos > li > div {
    background: rgba(255,255,255,0.8) !important;
    left: 50%;
}

#navegacion ul#favoritos > li > div > div > div > ul > li {
    background: #fff;
    height: 190px;
    padding: 0px !important;
}

#navegacion ul#favoritos > li > div > div > div > ul > li:hover {
}

#navegacion ul#favoritos > li:hover > div a {
    height: 82px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
    top: 0px;
    left: 0px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 a {
    padding: 0 !important;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px !important;
    line-height: 22px;
    color: #e8b64d !important;
    text-shadow: none;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido {
    padding: 0 5px;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas {
    height: 32px;
    color: #575757;
}

#navegacion ul#favoritos > li > div > div > div > ul > li .contenido .precio {
    background: none !important;
    color: #292929 !important;
    margin-top: -10px;
    font-weight: 700;
    text-align: left;
}

/*--------------------
 :: IDIOMAS
--------------------*/

#navegacion ul#idiomas li a.langSelect i {
    color: transparent;
    background: url(img/icn_select.png)no-repeat !important;
    font-size: 39px;
    top: 9px;
    left: -4px;
    position: relative;
}
#navegacion ul#idiomas li .bandera{
    top:1px;
}
#navegacion ul#idiomas {
    position: absolute;
    top: -8px;
    right: -15px;
}

#navegacion ul#idiomas li a {
    background: none !important;
    text-transform: inherit;
    font-weight: 300;
}

#navegacion ul#idiomas > li:hover > a {
    background: none !important;
}

#navegacion ul#idiomas li ul {
    background: rgba(232,182,77,0.85) !important;
}

#navegacion ul#idiomas li ul li a {
    height: 30px;
    line-height: 30px;
}

#navegacion ul#idiomas li:hover > a {
}

#navegacion ul#idiomas li ul li:hover > a {
    color: #FFF !important;
}

#navegacion ul#idiomas li a span > span:last-child {
    font-weight:600;
    font-size:15px;
    margin-left: 11px;
}


/* ====================
   DATOS CONTACTO HEADER
   ==================== */
header .datosContacto {
    top: 17px !important;
    z-index: 1;
}

header .datosContacto address {
    background: none;
    color: #575757;
    padding: 0;
    position: relative;

}

header .datosContacto address a {
    color: #8b1713;
    text-decoration: none;
}

header .datosContacto address ul {
    position: relative;
}

header .datosContacto address ul li {
    margin-right: 15px;
    color: #8b1713;
    display: inline-block;
    font-size: 18px;
}

header .datosContacto address ul li i {
    margin-right: 5px;
}

header .datosContacto address ul li.telefono {
    background: url(img/icn_tlf.png) no-repeat left -3px;
    padding-left: 32px;
}

header .datosContacto address ul li.telefono i {
    display: none;
}

header .datosContacto address ul li.email {
    margin-right: 0;
}

header .datosContacto li.agencia, header .datosContacto li.direccion, header .datosContacto li.poblacionProvincia, header .datosContacto li.fax, header .datosContacto li.movil, header .datosContacto ul:first-child li:last-child, header .datosContacto address .socialLinks {
    display: none !important;
}

header .datosContacto address .socialLinks {
    border-top: none;
    margin: 0;
    padding: 0;
}

header .datosContacto address .socialLinks li {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

header .datosContacto address ul:after {
    content: "";
    background: url(img/eslogan.png)no-repeat;
    position: absolute;
    top: 47px;
    right: 0;
    width: 408px;
    height: 46px;
}
header .datosContacto address ul li i {
    margin-right: 5px;
    color: transparent;
    width: 29px;
    font-size: 29px;
}
header .datosContacto address ul li.telefono i {
    color: transparent;
    background: url(img/icn_tlf.png) no-repeat left center;
    position: relative;
    top: 3px;
}
header .datosContacto address ul li.email i {
    color: transparent;
    background: url(img/icn_mail.png) no-repeat left center;
    height: 22px;
    position: relative;
    top: 7px;
    left: 5px;
}

/* ====================
   BUSCADOR
   ==================== */
#buscador {
    top: -115px;
    background: #e8b64d;
    background: rgba(232,182,77,0.85) !important;
    width: 100%;
    left: 0;
    margin-left: 0;
    display:none;
}

#home #buscador {
    top: -185px;
    display:block;
}

#buscador > div {
    margin: 0 auto;
    position: relative;
    padding: 0 0 30px 0;
    display:table;
}

#buscador div#openProperty, #buscador div#openNew {
    position: relative;
    top: 15px;
}



#buscador .tabs {
    margin-top: -34px;
    border-bottom: 1px solid transparent;
}

#buscador .tabs li a {
    color: #8b1713;
    border-radius: 0;
    background: rgba(232,182,77,0.65) !important;
    font-weight:600;
}

#buscador .tabs li a:hover {
    border-bottom: none;
    background: #e8b64d;
    background: rgba(232,182,77,0.85) !important;
}

#buscador .tabs li.activo a {
    background: #e8b64d;
    background: rgba(232,182,77,0.85) !important;
    color: #8b1713;
    border: none;
    border-bottom-color: rgba(0, 0, 0, 0);
    text-shadow: none;
}

#buscador label {
    color: #8b1713;
    font-size: 14px;
    font-weight:600;
}

#buscador div#openProperty form, #buscador div#openNew form, #buscador div#openProperty form fieldset, #buscador div#openNew form fieldset {
    margin-bottom: 0;
    padding-bottom: 0;
}

.modal label {
    color: #575757 !important;
}

/*div#openProperty form:last-child div.line:last-child {
	width: 68px !important;
}*/

.filtroResultados > ul > li > ul {
    top: 37px;
}

.filtroResultados > ul > li > ul:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 9px;
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #e4e4e4;
}

.busquedaAvanzada > a {
    padding: 10px 15px;
    top: -34px;
    background: rgba(232,182,77,0.65) !important;
    color: #8b1713;
    font-weight:600;
}

.busquedaAvanzada > a:hover {
    text-shadow: none;
    background: rgba(232,182,77,0.85) !important;
}

#buscador div #openProperty form fieldset .line div select, #buscador div #openNew form fieldset .line div select {
    background: #FFF url(img/icn_select.png)no-repeat right !important;
    -webkit-appearance: none !important;
    transition: all 0.5s ease;
}
#buscador div form fieldset button{
    top:8px !important;
    padding: 7px 12px !important;
}
#buscador div form:first-child fieldset button{
    padding:0 !important;
}

/* ====================
   MAIN TEXT
   ==================== */
article#mainText {
    background: none;
    display: none;
}

article#mainText h2, article#mainText .datosContacto {
    display: none;
}


/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */
.promocion, .venta, .alquiler {
    padding: 0px !important;
}

.promocion {
    background: #ffedc8bd;
    border: 1px solid #ccc;
}

.venta, .alquiler {
    /*padding-top: 27px !important;*/
    border: solid 1px #ccc;
    background: #ffedc8bd;
}

.promocion h3, .venta h3, .alquiler h3 {
    width: 100%;
    color: #08bed0;
    font-weight: 400;
    text-align: left;
    margin: -2px 0 0 0;
    padding: 3px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    overflow: visible;
    z-index: 10;
}

.promocion h3 {
    color: #e8b64d;
    background: #8b1713;
    font-family: 'Muli', sans-serif;
    letter-spacing:1px;
    font-size: 17px;
    padding: 5px 15px;

}

.promocion figure:hover .sliderPropiedad.sliderMini {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.promocion figure div.mask {
    background: none;
    bottom: 0;
}

.promocion figure:hover div.mask {
}

.promocion figure div.mask a {
    width: 100%;
    padding: 7px 0;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: none;
    text-indent: -9999px;
}

.promocion .contenido {
    margin: 5px 0 10px 0;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 10;
    position: relative;
}

.promocion .contenido .acciones {
    display: none;
}

.promocion .contenido .descripcionCaracteristicas p {
    text-align: left;
    font-size: 13px;
    margin: 0px;
    color: #8b1713;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.promocion .contenido .precio {
    background: none;
    color: #8b1713;
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-align: left;
}

.box_vertical .etiqueta {
    top: 40px !important;
    left: -5px !important;
}

.venta h3, .alquiler h3 {
    text-align: left;
    margin: 0;
    color: #8b1713;
    font-family: 'Muli', sans-serif;
    letter-spacing:1px;
    font-size: 17px;
    padding: 15px 10px 5px 10px;
}

.box_horizontal .venta h3, .box_horizontal .alquiler h3 {
    top: 7px !important;
    left: 160px !important;
    width: 301px !important;
    color: #8b1713;
    font-weight:700;
    background: none;
}

.venta figure div.mask, .alquiler figure div.mask {
    background: none;
    height: 25px;
    z-index: 11;
}

.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
    background: #ffffff00;
}

.venta figure div.mask div.referencia span, .alquiler figure div.mask div.referencia span {
    color: #fff !important;
    font-weight: bolder;
}

.venta figure .sliderPropiedad.sliderMini, .alquiler figure .sliderPropiedad.sliderMini {

}

.venta figure:hover .sliderPropiedad.sliderMini, .alquiler figure:hover .sliderPropiedad.sliderMini {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.box_horizontal .venta .contenido .descripcionCaracteristicas h4, .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 {
    margin-top: 25px;
    text-align: left;
    font-size: 15px;
}

.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.venta .contenido .acciones, .alquiler .contenido .acciones {
    position: absolute;
    left: 10px;
    display: none;
}

.venta .contenido .acciones a, .alquiler .contenido .acciones a {
    font-size: 18px;
    width: 16px;
    height: 19px;
    display: block;
    overflow: hidden;
}
.sliderPropiedad .sliderPrincipal .img img {
    max-height: 205px;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a {
    width: 18px;
    height: 33px;
    top: 50%;
    margin-top: -16px;
    background-image: url(img/nav_slider_box.png);
    background-repeat: no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.sliderPropiedad.sliderMini .sliderPrincipal > a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.anterior {
    background-position: 0 0;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.siguiente {
    background-position: -18px 0;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a i {
    display: none;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.anterior:hover, .sliderPropiedad.sliderMini .sliderPrincipal > a.siguiente:hover {
    cursor: pointer;
}

.venta .contenido, .alquiler .contenido {
    padding: 0 10px;
    margin-top: 5px;
}

.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
    text-align: right;
    padding: 0 10px;
    background: transparent;
    color: #000;
    right: 0px !important;
    padding: 4px 15px 5px 10px !important;
    z-index: 10 !important;
    position: relative;
    bottom: 18px;
    /*left: -5px;*/
    width: 93%;
    height: 15px;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
}

.venta .contenido .precio p, .alquiler .contenido .precio p {
    line-height: 20px;
}

.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
    color: #e8b64d;
    margin: -10px 0 -24px 0;
}

#results .box_horizontal .venta .contenido .precio .antes, #results .box_horizontal .alquiler .contenido .precio .antes {
    color: #e8b64d;
    margin: 0 20px 0 0;
}

.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
    color: #000;
}

.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
    margin-top: 7px;
    /*text-align:center;*/
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li{
    text-align:center;
    margin: 10px;
}
.box_horizontal .venta .contenido .descripcionCaracteristicas ul.caracteristicas li , .box_horizontal .venta .contenido .descripcionCaracteristicas ul.caracteristicas li{
    text-align:left;
}

.contenido .descripcionCaracteristicas .caracteristicas li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 0px;
    display: none;
}

.contenido .descripcionCaracteristicas .caracteristicas li.habitaciones {

}

.contenido .descripcionCaracteristicas .caracteristicas li.habitaciones i {
    background: url(img/icn_habitaciones.png) no-repeat;
}

.contenido .descripcionCaracteristicas .caracteristicas li.supConstruida i, .contenido .descripcionCaracteristicas .caracteristicas li.supHabitable i, .contenido .descripcionCaracteristicas .caracteristicas li.supParcela i {
    background: url(img/icn_sup.png) no-repeat;
}

.box_horizontal .promocion figure, .box_horizontal .venta figure, .box_horizontal .alquiler figure {
    top: 10px;
    left: 10px;
}

.box_horizontal .promocion .contenido .precio, .box_horizontal .venta .contenido .precio, .box_horizontal .alquiler .contenido .precio {
    position: absolute;
    top: -14px;
    right: 10px;
    background:#8b1713;
    color:#e8b64d;
    padding: 3px 10px;
}

.box_horizontal .promocion .descripcion, .box_horizontal .venta .descripcion, .box_horizontal .alquiler .descripcion {
    float: none;
}

.contenido .descripcionCaracteristicas {
    text-align: left;
}

.box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
    float: left;
    margin-left: 15px;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas, .box_horizontal .alquiler .contenido .descripcionCaracteristicas {
    margin-top: 25px;
}

#results .box_horizontal .venta .contenido .acciones, #results .box_horizontal .alquiler .contenido .acciones {
    display: none;
}

.box_horizontal .promocion, .box_horizontal .venta, .box_horizontal .alquiler {
    min-height: 131px;
    padding-top: 0 !important;
}



/* ====================
   FORMULARIO ALERTAS BÃšSQUEDAS
   ==================== */



/* ====================
   MAILING LIST
   ==================== */
aside {
    background: #f6f6f6;
    padding-bottom:0 !important;
}

aside #mailingList p, aside #mailingList form .line.checkbox p a {
    color: #8b1713;
    font-weight:600;
}
aside #mailingList form .line.checkbox p a {
    font-weight:normal;
}

aside #mailingList form .line.checkbox {
    top: 50px;
}

aside #mailingList form .line button {
    margin: 0;
    padding: 9px 25px 24px 25px;
    position: relative;
    top: 3px;
}


/* ====================
   RESULTS
   ==================== */
.vistaResultados ul li a:hover, .vistaResultados ul li a.activo, .paginacion ul li span.activa, .paginacion ul li a:hover {
    background: #e8b64d;
    border: 1px solid #e8b64d;
}

.paginacion ul li span, .paginacion ul li a {
    border: 1px solid #e8b64d;
    color: #08bed0;
}
.breadcrumbs > ul > li > a {
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;

}
.breadcrumbs > ul > li{
    font-weight: 700;

}


/* ====================
   LEYENDA RESULTADOS
   ==================== */



/* ====================
   FICHA
   ==================== */
#detalle #ficha .header .headerTitulo  {
    border-bottom: 3px solid #8b1713;
    background:#e8b64d;
    color:#8b1713;
}
#detalle #ficha .header .headerTitulo .headerRight .precioReducido{
    color:#8b1713;
}
#detalle #formMasInfo {
    width: 100%;
    float: none;
}

#detalle .colIzq .detallesFicha {
    width: 100% !important;
    float: none !important;
}

#detalle #sliderPropiedad .img img {
    max-width: 100%;
}

#sliderPropiedad .sliderPrincipal > a {
    /*width: 28px;
    height: 55px;
    top: 50%;
    z-index: 10;
    margin-top: -26px;
    background-image: url(img/nav_slider.png);
    background-repeat: no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);*/
}

#sliderPropiedad .sliderPrincipal > a:hover {
    /*opacity: 1;
    filter: alpha(opacity=100);*/
}

#sliderPropiedad .sliderPrincipal > a.anterior {
    /*background-position: 0 0;*/
}

#sliderPropiedad .sliderPrincipal > a.siguiente {
    /*background-position: -28px 0;*/
}

#sliderPropiedad .sliderPrincipal > a i {
    /*display: none;*/
    text-shadow: 0 0 2px #575757;
}

#sliderPropiedad .sliderPrincipal > a.anterior:hover, #sliderPropiedad .sliderPrincipal > a.siguiente:hover {
    /*cursor: pointer;*/
}

#fichaScroll {
    top: 10px;
    left: 10px;
    width: 170px;
    margin-left: 0;
    background: #677172;
    box-shadow: 0 0 2px #575757;
    z-index: 10;
}

#fichaScroll figure, #fichaScroll div {
    float: none;
    width: auto;
}

#fichaScroll div ul li {
    display: block;
    width: 100%;
    color: #fff;
}

#fichaScroll div ul li i {
    color: #292929;
}

body#promo_details #detalle .colDch {
    position: relative;
}

body#promo_details #detalle .colDch {
    padding-top: 260px;
}

body#promo_details #detalle .colDch .detallesFicha {
    position: absolute;
    top: 0;
    width: 100%;
}

#detalle #ficha .actionBar ul li a {
    color: #575757;
}

/* ====================
   CONTACTO
   ==================== */



/* ====================
   CAPTACIÃ“N
   ==================== */
form fieldset legend {
    color: #E0AC47;
    border-bottom: 3px solid #8B1713;
    padding: 8px 0;
    margin: 0 0 10px 0;
}



/* ====================
   MODAL
   ==================== */
.modalContainer form .colIzq, .modalContainer form .colDcha {
    width: 49% !important;
}

.modalContainer form .colDcha {
    float: right !important;
}



/* ====================
   FOOTER
   ==================== */
footer {
    background: none;
    color: #8b1713;
    font-weight:600;
}
#home footer{
    padding-top: 185px;
}

footer #datosContactoFooter div{
    background:#e8b64d !important;
}
footer #creditos .left p {
    color: #8b1713;
    margin: 0 0 5px;
}
footer #creditos{
    margin-top: 37px;
}
footer #creditos .left, footer #creditos .right {
    position: relative;
    top: 13px;
}

#creditos:before {
    content: "";
    background: #f6f6f6;
    width: 100%;
    height: 86px;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 0;
}

#creditos > div.left > p{
    text-transform:uppercase;
}
footer a {
    color: #8b1713;
}
footer .socialLinks a {color:#424242 !important;}

footer #datosContactoFooter div.socialLinks {
    z-index:1;
    top: 206px !important;
}

footer #datosContactoFooter div.socialLinks > i {
    display:none;
}
footer #datosContactoFooter div.socialLinks ul li a i{
    color:transparent;
    font-size: 38px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-facebook-square {
    background:url(img/facebook.png)no-repeat;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-twitter {
    background:url(img/twitter.png)no-repeat;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-google-plus {
    background:url(img/googleplus.png)no-repeat;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-youtube {
    background:url(img/youtube.png)no-repeat;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-instagram {
    background:url(img/instagram.png)no-repeat;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-pinterest {
    background:url(img/pinterest.png)no-repeat;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-linkedin {
    background:url(img/linkedin.png)no-repeat;
}

footer div.email > i, footer div.direccion > i, footer div.tlf > i, footer div.socialLinks > i {
    color: #fff !important;
}

footer #creditos .right p a {
    background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png) !important;
}
footer #datosContactoFooter div > i {
    margin-top: -59px !important;
}

footer #datosContactoFooter div > i {
    color: #ccc;
    display: block;
    font-size: 28px;}

footer #datosContactoFooter div span {
    font-size: 14px;
    line-height: 20px;
}

#datosContactoFooter .email .fa-envelope-o{
    background: url(img/footer_mail.png) no-repeat center center;
}
#datosContactoFooter .email .fa-envelope-o:before{
    color:transparent !important;
}

#datosContactoFooter .direccion .fa-map-marker{
    background: url(img/footer_local.png) no-repeat center center;
}
#datosContactoFooter .direccion .fa-map-marker:before{
    color:transparent !important;
}

#datosContactoFooter .tlf .fa-phone{
    background: url(img/footer_phone.png) no-repeat center center;
}
#datosContactoFooter .tlf .fa-phone:before{
    color:transparent !important;
}
.fa-globe:before{
    color:transparent !important;
}
footer #datosContactoFooter div > i{
    font-size:83px !important;
}
footer #datosContactoFooter .direccion div {
    background: none !important;
}
.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span, .promocion .contenido .descripcionCaracteristicas ul.caracteristicas li span, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li span{
    display: none;
}
.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos{
    display: block !important;
}
.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas, .promocion .contenido .descripcionCaracteristicas ul.caracteristicas, .venta .contenido .descripcionCaracteristicas ul.caracteristicas{
    display: flex;
    border-top: 1px solid #0006;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li i, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
}
.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i:before {
    content: "\f236"
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i:before {
    content: "\f2cd"
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i:before {
    content: "\f015"
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i:before {
    content: "\f015";
    font-size: 15px;
}
/* ====================
   RESPONSIVE
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {
    .box_vertical .alquiler, .box_vertical .venta{
        height: 370px !important;
    }
    #buscador > div{
        display: block;
    }
    #home footer{
        padding-top:0;
    }
    footer #datosContactoFooter div.socialLinks {
        top: 183px !important;
    }
    #buscador div#openProperty form:last-child div.line:last-child{
        width:100% !important;
    }
    #background {
        background: none;
    }

    header, #content {
        width: 100%;
    }

    header {
        background: #e8b64d;
    }

    #bgContent {
        padding-top: 0;
    }

    section {
        padding-top: 0;
    }

    section {
        padding-top: 0px;
        float: none;
        width: 100%;
    }

    #home #logo:after {
        display: none;
    }

    #logo {
        position: initial;
        padding: 10px 0;
    }

    #logo img {
        width: 55%;
    }

    #slideshow {
        display: none;
    }

    #navegacion {
        z-index: 100000;
        top: 85px;
        position: initial;
    }

    #navegacion nav {
        padding: 0;
    }

    #navegacion ul li a {
        padding: 8px 15px !important;
    }

    #navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
        display: inline-block;
    }

    #navegacion ul#idiomas {
        top: -12px;
        right: 10px;
        z-index: 1000000;
    }

    #navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
        margin: 5px 0;
        padding: 2px 7px;
        background: #8b1713;
        border-color: #8b1713;
        color: #FFF;
    }
    #slider {
        display: none;
    }

    #navegacion #navHeader {
        position: inherit;
        padding: 0 10px;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    #navegacion #navHeader #navLinks {
        top: 43px;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: #e8b64d;
        margin: 0;
    }
    #navegacion #navHeader #navLinks li {
        border-color:#000;
    }
    #buscador .tabs li.activo a, #buscador .tabs li a {
        background: #e8b64d !important;
    }
    #navegacion #navHeader #navLinks li a:hover{
        background:none;
    }
    #navegacion #navHeader #navLinks .dropDownMenu ul {
        background: none !important;
    }

    #navegacion ul li:hover a {
        background: none;
        color: #575757;
    }

    #navegacion nav div > ul > li:hover > a:before, #navegacion nav ul#favoritos > li:hover > a:before {
        display: none;
    }

    #navegacion ul#idiomas > li > a {
        margin-bottom: 0;
    }

    #home #buscador, #buscador {
        background: #E8B64D !important;
        z-index: 1000;
        top: -10px;
        display: none;
    }

    #buscador .tabs {
        background: #fff !important;
    }

    #idiomas > li > a > i {
        color: #fff;
    }

    #home section article.offers {
        top: 0px;
    }

    #sliderPropiedad {
        width: 320px;
    }

    .sliderPropiedad .sliderPrincipal .img img {
        max-height: initial;
    }

    #ficha .sliderPropiedad .sliderPrincipal .img {
        height: auto;
    }

    .promocion,	.venta, .alquiler {
        height: auto !important;
    }

    .venta, .alquiler {
        padding-bottom: 70px !important;
    }

    .promocion .contenido .precio {
        margin-bottom: 10px;
    }

    .venta .contenido .precio, .alquiler .contenido .precio {

    }

    #fichaScroll {
        top: 0px;
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    #fichaScroll figure {
        width: 32%;
        float: left;
    }

    #fichaScroll div {
        font-size: 14px;
    }

    #fichaScroll div ul li {
        margin: 0 0 5px 10px;
        width: 100%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 305px;
    }

    #buscador .busquedaAvanzada {
        display: none;
    }

    footer {
        padding: 10px 0 20px 0;
    }
}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {
    header {}

    #navegacion {
        z-index: 100000;
        top: 176px;
    }

    #sliderPropiedad {
        width: 420px;
    }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
    #results .box_vertical .alquiler,#results  .box_vertical .venta{
        height: auto !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #buscador > div {
        width: 768px;
    }

    #logo {
        width: 768px !important;
    }

    header .datosContacto address ul {
        float: none;
    }

    .nivo-directionNav, #navegacion ul#favoritos > li > div {
        width: 768px;
        margin-left: -384px;
    }

    article#mainText .welcome, article#mainText > div h2 {
        width: 70%;
    }

    #navegacion {
        top: 115px;
    }

    .box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
        width: 46.4%;
    }

    .box_vertical .promocion {
        height: 285px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 345px;
    }

    aside div#mailingList > div > p {
        width: 100% !important;
        text-align: center !important;
    }

    aside div#mailingList div > form {
        left: 50% !important;
        margin-left: -247px !important;
    }

    article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
        width: 100%;
    }

    #detalle #ficha div.colIzq {
        width: 100%;
    }

    #detalle #ficha div.colDch {
        width: 100%;
    }

    #sliderPropiedad {
        width: 785px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 583px;
    }

    #captacion form .datosPersonales div.line:nth-child(2), #captacion form .datosPersonales div.line:nth-child(3) {
        width: 100%;
    }

    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 100%;
    }

    #captacion form .detalleInmueble div.line {
        width: 45.3%;
    }

    #captacion form div.line:last-child div button {
        width: 30%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 290px;
    }

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
        top: 236px;
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {
        height: 295px;
    }

    #navegacion ul#idiomas li a {
        text-align: center;
    }

    #navegacion ul#idiomas li a span span:last-child {
        display: none;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    #navegacion nav ul#favoritos > li > a span {
        display: none !important;
    }

    #buscador > div {
        width: 984px;
    }

    #logo {
        width: 984px !important;
    }

    .nivo-directionNav, #navegacion ul#favoritos > li > div {
        width: 984px;
        margin-left: -492px;
    }

    .box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
        width: 30.5%;
    }

    .box_vertical .promocion {
        height: 260px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 310px;
    }
    #results .box_vertical .venta,#results .box_vertical .alquiler {
        height: 265px;
    }

    aside div#mailingList > div > p {
        width: 100% !important;
        text-align: center !important;
    }

    aside div#mailingList div > form {
        left: 50% !important;
        margin-left: -247px !important;
    }

    #detalle #ficha div.colIzq {
        width: 60%;
    }

    #detalle #ficha div.colDch {
        width: 30%;
    }

    #sliderPropiedad {
        width: 655px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 482px;
    }

    #captacion form .detalleInmueble div.line {
        width: 21.8%;
    }

    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 48.4%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 210px;
    }

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
        top: 176px;
    }
}

@media screen and (min-width: 1260px) {
    article, article#mainText div, aside > div, footer #datosContactoFooter, footer #creditos, #navegacion nav, #slider .slider .slide .contenedor, #navegacion ul#favoritos > li > div > div > div, .headerResults, .paginacion, .informe_propietario, #aviso_cookie div, #buscador > div {
        width: 1220px;
    }

    header .datosContacto {
        width: 1220px;
        margin-left: -610px;
    }

    #logo {
        width: 650px;
        margin-left: -610px;
    }

    .nivo-directionNav, #navegacion ul#favoritos > li > div {
        width: 1220px;
        margin-left: -610px;
    }

    .box_vertical .promocion {
        height: 275px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 330px;
    }

    #detalle #ficha div.colIzq {
        width: 70%;
    }

    #detalle #ficha div.colDch {
        width: 30%;
    }

    .sliderPropiedad {
        width: 849px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 628px;
    }

    #captacion form .detalleInmueble div.line {
        width: 22.6%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 248px;
    }

    .box_vertical .promocion {
        height: 300px;
        width: 31.5%;
    }

    #results_promo .box_vertical .promocion {
        height: 245px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 360px;
        width: 31.5%;
    }

    #detalle #ficha div.colIzq {
        width: 60%;
    }

    #detalle #ficha div.colDch {
        width: 27%;
    }

    #sliderPropiedad, #video, #googleMaps {
        width: 845px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 482px;
    }

    #captacion form .detalleInmueble div.line {
        width: 21.8%;
    }

    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 48.4%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 210px;
    }

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
        top: 176px;
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {
        height: 300px;
        width: 30%;
    }

    article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
        width: 100%;
    }
}

/* ie 8 */
@media \0screen {
}