/* buscador: diseÃ±o horizontal */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_buscador_horizontal.css");

@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,700,300);

/* ====================
   GENERALES
   ==================== */

#logo {
    left: 50%;
    position: absolute;
    z-index: 10;
}

.box_horizontal .promocion, .box_horizontal .venta, .box_horizontal .alquiler {
    display: block;
    float: none;
    margin: 0 0 20px;
    width: 100%;
}


#contacto .datosContacto {
    background: none;
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    width: 80%;
}


#navegacion ul#favoritos {
    float: left;
}
#background {
	background:#fff;
}


header {
    background: #004022 url(img/bg_header.jpg) ;
    height: 195px;
    margin-bottom: 50px;
    position: relative;
}

#home header {
    height: 660px;
}

body#home h1 {
    text-indent: -9999px;
}




#logo {
	top: 10px;
	width: 330px;
	margin-left:-165px;
}

#logo img {
	margin-left: 0px;
	width: 100%;
}

#bgContent {}

#content {}

#home #content {
	padding-top: 10px;
}

section {
	margin: 0px auto;
	padding-top: 35px;
	padding-bottom: 155px;
}

#home section {
	margin-bottom: -270px;
	}

body {
	color: #000;
	font-family: 'Oxygen', 'Roboto Condensed', sans-serif;
        background: #eeeeee;
}

a {
	color: #292929;
}

a:hover, a:active {
	color: #0169cb;
}

li.telefono > a {
    color: #fff;
}

::selection {
	background: #0169cb;
	color: #FFF;
}

.btn {
	border-radius: 2px;
    border: none;
    background: #e9292c;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    top: 4px !important;
    right: 6px !important;
}

.btn:hover {
	border: none;
	background: #850e0b;
	color: #fff;
}

#bgContent {
	position: relative;
	/*z-index: 8;*/
}

#home #bgContent {}


h2 {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    margin: 0 10px 30px;
    padding-top: 5px;
	padding-bottom:15px;
    text-align: center;
	text-transform:uppercase;
	border-bottom: 2px solid #e9292c;
	font-style:italic;
}

.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;
}

#captacion #seccionInterna legend {
	background: none;
}

#sliderPropiedad {
	background: none;
}

.headerResults {
	background: #e9292c;
}

.breadcrumbs > ul > li > a{
    color:#fff !important;
}

.breadcrumbs > ul > li:after {
    color: #fff;
}

.offers, #seccionInterna {
	margin: 20px auto;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.offers:last-child, #seccionInterna {
	margin-bottom: 0;
}

article .texto {
	padding: 0 10px;
}

article .texto p{
	font-size: 14px !important;
}

/* ====================
   SLIDER
   ==================== */
#slider {
	width: 100%;
	height: 650px;
	z-index: 0;
	position: relative;
	margin: 0 auto;
	padding-top: 195px;
	overflow: hidden;
}

#home #slider {}

#slider #slideshow {
	overflow: visible;
}

.nivoSlider img {
	width: 1920px !important;
	height: 650px !important;
	left: 50% !important;
	margin-left: -960px !important;
}

.nivo-caption {
	background: none !important;
	padding: 0px !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	/*display: none !important;*/
	bottom: 95px !important;
	left: 0 !important;
	display:block;
}

.nivo-caption > div {
	display:block;
	}

.nivo-caption .contenedor .contenido p {
	height: 300px;
	line-height: 70px;
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	text-align: center;
	padding: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-shadow: 0 0 7px #000;
	font-family:'Nunito', Arial;
	font-weight: 700;
}

.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;
}

#slider .highlighted img {
	top: -30%;
}

.nivo-controlNav {
	top: -265px;
	position: relative;
	z-index: 12;
        display:none;
}

.nivo-controlNav a {
	display: inline-block;
	text-indent: -9999px;
	width: 7px;
	height: 7px;
	margin: 0 4px;
	border-radius: 50%;
	background: none;
	border: 2px solid #fff;
}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background: #fff;
}



/* ==================== 
   NAVEGACIÃ“N
   ==================== */
#navegacion {
	position: absolute;
	top: 150px;
	z-index: 11;/*9*/
	background: none;
	z-index: 20 !important;
}

#home #navegacion {}

#navegacion nav {
	display: table;
	margin: 0 auto;
	position: relative;
}

#navegacion #navHeader #navLinks {
}

#navegacion #navHeader #navLinks li {
	/*border-right: 1px solid #ccc;*/
}

#navegacion ul li a {
	height: 55px;
	line-height: 55px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 15px !important;
	position: relative;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	font-weight: 500;
}

#navegacion .dropDownMenu .dropDownMenu a {
	height: 40px;
	line-height: 40px;
}

#navegacion ul li:hover > a, #navegacion ul li > a:hover {
	background: #e9292c;
	color: #fff;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

#navegacion ul li.dropDownMenu:hover ul li:hover {
	background: #004022!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 {
}


#navegacion ul li.dropDownMenu ul li.dropDownMenu:hover > a {
	color: #fff !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: left;
    margin-right: 6px;
    margin-top: 21px;
}

#navLinks .dropDownMenu > a > span {
	float: left;
}

.dropDownMenu ul {
	background: #e9292c!important;
}

#navLinks > li.dropDownMenu > ul:before, #operationList > li.dropDownMenu > ul:before/*, #idiomas > li.dropDownMenu > ul:before*/ {
	content: "";
	position: absolute;
	top: -5px;
	left: 14px;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e9292c;
}

.dropDownMenu ul li a {
	color: #fff !important;
	border-right: none !important;
	margin: 0 10px;
}

.dropDownMenu ul li a:hover {
	color: #fff !important;
	background: #e9292c !important;
}

