/* buscador: diseño horizontal */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_buscador_horizontal.css");

@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_ficha_nueva.css");

@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_modal.css");

@import url(http://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

/* ====================
   GENERALES
   ==================== */

#background{
	overflow-x:hidden; 
}
header {
	position: relative;
	height: 225px;
	background: #02071f url(img/bg.png) no-repeat center top;
}

#home header {
	height: 650px;
	background: #02071f;
	border-bottom: 5px solid #ff7109;

}


#logo {
	top: 20px;
	z-index: 2;
	width: auto;
}

#logo img {
    border: 0;
	padding: 0;
	    width: 340px;
}

/*#logo:after {
    content: "";
    display: block;
    position: absolute;
    height: 195px;
    width: 195px;
    background: url(../body_pics/logo2.png) no-repeat;
	background-size: 90% 90%;
    background-position: 9px 7px;
    top: 0;
    right: 0;
	border: 1px solid #f2d093;
}*/

#bgContent {}

#content {
	display: block;
	position: relative;
	margin: 42px auto 0 !important;
}

#home #content {}

section {
	margin: 20px auto;
}

#home section {
	margin: 0px auto;
	top: 140px;
	position: relative;
	margin-bottom: 150px;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #737373;
}

a {
	text-decoration: underline;
}

a:hover, a:active {
	color: #060c27;
}

::selection {
	background: #060c27;
	color: #FFF;
}

.btn {
	    border-radius: 0;
    border: none;
    background: #ff7109;
    height: 38px;
    color: #fff;
    margin: 17px 0;
}

.btn:hover {
	border: none;
	background: #0893cc;
}

#bgContent {
	position: relative;
	/*z-index: 8;*/
	padding-top: 1px;
}

#home #bgContent {
	padding-top: 0;
	    margin-top: 0;
}

h2 {
	padding-bottom: 3px;
    color: #02071f;
    display: inherit;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin: 30px auto;
}

h2:before {
    content: "";
    position: relative;
    display: block;
    top: 16px;
    width: 87px;
    height: 2px;
    background: #02071f;
}

h2:after {
    content: "";
    position: relative;
    display: block;
    top: -16px;
    margin-left: 235px;
    width: 87px;
    height: 2px;
    background: #02071f;
}

/*h2:before {
	content: url(img/icn_titulo.png);
	margin-right: 10px;
	position: relative;
	top: 5px;
}*/

.etiqueta {
	top: 10px !important;
	left: -5px !important;	
	z-index: 11;
}

.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;
	-webkit-appearance: none;
}

#seccionInterna, #contacto, .offers, #detalle {
	padding: 40px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#captacion #seccionInterna legend {
	background: none;
}

#sliderPropiedad {
	background: none;
	    padding: 0;
}

.tabs li.activo a {
	background: #f1eded;
}

select[name="id_poblacion"] option {
	color: #575757 !important;
}

select[name="id_poblacion"] option[value="|Madrid"] {
	font-weight: 700;
	color: #000 !important;
	display: none;
}

.qtip {
	font-size: 16px !important;
	padding: 5px !important;
}

article .texto {
	padding: 0 10px;
}

#results article.offers #listOffers {
	width: 74% !important;
}

article.offers #leyenda form #zonas div.desplegado{
    display: block !important;
}

#navegacion #operationList a.title {
	text-indent: -9999px;
	padding: 0 20px !important;
}

#navegacion #operationList li.title:after {
	content: "\f046";
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -6px;
	color: #FFF;
}

#navegacion ul > li > ul > li {
    min-width: 110px;
}

#navegacion #operationList > li > ul > li.dropDownMenu > ul {
	left: -180%;
}

#detalle #ficha div .detallesFicha ul li i {
	color: #02071E;
}

#aviso_cookie div {
    border-radius: 0;
    background: #060c27;
}

#aviso_cookie div p {
    font-size: 14px !important;
}

#aboutus h2:after {
    margin-left: 300px;
}

#captacion h2:after {
    margin-left: 530px;
}

#extra_section h2:after {
    margin-left: 250px;
}
#contact h2:after {
    margin-left: 270px;
}


/* ====================
   SLIDER
   ==================== */
#slider {
	z-index: 0;
	position: relative;
	height: 455px;
	padding-top: 225px;
	padding-bottom: 25px;
	left: 50%;
	/*overflow: visible;*/
	display: none;
}

#home #slider {
	display: block;
}

#slider .nivoSlider {
	margin: 0 auto;
	height: 455px;/*535*/
	overflow: hidden;
	width: 99.7%;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 3px;
}

#slider #slideshow.highlighted img {
	top: -25% !important;
}

.nivoSlider img {
	width: 1220px !important;
	height: 535px !important;
	left: 50% !important;
	margin-left: -610px !important;
}

.nivo-caption {
	background: none !important;
	padding: 0px !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.nivo-caption > div {
	padding: 20px 20px 25px 20px;
	background: #fff;
	background: rgba(255,255,255,0.75);
	color: #060c27;
	font-size: 16px;
}

.nivo-caption > div span {
	margin-right: 25px;
}

#slider .highlighted .nivo-caption span:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(img/icn-nivocaption.png);
	margin-right: 10px;
	position: relative;
	top: 5px;
}

#slider .highlighted .nivo-caption span.tipo:before {
	background-position: -75px 0;
}