#navegacion.fixed {
	position: absolute;
	top: 140px;
}


/* ====================
   FAVORITOS
   ==================== */
#navegacion ul#favoritos {}

#navegacion ul#favoritos > li > div {
	background: #e9292c !important;
	left: 50%;
}

#navegacion nav ul#favoritos > li > a span {
	display: none !important;
}

#navegacion ul#favoritos > li > div > div > div > ul > li {
    background: #7B7B7B;
    box-shadow: 0 0 2px #888;
    height: 215px;
    padding: 0 !important;
}

#navegacion ul#favoritos > li > div > div > div > ul > li:after {
	display: none;
}

#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 figure {
	z-index: 3;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
	position: relative;
	top: 0px;
	left: 0px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
	padding: 5px;
	margin-top: 5px;
}

#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: #fff !important;
	text-shadow: none;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido {
	padding: 0 5px;
	margin-top: -10px !important;
	border: none;
	top: 0;
	left: 0;
	height: auto;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas {
	height: 17px;
	color: #fff;
	margin-top: 20px;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas .caracteristicas li {
	width: 45%;
}

#navegacion ul#favoritos > li > div > div > div > ul > li .contenido .precio {
	background: none !important;
	color: #fff !important;
	margin-top: -10px;
	font-weight: 700;
	text-align: center;
	margin-top: 25px !important;
}

/*--------------------
 :: IDIOMAS
--------------------*/

#navegacion ul#idiomas {
}

#navegacion ul#idiomas li a.langSelect i {
	color: #fff;
}

#navegacion ul#idiomas li:hover a.langSelect i {
	color: #fff;
}

#navegacion ul#idiomas li a {
	background: none !important;
	text-transform: inherit;
	font-weight: 300;
}

#navegacion ul#idiomas > li:hover > a {
	background: #0059ad !important;
}

#navegacion ul#idiomas li ul {
	background: #585759;
	height: 55px !important;
}

#navegacion ul#idiomas li ul li a {
	height: 45px;
	line-height: 55px;
	padding: 0px 5px !important;
}

#navegacion ul#idiomas li a.langSelect {
	padding: 0px 5px !important;
}

#navegacion ul#idiomas li:hover > a {
}

#navegacion ul#idiomas li a span > span:last-child {
	display: none;
}

#navegacion ul#idiomas li:hover a.langSelect {
	background: none !important;
}


/* ====================
   DATOS CONTACTO HEADER 
   ==================== */
header .datosContacto {
	top: 5px !important;
	z-index: 12;
}

header .datosContacto address {
	background: none;
	color: #fff;
	padding: 0;
	position: relative;
	width: 100%;
}

header .datosContacto address li.email a, header .datosContacto address li.email i, header .datosContacto address li.telefono {
	color: #fff;
	text-decoration: none;
}

header .datosContacto address ul {
}

header .datosContacto address ul li {
	color: #fff;
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	display: block;
        font-weight: 400;
}

header .datosContacto address ul li.movil {
	display:none;
}

header .datosContacto address ul li.email {
	margin-top:-30px;
	text-align: right;
}

header .datosContacto address ul li i {
	margin-right: 10px;
	margin-left: 5px;
	text-align: right;
}

header .datosContacto address ul:first-child li i {
	color: #fff;
}

header .datosContacto address ul li.email a:hover {
	text-decoration: underline;
}

header .datosContacto li.agencia, header .datosContacto li.fax, header .datosContacto ul:first-child li:last-child, header .datosContacto li.direccion, header .datosContacto li.poblacionProvincia {
	display: none !important;
}


header .datosContacto address .socialLinks {
    border-top: medium none;
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    display: none;
}

header .datosContacto address .socialLinks li {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

header .socialLinks a {
	color: #fff;
}

header .datosContacto address .socialLinks li i {
	margin: 0;
	color:#fff;
}

/* ==================== 
   BUSCADOR 
   ==================== */

#home #buscador{
	display:block;
}
#buscador {
	top: -8px;
	background: rgba(0,23,12,0.75);
	position: relative;
	width: 100% !important;
	margin: 0 !important;
	left: 0 !important;
	display:none;
}

#buscador > div {
	margin: 0 auto;
	display: table;
	position: relative;
}

#buscador #openProperty form div.line, #buscador #openNew form div.line {
	/*width: 48.5%;*/
}

#buscador .tabs {
	border-bottom: 1px solid transparent;
}

#buscador .tabs li a {
	color: #fff;
	border-radius: 0;
	padding: 10px;
	font-size: 16px !important;
	font-weight:700;
}
.tabs li.activo a {
    background: none;
    border: 1px solid #ddd;
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: default;
}


#buscador .tabs li a:hover {
	border-bottom: none;
	background: #fff !important;
	color: #000;
}

#buscador .tabs li.activo a {
	color: #fff;
	border: 1px solid transparent;
	border-bottom: none;
        font-size: 16px;
		font-weight:700;
}

#buscador .tabs li.activo :hover {
	color: #000;
}


#buscador label {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.modal label {
	color: #000 !important;
}

#buscador div#openProperty form, #buscador div#openNew form, #buscador div#openProperty form fieldset, #buscador div#openNew form fieldset {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*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 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    top: 0;
	font-weight:700;
}

.busquedaAvanzada > a:hover {
	color: #000;
	background: #fff !important;
}


/* ====================
   MAIN TEXT
   ==================== */
article#mainText {
	background: #f4f4f4;
	/*background-position: right top !important;*/
	padding: 0;
	margin: 0 auto 30px auto;
        display:none;
}

article#mainText div {}


article#mainText h2 {
	border-bottom: none;
}

.home_section_parents .home_section div p{
	font-size: 14px !important;
	line-height: 18px;
}

#mainText .welcome {
	text-align: center;
	line-height: 20px;
	width: 100% !important;
	float: none !important;
}

#mainText .datosContacto {
	padding-left: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-left: 1px solid #ccc;
	display: none;
}

#mainText > div {
	padding: 30px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */
 .venta, .alquiler {
	padding: 0px !important;
	background: none;
}

.venta, .alquiler {
background:#f9f8f7;

}



.promocion {
	background: #f9f8f7;
	overflow:hidden;
}

.promocion:after {
	
}

.promocion .sliderPropiedad.sliderMini {
    width: 105.9%;
    left: -10.5px;
    background: none;
    padding: 0;
    top: -10px;
    margin: 0;
    position: relative;
    z-index: 8;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    bottom: 0px;
}

.venta h3, .alquiler h3 {
	background: none;
    box-sizing: border-box;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    overflow: visible;
    padding: 10px;
    position: relative;
    text-align: center;
    top: -16px;
    width: 100%;
    z-index: 10;
}


.promocion h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    position: relative;
    top: 0px;
    border-bottom: 1px solid #e9292c;
    width: 85%;
    left: 7.5%;
}

.promocion figure:hover .sliderPropiedad.sliderMini {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.promocion .sliderPropiedad .sliderPrincipal .img img {
	position: relative;
}
.promocion .sliderPropiedad .sliderPrincipal .img a:hover img {
	zoom:2;
}

.promocion .sliderPropiedad .sliderPrincipal .img img:before {
	content: "";
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fabb34;
	position: absolute;
	top: 5px;
	right: -10px;
}

.venta .sliderPropiedad .sliderPrincipal .img img, .alquiler .sliderPropiedad .sliderPrincipal .img img {
	position: relative;
}

.venta .sliderPropiedad .sliderPrincipal .img img:before, .alquiler .sliderPropiedad .sliderPrincipal .img img:before {
	content: "";
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #fabb34;
    border-bottom: 5px solid transparent;
	position: absolute;
	top: 5px;
	right: -10px;
}

#results .promocion .sliderPropiedad .sliderPrincipal .img img, #results .venta .sliderPropiedad .sliderPrincipal .img img, #results .alquiler .sliderPropiedad .sliderPrincipal .img img {
	border: none;
}

.venta h3, .alquiler h3{
	width: 100%;
    margin: 20px auto;
    top: 25px;
    font-weight: 700;
}
} 


.promocion figure div.mask {
	background: none;
	bottom: 2px;
	max-height: 155px;
	z-index: 11;
	display: none;
}

.promocion figure:hover div.mask {
}

.promocion figure div.mask a {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	top: -4px;
	left: -1px;
	background: none;
	text-indent: -9999px;
	border: 1px solid #FFF;
}

.promocion figure div.mask a:hover {
	background: rgba(255,255,255,0.4);
}

.promocion .contenido {
	height: 68px;
	margin: 0px;
}

.promocion .contenido .acciones a {
	text-indent: -9999px;
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 70px;
	height: 48px;
	background: url(img/bg_accionpromociones.png) no-repeat 0 0;
	display: none;
}

.promocion .contenido .acciones a:hover {
	background: url(img/bg_accionpromociones.png) no-repeat 0 -49px;
}

.promocion .contenido .descripcionCaracteristicas p {
	font-size: 16px;
	margin: 0px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.promocion .contenido .precio {
    background: #004022 url(img/bg_precio.png) no-repeat right;
    background-size: 13%;
    bottom: 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    height: 45px;
    margin: 0 -10px 0px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10 !important;
}

.box_horizontal .venta h3, .box_horizontal .alquiler h3 {
	color: #000;
	top: -3px !important;
	left: 172px !important;
	width: 301px !important;
	background: none !important;
	text-align: left !important;
	box-shadow: none !important;
	margin-top: 0px;
}

.box_horizontal .venta h3:before, .box_horizontal .alquiler h3:before, .box_horizontal .venta h3:after, .box_horizontal .alquiler h3:after {
	display: none;
}

.venta figure div.mask, .alquiler figure div.mask {
	position: absolute;
	background: none;
	z-index: 10;
	height: auto;
	display: none;
}

.venta figure div.mask, .alquiler figure div.mask, .venta figure:hover div.mask, .alquiler figure:hover div.mask {
	bottom: 0px;
}

.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
	background: #000;
	background: rgba(0,0,0,0.6);
	font-size: 12px;
	text-align: center;
}

.box_horizontal .venta figure div.mask div.referencia, .box_horizontal .alquiler figure div.mask div.referencia {
	text-align: left;
	width: 250px;
	left: 159px;
}

.venta figure div.mask div.referencia span.tipo, .alquiler figure div.mask div.referencia span.tipo {
	color: #fff !important;
	float: none;
	margin: 0;
}

.venta figure div.mask div.referencia span.tipo:after, .alquiler figure div.mask div.referencia span.tipo:after {
	content: "-";
	margin: 0 10px;
}

.venta figure div.mask div.referencia span.numeroRef, .alquiler figure div.mask div.referencia span.numeroRef {
	color: #fff !important;
	float: none;
	margin: 0;
}

.venta figure div.mask div.referencia span.numeroRef:before, .alquiler figure div.mask div.referencia span.numeroRef:before {
	content: "Ref. ";
}

.venta figure .sliderPropiedad.sliderMini, .alquiler figure .sliderPropiedad.sliderMini {
	height:220px;
}


#results .venta figure .sliderPropiedad.sliderMini, #results .alquiler figure .sliderPropiedad.sliderMini {
	height:160px;
}

.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 {
	background: none;
}

.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
	color: #000;
	text-decoration: none;
}