#slider .highlighted .nivo-caption span.zona:before {
	background-position: -50px 0;
}

#slider .highlighted .nivo-caption span.dormitorio:before {
	background-position: -25px 0;
}

#slider .highlighted .nivo-caption span.superficie:before {
	background-position: 0px 0;
}

#slider .highlighted .nivo-caption span.precio {
	margin-top: 9px;
	display: none;
}

#slider .highlighted .nivo-caption span.precio:before {
	display: none;
}

.nivo-caption > div span.superficie {
	margin-bottom: 0;
}

/*.nivo-caption > div span:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 5px 0 0;
	border-radius: 50%;
	border: 2px solid #9e8955;
	position: relative;
	top: -2px;
}

.nivo-caption > div span:nth-last-child(2):after, .nivo-caption > div span.precio:before {
	display: none;
}*/

.nivo-caption > div span.precio {
	font-weight: 700;
}

.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 {
	position: absolute;
	top: 170px;
	z-index: 11;/*9*/
	background: none;
}

#navegacion nav {
	display: table;
	margin: 0 auto;
	position: relative;
	background: none;
}
#home #navegacion nav {
    background: #02071e;
}

#navegacion #navHeader #navLinks {
}

#navegacion #navHeader #navLinks li {
	/*border-right: 1px solid #ccc;*/
}

#navegacion ul li a {
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 12px !important;
	margin: 10px 0;
	position: relative;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	/*border-right: 1px dotted #454f7a;*/
}

#operationList li a, #navegacion ul#idiomas li a {
	border-right: none !important;
}

#idiomas > li > a > i {
    	display: none;
	}

#navegacion .dropDownMenu .dropDownMenu a, #navegacion .dropDownMenu ul li a {
	height: 40px;
	line-height: 40px;
	color: #02071f;
}

#navegacion .dropDownMenu .dropDownMenu a span, #navegacion .dropDownMenu ul li a span {
	padding-right: 0;
}

#navegacion ul li:hover > a, #navegacion ul li > a:hover {
	background: #ff7109;
	color: #fff;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

#navegacion ul li.dropDownMenu:hover ul li:hover {
	    background: #ff7109 !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 {}

#navegacion ul li.dropDownMenu:hover > a {
}

#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: 30px;*/
	/*margin-left: 4px;*/
}

#navLinks .dropDownMenu > a > span {
	/*float: left;*/
}

.dropDownMenu ul {
	background: #fff !important;
}

#navLinks > li.dropDownMenu > ul:before, #operationList > li.dropDownMenu > ul:before, #idiomas > li.dropDownMenu > ul:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 17px;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ff7109;
}

.dropDownMenu ul li a {
	/*color: #000 !important;*/
	border-right: none !important;
	margin: 0 10px;
}

.dropDownMenu ul li a:hover {
	color: #fff !important;
	background: #c2262b !important;
}

#navegacion.fixed {
	position: absolute;
	top: 234px;
}

/*ul#navLinks > li.dropDownMenu:hover > a {
	background: #9e8955;
	color: #fff;
}

ul#navLinks > li.dropDownMenu > a:hover {
	color: #fff;
	background: #7c693a;
}

ul#navLinks > li.dropDownMenu > a > i {
	transition: all ease .25s;
	-webkit-transition: all ease .25s;
	-moz-transition: all ease .25s;
}

ul#navLinks > li.dropDownMenu > a:hover > i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transition: all ease .25s;
	-webkit-transition: all ease .25s;
	-moz-transition: all ease .25s;
}*/


/* ====================
   FAVORITOS
   ==================== */
#navegacion ul#favoritos {}

#navegacion ul#favoritos > li > div {
	    background: #ccc !important;
}

#navegacion nav ul#favoritos > li > a span {
	display: none !important;
}

#navegacion ul#favoritos > li > div > div > div > ul > li {
	background: #fff;
	height: 210px;
	padding: 0px !important;
	box-shadow: 0 0 2px #888;
}

#navegacion ul#favoritos > li > div > div > div > ul > li:hover {
}

#navegacion ul#favoritos > li:hover > div a {
	height: 88px;
	border: none;
	margin: 0;
}

#navegacion ul#favoritos > li > div > div > div > ul > li figure {}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
	top: 0px;
	left: 0px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
	padding: 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;
}

#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: 12px !important;
	font-weight: 700;
	text-align: center;
}

/*--------------------
 :: IDIOMAS
--------------------*/
#navegacion ul#idiomas {}

#navegacion ul#idiomas li a {
	background: none !important;
	text-transform: inherit;
	font-weight: 300;
	
	text-align: center;
}

#navegacion ul#idiomas > li:hover > a {
	background: #ff7109 !important;
}

#navegacion ul#idiomas li ul {
	background: #eaeaea;
}

#navegacion ul#idiomas li ul li a {
	height: 25px;
	line-height: 25px;
}

#navegacion ul#idiomas li:hover > a {
}

#navegacion ul#idiomas li a span > span:last-child {
	display: none;
}


/* ====================
   DATOS CONTACTO HEADER 
   ==================== */
header .datosContacto {
	top: 42px !important;
	z-index: 1;
}

header .datosContacto address {
	background: none;
	color: #575757;
	padding: 0;
	position: relative;
	width: 378px;
}

header .datosContacto address a {
	color: #fff;
	text-decoration: none;
}