.descripcionCaracteristicas .caracteristicas span {
	font-weight: 300 !important;
	display: none;
}

.venta .contenido .acciones, .alquiler .contenido .acciones {
	position: absolute;
	top: 0 !important;
	left: 0;
	padding: 10px;
	width: 100%;
	height: 144px;
	box-sizing: border-box;
	z-index: 11;
	display: none;
}

#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
	height: 153px;
}

.venta .contenido .acciones a, .alquiler .contenido .acciones a {
	font-size: 18px;
	width: 16px;
	height: 19px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	border: 1px solid #FFF;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a {
	width: 30px;
	height: 33px;
	top: 50%;
	margin-top: -16px;
	background-image: url(img/arrows.png);
	background-repeat: no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.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: -30px 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 {
	box-sizing: border-box;
    height: 130px;
    margin-top: 25px;
    position: relative;
    z-index: 3;
}

.box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
	padding: 0;
}



.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
    background: #004022 url(img/bg_precio.png) no-repeat right;
	background-size: 18%;
    bottom: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    height: 63px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10 !important;
}

.box_vertical .venta .contenido .precio span, .box_vertical .alquiler .contenido .precio span {
	font-weight: 300 !important;
}

.box_vertical .venta .contenido .precio p, .box_vertical .alquiler .contenido .precio p {
	line-height: 40px !important;
	/*float: right;*/
}

.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
	margin: -11px 0 -20px 0;
	font-weight: 300;
	/*float: left !important;*/
}

#results .box_horizontal .venta .contenido .precio p, #results .box_horizontal .alquiler .contenido .precio p {
	float: none !important;
	display: inline-block;
}

#results .box_horizontal .venta .contenido .precio .antes, #results .box_horizontal .alquiler .contenido .precio .antes {
	color: #fff;
}

.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
	color: #000;
}

.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
	margin-bottom:20px;
}

.box_horizontal .promocion figure, .box_horizontal .venta figure, .box_horizontal .alquiler figure {
	top: 10px;
	left: 10px;
}

.box_horizontal .promocion figure .mask, .box_horizontal .venta figure .mask, .box_horizontal .alquiler figure .mask, .box_horizontal .promocion figure:hover .mask, .box_horizontal .venta figure:hover .mask, .box_horizontal .alquiler figure:hover .mask {
	bottom: 2px;
}

.promocion .contenido .descripcionCaracteristicas ul.caracteristicas li, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
	display: inline-block;
	width: 35%;
}

.promocion .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-habitaciones, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-habitaciones, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-habitaciones {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(img/icn_cama.png) no-repeat;
	margin-right: 8px;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas{
	width: 100%;
    background: #e9292c;
    color: #fff;
    font-size: 18px;
    padding: 10px 0px 0px;
    position: relative;
    top: -125px;
}

.venta .contenido .descripcionCaracteristicas p.descripcion, .alquiler .contenido .descripcionCaracteristicas p.descripcion{
    padding: 0px 10px 0px;
}

.box_vertical .ocultar {
}

.promocion .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supConstruida, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supConstruida, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supConstruida, .promocion .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supParcela, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supParcela, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supParcela, .promocion .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supHabitable, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supHabitable, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supHabitable {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(img/icn_sup.png) no-repeat;
	margin-right: 8px;
}

.box_horizontal .promocion figure .mask, .box_horizontal .venta figure .mask, .box_horizontal .alquiler figure .mask {
	display: none;
}

.box_horizontal .promocion .contenido .precio, .box_horizontal .venta .contenido .precio, .box_horizontal .alquiler .contenido .precio {
	position: absolute;
	top: -20px;
	right: 0px;
	background: #004022!important;
}

.box_horizontal .promocion .descripcion, .box_horizontal .venta .descripcion, .box_horizontal .alquiler .descripcion {
	float: none;
}

.contenido .descripcionCaracteristicas {
	text-align: center;
}

.promocion .contenido .descripcionCaracteristicas {
	text-align: center;
}

.box_horizontal .contenido .descripcionCaracteristicas {
	text-align: left;
}

.box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
	float: left;
	margin-left: 20px;
	padding-left: 10px;
	width: 80%;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas, .box_horizontal .alquiler .contenido .descripcionCaracteristicas {
	top:120px;
	position: relative;
}

#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: 220px;
	background: #f9f8f7;
	border:1px solid #26566c;
}



/* ====================
   BLOG
   ==================== */
#blog .texto{
	margin-right:10px !important;
}

#blog .texto p img{
	margin-right:20px !important;
}
#blog #articuloCompleto .wrapArticulo .colIzq {
    width: 100% !important;
}

#blog .default-facebook-like, #blog .default-facebook-like{
	float:left;
}

#blog .email a{
	color:#fff;
}
#blog a{
	color: #000;
	}

#blog footer a{
	color: #fff;
}

#blog .default-facebook-like{
	margin-left: 120px;
	margin-right: -300px;
}

#blog .default-facebook-share{
	margin-left: -100px;
}

#blog .default-twitter{
	float:right;
	margin-right: 60px;
	margin-top: -20px;
}
#blog #latestArticle{
	width:60% !important;
}

#blog #content > section > div{
	width: 25%;
	margin:0px auto !important;
}
#content > section > div.texto{
	width:70% !important}

#articulosBlog .articulo .contenido a.verMas, #articuloCompleto .wrapArticulo a.verMas {
	background: #e9292c !important;
}

#articulosBlog .articulo .contenido .fecha, #articuloCompleto .wrapArticulo .fecha {
    border: 1px solid #e9292c !important;
    border-top: 11px solid #e9292c !important;
}

#articuloCompleto {
    margin: 0 auto 100px auto !important;
    position: relative;
}



/* ====================
   COOKIES
   ==================== */
   
   #aviso_cookie {
    width: 30%;
    height: auto;
    position: fixed;
    bottom: 10px;
    left: 0px;
    z-index: 999;
}

#aviso_cookie div {
    width: 50% !important;
    margin: 0 auto;
    display: table;
    font-size: 12px !important;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    background: rgba(60, 136, 171, 0.95);
    color: #FFF;
    position: relative;
}


/* ====================
   FORMULARIO ALERTAS BÃšSQUEDAS
   ==================== */



/* ====================
   MAILING LIST
   ==================== */
aside {
	background: url(../logo/logo.png) no-repeat center top !important;
    background-size: 15% !important;
    margin: 0 auto 0px auto;
    top: 265px;
    position: relative;
    padding-top: 120px;
}

aside #mailingList p{
	font-size: 16px; 
	font-weight: 500;
}

aside #mailingList p a{
	font-size: 12px; 
	font-weight: 500;
}


aside #mailingList p, aside #mailingList form .line.checkbox p a {
	color: #fff;
}

aside #mailingList form .line.checkbox {
	top: 40px;
}

aside #mailingList form .line button {
    margin: 0;
    top: 0px !important;
    left: 2px;
}


/* ====================
   RESULTS
   ==================== */
.vistaResultados ul li a:hover, .vistaResultados ul li a.activo, .paginacion ul li span.activa, .paginacion ul li a:hover {
	background: #004022;
	border: 1px solid #004022;
}

.paginacion ul li span, .paginacion ul li a {
	border: 1px solid #004022;
	color: #004022;
}



/* ====================
   LEYENDA RESULTADOS
   ==================== */



/* ====================
   FICHA
   ==================== */
#detalle #ficha .header .headerTitulo  {
	border-bottom: 3px solid #e9292c;
	background: #004022;
}

#detalle #ficha .actionBar ul li.share > i {
    position: relative;
    top: -8px;
}

#detalle #ficha .actionBar ul li.share {
    padding: 0 10px;
    height: 23px;
    line-height: 46px;
}

#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: #004032;
	box-shadow: 0 0 2px #575757;
	z-index: 11;
}

#fichaScroll figure, #fichaScroll div {
	float: none;
	width: auto;
}

#fichaScroll div ul li {
	display: block;
	width: 100%;
	color: #fff;
}

#fichaScroll div ul li i {
	color: #e9292c;
}

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 !important;
}

/* ====================
   CONTACTO
   ==================== */



/* ====================
   CAPTACIÃ“N
   ==================== */
form fieldset legend {
	color: #575757;
	border-bottom: 3px solid #292929;
	padding: 8px 0;
	margin: 0 0 20px 0;
}



/* ====================
   MODAL
   ==================== */
.modalContainer form .colIzq, .modalContainer form .colDcha {
	width: 49% !important;
}

.modalContainer form .colDcha {
	float: right !important;
}


/* ====================
   FOOTER
   ==================== */
footer {
	background: #004022 url(img/bg_footer.jpg) no-repeat;
	background-position: center bottom;
    color: #fff;
    background-size: 100%;
    padding-top: 0px;
    border-top: 5px solid #e9292c;
}

#home footer {
    padding-top: 260px; 
    background-position: center top;
}

footer a {
	color: #fff;
}

footer div.email > i, footer div.direccion > i, footer div.tlf > i, footer div.socialLinks > i {
	color: #575757 !important;
	height:50px;
	background-position:center top !important;
}

footer div.email > i:before, footer div.direccion > i:before, footer div.tlf > i:before, footer div.socialLinks > i:before {
	content: "" !important;
}

footer div.email > i{
	background:url(img/icn_mail.png) no-repeat;
}

footer div.direccion > i{
	background:url(img/icn_location.png) no-repeat;
}

footer div.tlf > i{
	background:url(img/icn_movil.png) no-repeat;
}

footer div.socialLinks > i{
	background:url(img/icn_rrss.png) no-repeat;
}

footer #creditos .right p a {
	background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png) !important;
}