header .datosContacto address ul {}

header .datosContacto address ul li {
	margin-right: 5px;
	margin-bottom: 14px;
	color: #fff;
	font-size: 16px;
	min-width: 270px;
	text-align: right;
}

header .datosContacto address ul li.direccion {
	margin-bottom: 7px;
}

header .datosContacto address ul li.poblacionProvincia i {
	display: none;
}

header .datosContacto address a {
	color: #fff;
}

header .datosContacto address ul:first-child li i {
	margin-right: 10px;
	color: #546099;
	margin-left: 38px;
	text-align: right;
}

header .datosContacto address ul:first-child li.direccion i {
	margin-bottom: 20px;
	float: left;
}

header .datosContacto li.agencia, header .datosContacto li.fax, header .datosContacto li.movil, header .datosContacto ul:first-child li:last-child {
	display: none !important;
}

header .datosContacto address .socialLinks {
	border-top: none;
	margin: 0;
	padding: 0;
	    display: none;
}

header .datosContacto address .socialLinks li {
	margin-right: 0;
	margin-left: 5px;
}

/* ==================== 
   BUSCADOR 
   ==================== */
#buscador {
    position: absolute;
    width: 1220px;
    background: #e2e2e2;
    border: 0;
    padding-top: 0px;
    display: none;
    height: 120px;
        top: 20px;
}

#home #buscador {
	display: block;
}

#buscador > div {
	margin: 0 auto;
	display: table;
	position: relative;
	background: none;
}

#buscador .btn, #buscador div form:first-child fieldset button {
    background: #ff7109 url(img/lupa.png) no-repeat;
    background-position: center center;
    padding: 0;
    background-size: 24px;
    color: transparent;
	width: auto !important;
}

#buscador #openProperty form div.line, #buscador #openNew form div.line {
	width: 48.5%;
}

#buscador .tabs {
	    margin-top: -35px;
    margin-left: -2px;
    border-bottom: none;
    position: absolute;
}

#buscador #openProperty, #buscador #openNew{
	    margin-top: 9px;
}

#buscador .tabs li a {
    color: #060c27;
    background: none;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
}

#buscador .tabs li a:hover {
	border-bottom: none;
	background: #fff;
	color: #292929;
}


#buscador .tabs li.activo a {
    background: none;
    color: #060c27;
    border: none;
    border-bottom: none;
    text-transform: uppercase;
}

#buscador label {
	font-size: 12px;
	text-transform: uppercase;
	color: #02071f;
	font-weight: 500;
}

#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: -35px;
    right: 0;
    color: #060c27;
    font-size: 12px;
    text-transform: uppercase;
}

.busquedaAvanzada form fieldset div.line > div input[type="text"], .busquedaAvanzada form fieldset div.line > div select {
    width: 127px;
}

.modalContainer .modal form fieldset div.line {
    border-bottom: 0;
}

.busquedaAvanzada .modal span.titulo {
    background: #02071f;
	    font-weight: 500;
}

.modalContainer .modal {
    border-bottom: 45px solid #02071f;
}

.modalContainer .modal form button.btn {
    bottom: -41px;
    border-radius: 0;

}

.busquedaAvanzada > a:hover {
	color: #060c27;
}


/* ====================
   MAIN TEXT
   ==================== */
article#mainText {
	background: none;
	background-position: 0 0 !important;
	padding: 0;
	margin: 0 auto;
	display: none;
}

#mainText h2 {
	padding-left: 0;
	display: none;
}

#mainText .welcome {
	width: 100% !important;
}

#mainText .welcome .bloque1, #mainText .welcome .bloque2 {
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#mainText .welcome div[class*="bloque"] h3 {
	font-size: 24px;
	font-weight: 700;
	height: 47px;
	line-height: 47px;
	/*padding-left: 60px;
	background: #f6f6f6 url(img/icn_titulo2.png) no-repeat left center;*/
	color: #292929;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#mainText .welcome div[class*="bloque"] p {
	font-size: 16px;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

#mainText .datosContacto {
	display: none;
}

#mainText > div {
	padding: 20px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* banner */
article#mainText div {
	padding: 0 0px;
}

#mainText .welcome .bloque1 {
	width: 60%;
}

#mainText .welcome .bloque2 {
	width: 60%;
	margin-right: 20px;
}

#mainText .welcome .banner {
	float: left;
	width: 250px;
	padding: 15px;
	border: 1px solid #000;
	position: absolute;
	top: 23px;
	left: 510px;
}

#mainText .welcome .banner embed {
	width: 250px;
	height: 300px;
}

/* ====================
   SECTIONS
   ==================== */
  

.tres_columnas .column_child, .tres_columnas_foto .column_child, .tres_columnas_foto_enlace .column_child {
    width: 31.5% !important;
}



.title_child {
    display: none !important;
}

.content_child{
    background: #030719;
}

.content_child a{
    width: 100%;
    height: 162px;
    display: block;
    transition: all 0.4s ease-in;
      -webkit-transition: all 0.4 ease-in;
      -moz-transition: all 0.4s ease-in;
      -o-transition: all 0.4s ease-in;
    opacity: 1;
	color:transparent !important;
}

.content_child a:hover, .content_child a:active{
    opacity: 0.7 !important;
}

.content_child a#centro{
    background: url(img/buttom_malaga_centro.jpg) no-repeat center;
    background-size: 100% 100%;
}
.content_child a#este{
    background: url(img/buttom_malaga_este.jpg) no-repeat center;
    background-size: 100% 100%;
}
.content_child a#costa{
    background: url(img/buttom_costadelsol.jpg) no-repeat center;
    background-size: 100% 100%;
}


/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */
.promocion, .venta, .alquiler {
	padding: 0px !important;
	margin: 0px 10px 20px 10px !important;
}

.promocion, .venta, .alquiler {
	background: #e2e2e2;
}

.promocion h3, .venta h3, .alquiler h3 {
	width: 100%;
	font-weight: 300;
	font-size: 18px;
	color: #fff;	
	background: #02071f;
	text-align: center;
	margin: 3px 0 0 0;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	overflow: visible;
	z-index: 10;
}

.promocion .contenido .precio p span, .venta .contenido .precio p span, .alquiler .contenido .precio p span {
    font-weight: 500;
}

.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: 2px;
	max-height: 155px;
	z-index: 10;
	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: 44px;/*44*/
	margin: 7px 0 10px 0;
	z-index: 10;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.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: 14px;
	margin: 0px;
	color: #575757;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.promocion .contenido .precio {
	background: none;
	color: #575757;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
}

.venta h3, .alquiler h3 {
	/*text-align: left;
	margin: 5px 0 0 0;
	color: #c2262b;*/
}

.box_horizontal .venta h3, .box_horizontal .alquiler h3 {
	top: 7px !important;
	left: 159px !important;
	width: 301px !important;
	background: none !important;
	text-align: left !important;
	box-shadow: none !important;
	color: #060c27;
}

.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;
	bottom: -24px;
	height: auto;
	display: none;
}

.venta figure:hover div.mask, .alquiler figure:hover div.mask {
	bottom: -24px;
}

.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
	background: #aaa;
}

.venta figure div.mask div.referencia span, .alquiler figure div.mask div.referencia span {
	color: #fff !important;
}

.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 {
	
}

.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
	color: #575757;
	text-decoration: none;
}

.venta .contenido .acciones, .alquiler .contenido .acciones {
	position: absolute;
	top: 0 !important;
	left: 0;
	padding: 10px;
	width: 100%;
	height: 137px;
	box-sizing: border-box;
	z-index: 11;
	display: none;
}

#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
	height: 144px;
}

.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;
}

.venta:hover .contenido .acciones, .alquiler:hover .contenido .acciones {
	z-index: 9;
}

.venta .contenido .acciones a:hover, .alquiler .contenido .acciones a:hover {
	background: rgba(255,255,255,0.4);
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li span, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span {
	display: none;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
	text-align: center;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
	width: 35%;
	text-align: center;
	margin-bottom: 0;
	margin-top: 8px;
	display: inline-block;
}

.venta .contenido .habitaciones i, .alquiler .contenido .habitaciones i {
	display: inline-block;
	width: 19px;
	height: 11px;
	margin-right: 10px;
	background: url(img/icn_habitaciones.png);
}

.venta .contenido li[class*="sup"] i, .alquiler .contenido li[class*="sup"] i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background: url(img/icn_sup.png);
}

.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);
	display: none;
}

.venta:hover .sliderPropiedad.sliderMini .sliderPrincipal > a, .alquiler:hover .sliderPropiedad.sliderMini .sliderPrincipal > a {
	display: block;
}

.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: 2px;
}

.box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
	padding: 0 10px;
}

.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
	text-align: center;
	color: #060c27;
	padding: 0 15px !important;
	font-weight: 700;
	background: none;
	z-index: 10 !important;
	position: relative;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 53px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.box_vertical .venta .contenido .precio p, .box_vertical .alquiler .contenido .precio p {
	line-height: 53px !important;
	border-top: 1px solid #b8b8b8;
}

.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
	color: #060c27;
	margin: -15px 0 -32px 0;
	border-top: none !important;
	height: 47px;
}

.venta .contenido .precio .antes + p, .alquiler .contenido .precio .antes + p {
	padding-top: 5px;
}

#results .box_horizontal .venta .contenido .precio .antes, #results .box_horizontal .alquiler .contenido .precio .antes {
	color: #ccc;
	float: none;
	margin: 0;
}

.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
	color: #575757;
	padding-top: 3px;
}

.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
	margin-top: 10px;
}

.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;
}

.box_horizontal .promocion .contenido .precio, .box_horizontal .venta .contenido .precio, .box_horizontal .alquiler .contenido .precio {
	position: absolute;
	top: -10px;
	right: 10px;
}

.box_horizontal .promocion .descripcion, .box_horizontal .venta .descripcion, .box_horizontal .alquiler .descripcion {
	float: none;
}

.contenido .descripcionCaracteristicas {
	text-align: center;
}

.box_horizontal .contenido .descripcionCaracteristicas {
	text-align: left;
}

.promocion .contenido .descripcionCaracteristicas {}

.promocion .contenido .descripcionCaracteristicas {
	text-align: center;
}

.box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
	float: left;
	margin-left: 10px;
	width: 70%;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas, .box_horizontal .alquiler .contenido .descripcionCaracteristicas {
	margin-top: 35px;
}

#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: 151px;
}



/* ====================
   FORMULARIO ALERTAS BÚSQUEDAS
   ==================== */