/* ====================
   RESPONSIVE
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {	
	#background {
		background: none;
	}
	
	header, #content, #seccServicios .contenedor {
		width: 100%;
	}
	
	body#home h1 {
	    box-shadow:none;
	}
	
	header {
		height: auto !important;
		margin-bottom: 0px;
	}
	
	header h1 {
		height: 130px;
	}
	
	#bgContent {
		padding-top: 0;
	}
	
	section {
		padding-top: 60px;
		float: none;
		width: 100%;
	}
	
	#home #content, #content {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	
	h2:before, h2:after {
		display: none;
	}
	
	#home section {
		padding-top: 10px;
	}
	
	#home #logo:after {
		display: none;
	}
	
	#logo {
		position: initial;
		width: 100%;
		margin: 0;
	}
	
	#logo img {
		width: 85%;
		padding: 20px 0;
	}
	
	#buscador > div {
		width: 100% !important;
		padding: 0 !important;
	}
	
	#buscador #openProperty form div.line, #buscador #openNew form div.line {
		width: 100% !important;
	}
	
	#buscador div form:first-child {
		padding: 10px;
	}
	
	#slideshow {
		display: none;
	}	
	
	#navegacion {
		z-index: 100000;
		top: 97px;
		position: initial;
	}
	
	#navegacion nav {
		padding: 0;
	}
	
	#navegacion ul li a {
		padding: 8px 15px !important;
	}
	
	#navegacion ul#idiomas li ul {
		height: auto !important;
	}
	
	#navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
		display: inline-block;
	}
	
	
#navegacion ul#idiomas {
    right: 10px;
    z-index: 1000000;
}
	
	#navegacion ul#idiomas li a {
		height: 26px;
		line-height: 26px;
	}
	
	#navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
		margin: 5px 0;
		padding: 2px 7px;
		background: none;
		border:none;
		color: #fff;
	}
	
	#navegacion #navHeader #navLinks li:last-child {
		border-right: none;
		border-left: none;
		padding-left: 0px;
		margin-left: 0px;
	}
	
	#slider {
		display: none !important;
	}
	
	#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: #e9292c;
	}
	
	#navegacion #navHeader #navLinks .dropDownMenu ul {
		background: none !important;
	}
	
	#navegacion ul li:hover a {
		background: #004688 !important;
		color: #fff;
	}
	
	#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 {
		z-index: 1000;
		top: 1px;
		left: 0;
		display: none;
		float: none !important;
		margin: 0;
	}
	
	.home_section {
		display: none;
	}
	
	#buscador .tabs {}
	
	#idiomas > li > a > i {
		/*color: #fff;*/
	}
	
	#navegacion ul li a {
		color: #fff;
		height: 40px;
		line-height: 40px;
	}
	
	section {
		float: none !important;
		width: 100% !important;
	}
	
	#home section article.offers {
		top: 0px;
	}
	
	.box_vertical .venta figure, .box_vertical .alquiler figure, .box_vertical .venta h3, .box_vertical .alquiler h3, .box_vertical .venta .contenido, .box_vertical .alquiler .contenido {
		float: none !important;
		width: 100% !important;
	}
	
	.promocion figure, .venta figure, .alquiler figure {
		left: 0;
	}
	
	.promocion figure div.mask {
		max-height: 170px;
	}
	
	.promocion .contenido {
		position: relative;
		top: -10px;
		left: 0px;
	}
	
	#sliderPropiedad {
		width: 320px;
	}
	
	.sliderPropiedad .sliderPrincipal .img img {
		max-height: initial;
	}
	
	#ficha .sliderPropiedad .sliderPrincipal .img {
		height: auto;
	}
	
	.promocion {
		height: 340px !important;
	}
	
	.venta, .alquiler {
		height: auto !important;
		margin-bottom: 50px !important;
	}
	.promocion h3 {
	    top: 0px;
	}
	.promocion .contenido .precio {
		margin-bottom: -10px;
		left: 2.5%;
	}
	
	.venta .contenido .precio, .alquiler .contenido .precio {
		
	}
	
	#blog #content > section > div {
	    width: 50%;
	    margin: 0px auto !important;
	}
	
	#blog #latestArticle {
	    width: 100% !important;
	}
	
	#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;
		height: 169px;
	}
	
	#buscador .busquedaAvanzada {
		display: none;
	}
	
	aside #mailingList form .line.checkbox {
		top: 0px !important;
	}
	
	#seccServicios {
		height: 460px;
		bottom: 267px;
	}
	
	#seccServicios .contenedor div {
		width: 100%;
		float: none;
	}
	
	.promocion .contenido .descripcionCaracteristicas p {
	}
	
	#bgContent, #home #bgContent {
		margin-top: 0 !important;
	}
	#home footer {
	    padding-top: 340px;
	    background-position: center top;
	}

	aside {
	    background: url(../logo/logo.png) no-repeat center 40px !important;
	    background-size: 60% !important;
	    top: 365px;
	}

	#details .headerResults {
	    display: none;
	}
	#detalle .sliderPropiedad .miniaturas div ul {
	    width: 100%;
	}
	#detalle .sliderPropiedad .miniaturas div ul li {
	    float: none;
	    width: 100%;
	}
	#detalle #ficha div.colIzq {
	    padding: 0;
	}
	#detalle .sliderPropiedad .miniaturas div ul li a img {
	    width: 100%;
	}
	#detalle .sliderPropiedad .miniaturas div {
	    margin: 0;
	}
	#detalle #ficha div.colIzq .groupTabs #sliderPropiedad {
	    width: 100%;
	}
	#details .sliderPropiedad .sliderPrincipal {
	    display: none;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {
	header {
		height: 230px;
		box-shadow: none;
		margin-bottom:0px;
	}
	
	#logo img {
		width: 60%;
	}
	
	#navegacion ul#idiomas li a {
		height: 26px;
		line-height: 26px;
	}
	
	#navegacion {
		z-index: 100000;
		top: 98px;
	}
	
	#sliderPropiedad {
		width: 420px;
	}
	
	#home section, section {
		padding-top: 0px;
	}
	section{
		padding-top:20px;
	}
	
	#home #buscador, #buscador {
		top: 1px;
	}
	
	#seccServicios {
		bottom: 213px;
	}
	
	.promocion figure div.mask {
		max-height: 260px;
	}
	
	.venta h3, .alquiler h3 {
		top: 135px;
	}
	
	.venta .contenido, .alquiler .contenido {
        margin-top: 150px;
    }
	
	.venta, .alquiler {
	    height: 600px !important;
	    margin-bottom: 50px !important;
	}
	
	#results .box_vertical .venta .contenido .precio, #results .box_vertical .alquiler .contenido .precio {
	    bottom: -2px;
	}

	#details .headerResults {
	    display: none;
	}
	#detalle .sliderPropiedad .miniaturas div ul {
	    width: 100%;
	}
	#detalle .sliderPropiedad .miniaturas div ul li {
	    float: none;
	    width: 100%;
	}
	#detalle #ficha div.colIzq {
	    padding: 0;
	}
	#detalle .sliderPropiedad .miniaturas div ul li a img {
	    width: 100%;
	}
	#detalle .sliderPropiedad .miniaturas div {
	    margin: 0;
	}
	#detalle #ficha div.colIzq .groupTabs #sliderPropiedad {
	    width: 100%;
	}
	#details .sliderPropiedad .sliderPrincipal {
	    display: none;
	}
	.promocion {
	    height: 530px !important;
	}
	.promocion .contenido .precio {
	    margin-bottom: -20px;
	    left: 2.5%;
	    background-size: 8%;
	}

		.sliderPropiedad .sliderPrincipal .img img {
	    max-height: 320px;
	}

		#results .sliderPropiedad .sliderPrincipal .img img {
	    max-height: 260px;
	}

	.box_vertical .ocultar {
	    display: block;
	    position: absolute !important;
	    top: -120px !important;
	}
	.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
	    background-size: 10%;
	}
	.venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
	    top: -147px;
	}
	aside {
	    background-position:  center 0px !important;
	    background-size: 45% !important;
	    top: 365px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	section article.home_section:nth-child(2), {
		width: 768px !important;
	}
	aside{
		width:100%;
		background: url(../logo/logo.png) no-repeat center 30px!important;
    	background-size: 35% !important;
	}
	
	header .datosContacto address ul li.email {
	    margin-top: 0px;
	    margin-left: 0px;
	}
	
	header .datosContacto address ul li {
		font-size: 16px;
	}
	
	#navegacion ul#favoritos {
	    float: right;
	    margin-top: -55px;
	}
		
	#buscador > div {
	}
	
	#buscador #openProperty form div.line, #buscador #openNew form div.line {
		width: 100%;
	}
	
	#slider {
		/*background: url(img/bg_slider3.png) no-repeat center bottom;*/
	}
	
	article#mainText {
		display: none;
	}
	
	.tabs li a {
		padding: 10px 5px;
	}
	
	section article.home_section:nth-child(3) {
		top: 610px;
	}
	
	section article.home_section:nth-child(4) {
		display: none;
	}
	
	.busquedaAvanzada > a {
		right: 0;
	}
	
	section article.home_section:nth-child(3), section article.home_section:nth-child(3) a {
		width: 230px !important;
	}
	
	section article.home_section:nth-child(3) {
		right: -230px !important;
	}
	
	section article.home_section:nth-child(3) a img {
		width: 100%;
	}
	
	#seccServicios {
		bottom: 358px;
	}
	
	.nivo-directionNav, #navegacion ul#favoritos > li > div {
		width: 768px !important;
		margin-left: -384px;
	}	
	
	article#mainText .welcome, article#mainText > div h2 {
		width: 70%;
	}
	
	#navegacion {
	}
	
	#navegacion ul li a {
		padding: 0px 10px !important;
	}
	
	/*#navegacion #navHeader #navToggle {
		display: block;
		float: right;
		margin-top: -8px;
	}
	
	#navegacion #navHeader #navLinks {
		display: block;
		background: #FFF;
		position: relative;
		right: 0;
		top: 47px;
	}
	
	#navegacion ul#navLinks > li {
		float: none;
	}
	
	#navegacion ul#navLinks > li > a {
		white-space: nowrap;
	}*/
	
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
		width: 45.5%;
	}
	
	.box_vertical .promocion {
    height: 340px;
}
	
	.box_vertical .venta, .box_vertical .alquiler {
		height: 445px;
	}
	
	#blog #content > section > div {
	    width: 50%;
	    margin: 0px auto !important;
	}
	
	.btn {
	    top: 0px !important;
	}
	
	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;
		height: 134px;
	}
	
	#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
		top: 236px;
	}
	
	
	#results .box_vertical .venta, #results .box_vertical .alquiler {
	    height: 445px;
	}
	
	.box_horizontal .promocion, .box_horizontal .venta, .box_horizontal .alquiler {
	    min-height: 310px;
	}
	
	.box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
	    margin-left: 180px;
	    width: 65%;
	    top: -310px;
	}
	
	.box_horizontal .promocion .contenido .precio, .box_horizontal .venta .contenido .precio, .box_horizontal .alquiler .contenido .precio {
	    top: 125px;
	    right: -13px;
	}
	
	.box_horizontal .venta .contenido .descripcionCaracteristicas h4, .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 {
	    margin-top: 120px;
	}
	
	#navegacion ul#idiomas li a {
		text-align: center;
	}

	#navegacion ul#idiomas li a span span:last-child {
		display: none;
	}
	
	.sliderPropiedad.sliderMini .img {
		height: 143px;/*204*/
		/*display: table-cell;*/
		vertical-align: middle;
		text-align: center;
	}
	
	.sliderPropiedad.sliderMini .img img {
		/*width: auto^*/
		max-width: 100%;
		/*max-height: 100%;*/
	}
	
	.promocion .contenido {
	}	

	.promocion .contenido .precio {
	    margin: 0 -20px 0px;
	    font-size: 18px;
	}

	.venta figure .sliderPropiedad.sliderMini, .alquiler figure .sliderPropiedad.sliderMini {
	    height: 179px;
	}
	
	#slider #slideshow img {
		top: 0 !important;
	}	
	
	section article.home_section:nth-child(2) div[class*="bloque"] .izq {
		display: none;
	}
	
	section article.home_section:nth-child(2) div[class*="bloque"] .dch {
		width: 100%;
	}
	
	.promocion h3 {
	}
	
	.promocion .sliderPropiedad.sliderMini {
	    width: 115%;
	    left: -20.5px;
	    top: -20px;
	}

	#buscador:after {
		content: "";
		width: 184px;
		background-size: contain;
		margin-left: -92px;
	}
	
	footer #datosContactoFooter div span {
		font-size: 20px;
	}
	
	footer #datosContactoFooter div.tlf {
		clear: both;
	}
	
	footer #datosContactoFooter div {
		width: 50%;
	}
    #navegacion ul#idiomas {
	}
	header .datosContacto address .socialLinks {
	    margin-top: -20px;
	    margin-right: 5px;
	}
	article.offers #leyenda {
	    width: 90%;
	    position: relative;
	    right: 5%;
	    top: 30px;
	}
	.offers {
	    display: table;
	    margin: 0 auto;
	    width: 90%;
	}
	.paginacion {
	    margin: 35px auto 40px auto;
	}
	footer {
	    background-position: center top;
	}
	article.offers #listOffers {
	    float: left;
	    width: 100%;
	}
	#results .venta figure .sliderPropiedad.sliderMini, #results .alquiler figure .sliderPropiedad.sliderMini {
	    height: 179px;
	}

}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
	#navegacion nav ul#favoritos > li > a span {
		display: none !important;
	}
	
	#navegacion ul#favoritos {
	    float: right;
	    margin-top: -55px;
	}

	#navegacion ul#idiomas {
	    margin-top: -195px;
	}
	
	section article.home_section:nth-child(2){
		width: 984px !important;
	}
	
	
	
	aside{
		width:100%;
		background: url(../logo/logo.png) no-repeat center 15px!important;
	    background-size: 28% !important;
	}
	
	
	#slider {}
	
	#logo {}
	
	.promocion .sliderPropiedad.sliderMini {
	    width: 108%;
	}
	
	.promocion .contenido {
	}
	
	.nivo-directionNav, #navegacion ul#favoritos > li > div {
		width: 984px !important;
		margin-left: -492px;
	}	
	
	.box_vertical .promocion {
	    height: 320px;
	}
	.promocion .contenido .precio {
	    font-size: 18px;
	}

	.venta figure .sliderPropiedad.sliderMini, .alquiler figure .sliderPropiedad.sliderMini {
	    height: 173px;
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		    height: 370px;
	}
	
	#results .box_vertical .venta, #results .box_vertical .alquiler {
		height: 445px;
		width: 39%;
	}

	.box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
	    position: relative;
	    top: -140px;
	}

	.box_horizontal .venta .contenido .descripcionCaracteristicas ul.caracteristicas, .box_horizontal .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
	    width: 50%;
	    top: -145px;
	}
	
	.box_horizontal .promocion, .box_horizontal .venta, .box_horizontal .alquiler {
	    min-height: 290px;
	}
	#results .venta figure div.mask, #results .alquiler figure div.mask {
		bottom: -245px;
	}
	
	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;
	}
	
	.sliderPropiedad.sliderMini .img {
		height: 125px;/*172*/
		/*display: table-cell;*/
		vertical-align: middle;
		text-align: center;
	}
	
	#results .sliderPropiedad.sliderMini .img {
		height: 123px;
	}
	
	.sliderPropiedad.sliderMini .img img {
		/*width: auto;*/
		max-width: 100%;
		/*max-height: 100%;*/
	}
	
	#slider #slideshow img {
	}
	
	.promocion h3 {
	}
	
	.venta .contenido .acciones, .alquiler .contenido .acciones {
		height: 114px;
	}
	
	#banners .banner2 {
		float: right;
	}
	
	#banners .banner3 {
		clear: both;
		margin: 0 auto;
		float: none;
		position: relative;
		top: 20px;
	}
	
	#buscador .tabs li a {
		font-size: 10px;
	}
	
	footer #datosContactoFooter div span {
		font-size: 14px;
	}
	        
	        
	.box_vertical .venta, .box_vertical .alquiler {
	    width: 31%;
	}
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
	    padding: 10px;
	    width: 31%;
	}

	footer {
	    background-position: center top;
	}



}