/* ====================
   MAILING LIST
   ==================== */
aside {
	background: none;
}

aside #mailingList p, aside #mailingList form .line.checkbox p a {
	color: #060c27;
}

#mailingList > div > p:nth-child(1) {
    padding-top: 5px;
}

aside #mailingList form .line.checkbox {
	top: 50px;
}


/* ====================
   RESULTS
   ==================== */
.vistaResultados ul li a {
	color: #575757 !important;
}

.vistaResultados ul li a:hover, .vistaResultados ul li a.activo, .paginacion ul li span.activa, .paginacion ul li a:hover {
	background: #02071f;
    border: 1px solid #02071f;
	color: #fff !important;
}

.paginacion ul li span, .paginacion ul li a {
	border: 1px solid #292929;
	color: #292929;
    border-radius: 0;
}



/* ====================
   LEYENDA RESULTADOS
   ==================== */



/* ====================
   FICHA
   ==================== */


#detalle #formMasInfo {
	width: 100%;
	float: none;
}

#detalle .colIzq .detallesFicha {
	width: 100% !important;
	float: none !important;
}

#ficha #etiqueta {
    position: relative;
	    top: 30px;
}

#detalle #ficha .sliderPropiedad {
    
}

#detalle #sliderPropiedad .img img {
	max-width: 100%;
}

article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
    margin-bottom: 7px;
}

input[type="checkbox"], input[type="radio"] {
    top: -1px;
}

article.offers #leyenda {
    border: 0;
    background: #e2e2e2;
}

figure > div.sliderPropiedad.sliderMini > div > div > a:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	outline: 1px solid #fff;
    outline-offset: -12px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.venta:hover figure > div.sliderPropiedad.sliderMini > div > div > a:after, .alquiler:hover figure > div.sliderPropiedad.sliderMini > div > div > a:after {
    outline-offset: 0;
}

/*figure > div.sliderPropiedad.sliderMini > div > div > a {
    outline: 1px solid #fff;
    outline-offset: -12px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}*/

/*.venta:hover figure > div.sliderPropiedad.sliderMini > div > div > a, .alquiler:hover figure > div.sliderPropiedad.sliderMini > div > div > a {
    outline-offset: 0;
}*/

#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 {
	    background: rgb(2, 7, 31);
}

#fichaScroll figure, #fichaScroll div {
	
}

#fichaScroll div ul li {

}

#fichaScroll div ul li i {
	color: #e2e2e2;
}

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;
}

#details h2:after {
    margin-left: 475px;
}

/*CAMBIOS EN FICHA NACHO*/

#detalle #ficha .header:before, #detalle #ficha .header img {
	display:none;
}

#detalle #ficha {
    margin-top: 170px;
}

#detalle #ficha div.colIzq #descripcionFicha {
    display: none !important;
}

#ficha .colIzq .detallesFicha#descripcionFicha2 {
    display: block;
}

#detalle #ficha .header .headerTitulo .headerLeft, #detalle #ficha .header .headerTitulo .headerRight {
    color: #e6651f;
	    text-align: left;
		    border-top: 0;
}
#detalle #ficha .header .headerTitulo .headerLeft h1 {
    color: #02071f;
    font-weight: 600;
}

#detalle #ficha .header .headerTitulo .headerRight .precio {
    color: #02071f;
}

#detalle #ficha .header .headerTitulo  {
	border-bottom: 0;
}

#detalle #ficha .header .caracteristicasPrincipales ul li i {
    background: #ff7109;
   width: 50px;
    height: 50px;
}

#detalle #ficha .header .caracteristicasPrincipales ul li {
	color: #02071f;
    width: 140px;
    margin: 0 0 0 30px;
}

#detalle #ficha .header .caracteristicasPrincipales {
    display: table;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 38px;
    margin-left: -610px;
    width: 1220px;
    z-index: 1;
}

#ficha > div.header > div.caracteristicasPrincipales > ul {
    float: right;
}

#detalle #ficha .header .caracteristicasPrincipales ul li strong {
    margin: 12px 0 8px;
}

#detalle #ficha .header {
    height: 225px;
	    top: 20px;
}

#detalle #ficha .actionBar {
    border: 0 !important;
}

#details .headerResults {
    top: 192px;
	padding: 0 !important;
}

.actionBar ul li i {
    margin-right: 5px;
    color: #ff7109;
}

.breadcrumbs {
    float: left;
}

.breadcrumbs > ul > li:after {
    color: #ff7109;
}

.headerResults > div > ul > li.activo {
    color: #02071f;
}

#ficha > div.header > div.actionBar > ul {
    float: right;
}
#detalle #ficha .actionBar ul li.share {
    padding: 6px 10px;
}

#detalle #ficha .actionBar ul li.share > i {
    top: -7px;
}

/* ====================
   CONTACTO
   ==================== */



/* ====================
   CAPTACIÓN
   ==================== */
form fieldset legend {
	color: #575757;
	border-bottom: 3px solid #292929;
	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: #060c27;
	color: #fff;
}

footer #datosContactoFooter {
    margin: 50px auto 10px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #0893cc;
}

footer div.email > i, footer div.direccion > i, footer div.tlf > i, footer div.socialLinks > i {
	color: #ff7109 !important;
    font-size: 36px !important;
}