@media screen and (min-width: 1260px) {
    
	
    #home .box_vertical .promocion,#home .box_vertical .venta,#home .box_vertical .alquiler {
    width: 31.6% !important;
}	
    .box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
    width: 31% !important;
}






	article, aside > div, footer #datosContactoFooter, footer #creditos, #navegacion nav, #slider .slider .slide .contenedor, #navegacion ul#favoritos > li > div > div > div, .headerResults, .paginacion, .informe_propietario, section article.home_section:nth-child(2) {
		width: 1220px !important;
	}
	
	aside{
		width:100%;
	}
	
	
	header .datosContacto {
		width: 1220px !important;
		margin-left: -610px;
	}
	
	#logo {}
	
	.nivo-directionNav, #navegacion ul#favoritos > li > div {
		width: 1220px;
		margin-left: -610px;
	}
	
	.box_vertical .promocion {
		height: 275px;
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		height: 415px;
	}
	
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
    margin-bottom: 83px;
}
	
	#details .box_vertical .promocion, #details .box_vertical .venta, #details .box_vertical .alquiler {
		width: 23.3%;
	}

	#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: 365px;
	}
	
	#results_promo .box_vertical .promocion {
		height: 350px;
	}
	
	#results_promo .promocion .sliderPropiedad.sliderMini {
	    width: 106.1%;
	}
	
	#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: 22.6%;
	}
	
	#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: 410px;
		width: 31%;
	}
	
	article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
		width: 100%;
	}
	
	.sliderPropiedad.sliderMini .img {
		height: 158px;/*162*/
		/*display: table-cell;*/
		vertical-align: middle;
		text-align: center;
	}
	
	#results .sliderPropiedad.sliderMini .img {
		height: 156px;
	}
	
	.box_horizontal .sliderPropiedad.sliderMini .img {
		height: 85px !important;
	}
	
	.sliderPropiedad.sliderMini .img img {
		/*width: auto;*/
		max-width: 100%;
		/*max-height: 100%;*/
	}
}

/* ie 8 */
@media \0screen {
}