footer #creditos .right p a {
	background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png) !important;
}

#home footer {
	border-top: 120px solid #e2e2e2;
    margin-top: -112px;
    height: 380px;
}

#seccionInterna img {
		width: 100% !important;
		height: auto !important;
	}
	
	.nivo-controlNav {
    	display: none;
	}

/* ====================
   RESPONSIVE
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {	
	#background {
		background: none;
	}
	
	header, #content, #seccServicios .contenedor {
		width: 100%;
	}
	
	header {
		height: auto !important;
	}
	
	header h1 {
		height: 130px;
	}
	
	#bgContent {
		padding-top: 0;
		margin-top: 0;
	}
	
	section {
		padding-top: 0;
		float: none;
		width: 100%;
	}
	
	#content {
		padding-top: 0 !important;
	}
	
	h2:before, h2:after {
		display: none;
	}
	
	#home section {
		padding-top: 10px;
	}
	
	#tagClud {
		display: none !important;
	}
	
	#home #logo:after {
		display: none;
	}
	
	#laFinca {
		width: 100%;
		margin-left: 0;
		left: 0;
		text-align: center;
		top: 10px;
	}
	
	.box_vertical .venta .contenido .precio p, .box_vertical .alquiler .contenido .precio p {
		border-top: 0;
	}
	
	#laFinca h2 {
		float: none;
	}
	
	#logo {
		top: 0;
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0 !important;
		width: 100% !important;
	}
	
	#logo img {
		width: 75%;
		margin-left: 0 !important;
	}
	
	#buscador > div {
		width: 100% !important;
		background: #FFF;
	}
	
	#buscador #openProperty form div.line, #buscador #openNew form div.line {
		width: 100% !important;
	}
	
	#slideshow {
		display: none;
	}	
	
	#navegacion {
		z-index: 100000;
		top: 97px;
		position: initial;
	}
	
	#navegacion nav {
		padding: 0;
	}
	
	#navegacion ul li a {
		padding: 8px 15px !important;
	}
	
	#navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
		display: inline-block;
	}
	
	#navegacion #navHeader #searchToggle {}
	
	#navegacion ul#idiomas {
		top: 0px;
		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: #ff7109;
		border-color: #ff7109;
		border-radius: 0;
		color: #ffffff;
	}
	
	#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: #0893cc;
	}
	
	#navegacion #navHeader #navLinks .dropDownMenu ul {
		background: none !important;
	}
	
	#navegacion ul li:hover a {
		background: #0874a1 !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;
		margin-top: 0;
	}
	
	#home #buscador, #buscador {
		z-index: 1000;
		top: -15px;
		display: none;
		float: none !important;
		width: 100% !important;
		height: 565px;
		left: 0px;
	}
	
	.home_section {
		display: none;
	}
	
	#buscador .tabs {
		background: #fff;
	}
	
	#idiomas > li > a > i {
		color: #fff;
	}
	
	#navegacion ul li a {
		color: #fff;
		border-right: none;
	}
	
	section {
		float: none !important;
		width: 100% !important;
	}
	
	#home section article.offers {
		top: 0px;
	}
	
	.promocion figure, .venta figure, .alquiler figure {
		left: 0;
	}
	
	.promocion figure div.mask {
		max-height: 170px;
	}
	
	.promocion .contenido {
		max-width: 300px;
	}
	
	#sliderPropiedad {
		width: 320px;
	}
	
	.sliderPropiedad .sliderPrincipal .img img {
		max-height: initial;
	}
	
	#ficha .sliderPropiedad .sliderPrincipal .img {
		height: auto;
	}
	
	.promocion,	.venta, .alquiler {
		/*height: auto !important;*/
		margin: 20px 0 !important;
	}
	
	.venta, .alquiler {
		/*padding-bottom: 70px !important; */
	}
	
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
    	height: auto;
	}
	
	.promocion .contenido .precio {
		margin-bottom: 10px;
	}
	
	.venta .contenido .precio, .alquiler .contenido .precio {
		position: relative;
	}
	
	#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;
	}
	
	footer {
		border-top: none;
		margin-top: 0px;
	}
	
	#home footer {
		border-top: 200px solid #626262;
		margin-top: -220px;
	}
	
	footer #creditos {
		padding: 10px;
	}
	
	#laFinca > div {
		margin: -91px auto 0 auto;
	}
	
	#seccionInterna, #contacto, .offers, #detalle {
		padding: 30px 10px;
	}
	article#mainText {
	    display: block;
	}
	.content_child a {
	    height: 144px;
	    background-repeat: no-repeat !important;
	    background-size: 100% 100% !important;
	}
	.dos_columnas .column_child, .dos_columnas_foto .column_child, .dos_columnas_foto_enlace .column_child {
	    width: 98% !important;
	    margin-left: 1% !important;
	    height: 144px;
	    margin-bottom: 25px !important;
	}

	#home section {
	    top: 0px;
	}
		.tres_columnas .column_child, .tres_columnas_foto .column_child, .tres_columnas_foto_enlace .column_child {
		width: 100% !important;
	}
	.content_child {
		padding: 0 10px !important;
		box-sizing: border-box;
		background:none;
	}
	.content_child a {
		height:150px;
	}
	#logo:after {
		display:none;
	}
	#detalle #ficha {
    	margin-top: 0;
	}
	#mainText .welcome {
    	display: none;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {
	header {
		height: 230px;
	}
	
	#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;
	}
	
	#home #buscador, #buscador {
		top: -15px;
		height: 570px;
		left: 0px;
	}
	
	#seccServicios {
		bottom: 213px;
	}
	
	.promocion figure div.mask {
		max-height: 260px;
	}
	.dos_columnas .column_child, .dos_columnas_foto .column_child, .dos_columnas_foto_enlace .column_child {
	    width: 90% !important;
	    margin-left: 5% !important;
	    height: 225px;
	    margin-bottom: 30px !important;
	}

	.box_vertical .promocion{
		height: 485px;
	}

	.promocion .contenido {
	    max-width: 100%;
	}
	.box_vertical .venta, .box_vertical .alquiler {
	    height: 545px;
	}

	.content_child {
	    font-size: 14px;
	    width: 100%!important;
	    height: 100%;
	}
	.content_child a {
	    height: 100%;
	    background-repeat: no-repeat !important;
	    background-size: 100% 100% !important;
	}
	

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.tres_columnas .column_child, .tres_columnas_foto .column_child, .tres_columnas_foto_enlace .column_child {
		width: 100% !important;
	}
	.content_child a {
		height:300px;
	}
	#logo, header .datosContacto {
		width: 768px !important;
	}
	#buscador > div, section article.home_section:nth-child(2) {
		width: 768px !important;
	}
	
	#tagClud {
		width: 768px;
		margin-left: -384px;
	}

	#buscador {
	    width: 100%;
	}
	
	#buscador > div {
		width: 100% !important;
		height: 565px;
	}
	
	#buscador #openProperty form div.line, #buscador #openNew form div.line {
		width: 100%;
	}

	label {
	    font-size: 9px !important;
	}
	
	#slider {
		background: url(img/bg_slider3.png) no-repeat center bottom;
	}
	
	
	.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 {
		top: -35px;
		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;
	}
	
	header .datosContacto address ul {
		float: none;
	}
	
	.nivo-directionNav, #navegacion ul#favoritos > li > div, #slider, #content {
		width: 768px;
		margin-left: -384px;
	}	
	
	article#mainText .welcome, article#mainText > div h2 {
		width: 70%;
	}
	
	#navegacion {
	}
	
	/*#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: 46%;
	}
	
	.box_vertical .promocion {
		height: 305px;/*305*/
	}
	
	#results .box_vertical .promocion {
		height: 250px;
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		height: 370px;/*370*/
	}
	
	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: 192px;
	}
	
	#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
		top: 236px;
	}
	
	#results .box_vertical .venta, #results .box_vertical .alquiler {
		height: 320px;/*350*/
	}
	
	#navegacion ul#idiomas li a {
		text-align: center;
	}

	#navegacion ul#idiomas li a span span:last-child {
		display: none;
	}
	
	.sliderPropiedad.sliderMini .img {
		height: 197px;/*204*/
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	
	#results .sliderPropiedad.sliderMini .img {
		height: 144px;
	}
	
	.sliderPropiedad.sliderMini .img img {
		/*width: auto;*/
		max-width: 100%;
		max-height: 100%;
	}
	
	.promocion .contenido {
	}	
	
	#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%;
	}
	
	#tagClud #htmltagcloud {
		width: 230px;
		position: absolute;
		right: 0;
		top: 2280px;
	}
	
	header .datosContacto {
		margin-left: -435px;
	}
	
	#navegacion ul#favoritos {
		/*margin-top: -265px;*/
	}
	
	#detalle #sliderPropiedad .img img {
		max-width: 785px;
	}
	
	.nivo-caption > div {
		display: table;
	}
		
	.nivo-caption > div span.precio {
		position: initial;
		float: left;
		margin: 0 0 8px 0;
	}
	
	#laFinca {
		margin-left: -384px;
		width: 768px;
	}
	
	.promocion figure div.mask {
		max-height: 194px;
	}
	
	#home footer {
		border-top: 130px solid #626262;
		margin-top: -130px;
	}
	
	#mainText .welcome .banner {
		padding: 15px 10px;
		left: 232px;
	}
	
	#mainText .welcome .bloque1, #mainText .welcome .bloque2 {
		width: 44%;
	}
	
	#mainText .welcome .bloque2 {
		display: none;
	}
	
	#mainText .welcome div[class*="bloque"] h3 {
		height: auto;
		line-height: 30px;
	}
	.dos_columnas .column_child, .dos_columnas_foto .column_child, .dos_columnas_foto_enlace .column_child {
	    width: 85% !important;
	    margin-left: 7.5% !important;
	    margin-bottom: 40px !important;
	}

		section {
	    margin: 104px auto;
	}
	
	#navegacion ul li a {
		padding: 0px 4px !important;
		font-size: 12px;
	}
	#detalle #ficha .header .caracteristicasPrincipales {
		margin-left: -384px;
		width: 768px;
	}
	
	#detalle #ficha .header .caracteristicasPrincipales ul li {
    	margin: 0 0 0 12px;
	}
	#detalle #ficha .header .caracteristicasPrincipales ul li strong {
    	font-size: 16px;
	}
	#detalle #ficha {
    	margin-top: 170px;
	}
	#details .headerResults {
    	display: none;
	}
	#detalle #ficha .header .headerTitulo {
    	margin: 27px auto 0;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
	#navegacion nav ul#favoritos > li > a span {
		display: none !important;
	}
	
	section article.home_section:nth-child(2) {
		width: 984px !important;
	}
	
	#detalle #ficha .header .caracteristicasPrincipales ul li {
    	margin: 0 0 0 14px;
	}
	
	article#mainText div {
		width: auto;
	}
	
	#slider {
		background: url(img/bg_slider2.png) no-repeat center bottom;
	}
	
	html[lang="es"] #navegacion ul#favoritos {
		/*margin-top: -185px;*/
	}
	
	#logo {
		width: 984px !important;
	}
	
	.nivo-directionNav, #navegacion ul#favoritos > li > div, #slider, #content, #tagClud {
		width: 984px;
		margin-left: -492px;
	}	
	
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
		width: 22.8%;
	}
	
	.box_vertical .promocion {
		height: 230px;/*230*/
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		height: 300px;/*300*/
	}
	
	#results .box_vertical .venta, #results .box_vertical .alquiler {
		height: 310px;/*310*/
	}
	
	#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%;
	}
	
	#detalle #ficha .header .caracteristicasPrincipales {
		margin-left: -492px;
		width: 984px;
	}
	
	#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;
		height: 116px;
	}
	
	.sliderPropiedad.sliderMini .img {
		height: 125px;/*172*/
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	
	.sliderPropiedad.sliderMini .img img {
		/*width: auto;*/
		max-width: 100%;
		max-height: 100%;
	}
	
	#slider #slideshow img {
	}
	
	.venta .contenido .acciones, .alquiler .contenido .acciones {
		height: 123px;
	}
	
	#home footer {
		border-top: 130px solid #e2e2e2;
		margin-top: -130px;
	}
	
	#tagClud #htmltagcloud {
		width: 366px;
		position: absolute;
		right: 10px;
		top: 2680px;
	}	
	
	header .datosContacto {
		margin-left: -545px;
	}
	
	#home #content #buscador {
		width: 100%;
		left: 0px;
		margin-left: 0px;
	}
	
	#home #content section {
		/*width: 62%;*/
	}
	
	#detalle #sliderPropiedad .img img {
		max-width: 643px;
	}
	
	#laFinca {
		margin-left: -492px;
		width: 984px;
	}
	
	#buscador > div {
		width: 100% !important;
		height: 330px;
	}
	
	.busquedaAvanzada > a {
		    top: -35px;
	}
	
	#buscador #openProperty form div.line, #buscador #openNew form div.line {
		width: 48%;
	}
	
	#mainText .welcome .banner {
		left: 357px;
	}
	
	#mainText .welcome .bloque1, #mainText .welcome .bloque2 {
		width: 50%;
	}

	.dos_columnas .column_child, .dos_columnas_foto .column_child, .dos_columnas_foto_enlace .column_child {
	    width: 48% !important;
	}

	.content_child a {
	    width: 100%;
	    height: 135px;
	}
	
	#navegacion ul li a {
    padding: 0px 9px !important;
}
}

@media screen and (min-width: 1260px) {
	article, 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, section article.home_section:nth-child(2) {
		width: 1220px !important;/*1220*/
	}
	
	header .datosContacto, #slider, #content {
		width: 1220px;/*1220*/
		margin-left: -610px;/*-610*/
	}
	
	header .datosContacto {}
	
	#slider {}
	
	#logo {
		width: 1220px !important;
		margin-left: -610px;/*-610*/
	}
	
	.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 {
		width: 23.3%;
		height: 265px;/*265*/
	}
	
	#results_promo .box_vertical .promocion {
		height: 265px;/*265*/
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		width: 23.3%;
		height: 335px;/*330*/
	}
	
	#sliderPropiedad, #video, #googleMaps {
		width: 825px;
	}
	
	#detalle #sliderPropiedad .img img {
		
	}
	
	#captacion form .detalleInmueble div.line {
		width: 23%;
	}
	
	#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: 315px;/*315*/
		width: 30%;
	}
	
	article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
		width: 100%;
	}
	
	.sliderPropiedad.sliderMini .img {
		height: 158px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	
	#details .sliderPropiedad.sliderMini .img {
		height: 142px;
	}
	
	#details .venta .contenido .acciones, #details .alquiler .contenido .acciones {
		height: 137px;
	}
	
	#results .sliderPropiedad.sliderMini .img {
		height: 136px;
	}
	
	.box_horizontal .sliderPropiedad.sliderMini .img {
		height: 85px !important;
	}
	
	.sliderPropiedad.sliderMini .img img {
		/*width: auto;*/
		max-width: 100%;
		max-height: 100%;
	}
	
	#tagClud #htmltagcloud {
		width: 366px;
		position: absolute;
		right: 0;
		top: 2680px;
	}
	
	article.offers #leyenda form .line.filtro_precio div input, article.offers #leyenda form .line.filtro_m2 div input {
		width: 90px;
	}
	
	#detalle #sliderPropiedad .img img {
		max-width: 825px;
	}

	.dos_columnas .column_child, .dos_columnas_foto .column_child, .dos_columnas_foto_enlace .column_child {
	    width: 48% !important;
	}
	#buscador div#openProperty form fieldset #numero_ref {
    	width: 148px;
	}

}

/* ie 8 */
@media \0screen {
}