/* 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=Arbutus+Slab);

/* ====================
   GENERALES
   ==================== */
header {
	position: relative;
}


#logo {
	top: 0px;
	z-index: 12;
}

section {
	margin: 10px auto;
	padding-top: 60px;
}

#home section {
	padding-top: 180px;
}

body {
}

h2, #navegacion ul li a, header .datosContacto address ul li, .promocion h3, .venta h3, .alquiler h3 {
	font-family: 'Arbutus Slab', Helvetica, Arial, sans-serif;
}

a {
	color: #575757;
}

a:hover, a:active {
	color: #056653;
}

::selection {
	background: #056653;
	color: #fff;
}

.btn {
	border-radius: 2px;
	border: none;
	background: #056653;
	color: #fff;
}

.btn:hover {
	border: none;
	background: #013d31;
}

#bgContent {
	position: relative;
	/*z-index: 8;*/
	padding-top: 1px;
}

#home #bgContent {
	padding-top: 0;
}

h2 {
	padding-left: 45px;
	padding-top: 5px;
	border-bottom: 2px solid #d9d9d9;
	background: url(img/icn_titulo.png) no-repeat left center;
}

.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;
}


/* ====================
   SLIDER
   ==================== */
#slider {
	z-index: 0;
	position: relative;
	min-height: 375px;
	background: url(slider_images/img01.jpg) no-repeat center top;
}

#home #slider {
	min-height: 428px;
}

#slider .nivoSlider {
	margin: 0 auto;
}

#slider #slideshow  img {
}

.nivoSlider img {
	width: 1920px !important;
	height: 428px !important;
	left: 50% !important;
	margin-left: -960px !important;
}

.nivo-caption {
	background: rgba(255,255,255,0.6) !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	display: none !important;
}

.nivo-caption p {
	color: #d81010;
	font-size: 26px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-shadow: 0 1px 1px #616161;
}

.nivo-directionNav {
	position: absolute;
	bottom: 160px;
	left: 50%;
	z-index: 10000;
	height: 60px;
	display: none;
}

.nivo-directionNav a {
	top: 0 !important;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(img/nav_slider.png);
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.nivo-directionNav a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.nivo-directionNav a.nivo-nextNav {
	background-position: -60px 0;
}

.nivo-directionNav a.nivo-prevNav {
	background-position: 0 0;
}

.nivo-prevNav {
	left: initial !important;
	right: 70px;
}


/* ==================== 
   NAVEGACIÓN
   ==================== */
#navegacion #navHeader {
	float: left;
}

#navegacion {
	position: absolute;
	top: 220px;
	z-index: 11;/*9*/
	background: #00493b;
	background: -moz-linear-gradient(top,  #00493b 0%, #005e4c 20%, #005e4c 80%, #00493b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00493b), color-stop(20%,#005e4c), color-stop(80%,#005e4c), color-stop(100%,#00493b));
	background: -webkit-linear-gradient(top,  #00493b 0%,#005e4c 20%,#005e4c 80%,#00493b 100%);
	background: -o-linear-gradient(top,  #00493b 0%,#005e4c 20%,#005e4c 80%,#00493b 100%);
	background: -ms-linear-gradient(top,  #00493b 0%,#005e4c 20%,#005e4c 80%,#00493b 100%);
	background: linear-gradient(to bottom,  #00493b 0%,#005e4c 20%,#005e4c 80%,#00493b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00493b', endColorstr='#00493b',GradientType=0 );
}

#home #navegacion {
	top: 428px;
}

#navegacion nav {
	display: table;
	margin: 0 auto;
	position: relative;
}

#navegacion nav:after {
	content: url(img/img_portada.png);
	position: absolute;
	top: -194px;
	right: 0;
}

#navegacion #navHeader #navLinks {
	padding-left: 10px;
}

#navegacion #navHeader #navLinks li {
	/*border-right: 1px solid #ccc;*/
}

#navegacion #navHeader #navLinks li:last-child {
	border-right: none;
}

#navegacion ul li a {
	height: 38px;
	line-height: 38px;
	color: #fff;
	padding: 0px 15px !important;
	position: relative;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

#navegacion nav > div > ul > li > a {
	height: 60px;
	line-height: 60px;
}

#navegacion ul li:hover > a, #navegacion ul li > a:hover {
	background: none;
	color: #fff;
	background: #002b1f;
	background: -moz-linear-gradient(top,  #002b1f 0%, #004c39 20%, #004c39 80%, #002b1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002b1f), color-stop(20%,#004c39), color-stop(80%,#004c39), color-stop(100%,#002b1f));
	background: -webkit-linear-gradient(top,  #002b1f 0%,#004c39 20%,#004c39 80%,#002b1f 100%);
	background: -o-linear-gradient(top,  #002b1f 0%,#004c39 20%,#004c39 80%,#002b1f 100%);
	background: -ms-linear-gradient(top,  #002b1f 0%,#004c39 20%,#004c39 80%,#002b1f 100%);
	background: linear-gradient(to bottom,  #002b1f 0%,#004c39 20%,#004c39 80%,#002b1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b1f', endColorstr='#002b1f',GradientType=0 );
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

#navegacion ul li.dropDownMenu:hover > a, #navegacion ul li.dropDownMenu > a:hover {
	border-radius: 4px 4px 0 0;
}

#navegacion ul li.dropDownMenu:hover ul li:hover {
	background: #056653 !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: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-top: 22px;
	margin-right: 5px;
}

#navLinks .dropDownMenu > a > span {
	float: left;
}

.dropDownMenu ul {
	background: #cbe1dd !important;
	top: 50px;
}

.dropDownMenu ul:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 11px;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #cbe1dd;
}

.dropDownMenu ul li a {
	color: #000 !important;
	border-right: none !important;
	margin: 0 10px;
}

.dropDownMenu ul li a:hover {
	color: #fff !important;
	background: #84004c !important;
}

#navegacion.fixed {
	position: absolute;
	top: 220px;
	z-index: 11;
}

#home #navegacion.fixed {
	top: 428px;
}


/* ====================
   FAVORITOS
   ==================== */
#navegacion ul#favoritos > li > a {
	height: 60px;
	line-height: 60px;
}

#navegacion ul#favoritos > li:hover > a {
	border-radius: 4px 4px 0 0;
}

#navegacion ul#favoritos > li > div {
	background: #CBE1DD !important;
	top: 50px;
	left: 50%;
	border-radius: 4px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li {
	background: #fff;
	height: 190px;
	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: 82px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
	top: 0px;
	left: 0px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
	color: #fff;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 a {
	padding: 0 !important;
	font-size: 12px;
	color: #056653;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px !important;
	line-height: 22px;
	text-shadow: none;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido {
	padding: 5px 5px 0 5px;
	margin-top: -5px !important;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas {
	height: 32px;
	color: #575757;
}

#navegacion ul#favoritos > li > div > div > div > ul > li .contenido .precio {
	background: none !important;
	color: #292929 !important;
	margin-top: -10px;
	font-weight: 700;
	text-align: left;
}

/*--------------------
 :: IDIOMAS
--------------------*/
#navegacion ul#idiomas {
}

#navegacion ul#idiomas li a {
	background: none !important;
	text-transform: inherit;
	font-weight: 300;
}

#navegacion ul#idiomas > li > a {
	height: 60px;
	line-height: 60px;
}

#navegacion ul#idiomas > li:hover > a {
	background: none;
}

#navegacion ul#idiomas li ul {
	background: #eaeaea;
}

#navegacion ul#idiomas li ul li a {
}

#navegacion ul#idiomas li:hover > a {
}

#navegacion ul#idiomas li a span > span:last-child {
}


/* ====================
   DATOS CONTACTO HEADER 
   ==================== */
header .datosContacto {
	top: 175px !important;
	z-index: 12;
}

#home header .datosContacto {
	top: 385px !important;
}

header .datosContacto address {
	background: none;
	color: #575757;
	padding: 0;
	position: relative;
	margin-right: 220px;
}

header .datosContacto address a {
	color: #056653;
	text-decoration: none;
}

header .datosContacto address ul {
	float: left;
}

header .datosContacto address ul li {
	margin-right: 10px;
	color: #056653;
	font-size: 14px;
	text-align: right;
	margin-bottom: 2px;
}

header .datosContacto address ul li.telefono {
	position: relative;
	font-size: 18px;
}

header .datosContacto address ul li.telefono:before {
	content: "María José";
	position: absolute;
	top: -19px;
	right: 0;
	font-size: 14px;
}

header .datosContacto address ul li i {
	margin-right: 5px;
	color: #056653;
	float: right;
	margin-left: 5px;
	display: none;
}

header .datosContacto li.agencia, header .datosContacto li.direccion, header .datosContacto li.poblacionProvincia, header .datosContacto li.fax, header .datosContacto li.movil, header .datosContacto ul.socialLinks, header .datosContacto ul:first-child li:last-child {
	display: none !important;
}

header .datosContacto address .socialLinks {
	border-top: none;
	margin: 0;
	padding: 0;
}

header .datosContacto address .socialLinks li {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

/* ==================== 
   BUSCADOR 
   ==================== */
#buscador {
	top: -115px;
	background: #e6f0ee !important;
	width: 100%;
	left: 0;
	margin-left: 0;
}

#home #buscador {
	top: 30px;
}

#buscador > div {
	margin: 0 auto;
	display: table;
	position: relative;
}

#buscador .tabs {
	/*margin-top: -34px;*/
	border-bottom: 1px solid transparent;
}

#buscador .tabs li a {
	color: 575757;
	background: none !important;
}

#buscador .tabs li a:hover {
	border-bottom: none;
	background: none !important;
	color: #056653;
}

#buscador .tabs li.activo a {
	background: none !important;
	color: #056653;
	border: none;
	border-bottom-color: rgba(0, 0, 0, 0);
}

#buscador label {
	font-size: 12px;
}

#buscador #openProperty label, #buscador #openNew label {
	color: #575757;
}

#buscador div#openProperty form, #buscador div#openNew form, #buscador div#openProperty form fieldset, #buscador div#openNew form fieldset {
	margin-bottom: 0;
	padding-bottom: 0;
}

.modal label {
	color: #575757 !important;
}

/*div#openProperty form:last-child div.line:last-child {
	width: 68px !important;
}*/

.filtroResultados > ul > li > ul {
	top: 37px;
}

.filtroResultados > ul > li > ul:before {
	content: "";
	position: absolute;
	top: -5px;
	right: 9px;
	width: 0;
	height: 0;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-bottom: 5px solid #e4e4e4;
}

.busquedaAvanzada > a {
	/*padding: 10px 15px;
	top: -34px;*/
	color: #575757;
	/*background: rgba(0,0,0,0.8) !important;;
	border-radius: 4px 4px 0 0;*/
}

.busquedaAvanzada > a:hover {
	color: #056653;
}


/* ====================
   MAIN TEXT
   ==================== */
article#mainText {
	background: #eee;
	background-position: 0 0 !important;
}

#mainText .welcome {
	width: 100% !important;
}

#mainText .datosContacto {
	display: none;
}


/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */
.promocion, .venta, .alquiler {
	padding: 0px !important;
	background: #eef3f2;
}

.venta, .alquiler {
	background: #eef3f2 url(img/bg_propiedades.png) no-repeat right bottom;
}

.promocion h3, .venta h3, .alquiler h3 {
	width: 100%;
	font-weight: 300;
	color: #056653;	
	text-align: left;
	font-size: 16px;
	margin: -2px 0 0 0;
	padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	overflow: visible;
	z-index: 10;
	background: #f8f9f9;
}

.promocion figure:hover .sliderPropiedad.sliderMini {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.promocion figure div.mask {
	background: none;
	bottom: 0;
}

.promocion figure:hover div.mask {
}

.promocion figure div.mask a {
	width: 100%;
	padding: 7px 0;
	position: absolute;
	bottom: 3px;
	left: 0;
	background: none;
	text-indent: -9999px;
}

.promocion .contenido {
	height: 44px;
	margin: 0;
	z-index: 10;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.promocion .contenido .acciones {
	display: none;
}

.promocion .contenido .acciones a {
	text-indent: -9999px;
	position: absolute;
	bottom: -30px;
	right: 10px;
	width: 38px;
	height: 38px;
	background: url(img/bg_accionpromociones.png) no-repeat 0 0;
}

.promocion .contenido .acciones a:hover {
	background: url(img/bg_accionpromociones.png) no-repeat 0 -38px;
}

.promocion .contenido .descripcionCaracteristicas p {
	font-size: 14px;
	text-transform: uppercase;
	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: left;
}

.box_vertical .etiqueta {
	top: 10px !important;
	left: -5px !important;
}

.box_horizontal .venta h3, .box_horizontal .alquiler h3 {
	top: 0px !important;
	left: 160px !important;
	width: 301px !important;
	background: none !important;
	text-align: left !important;
	box-shadow: none !important;
	margin: 0 !important;
}

.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: -23px;
	height: auto;
}

.venta figure:hover div.mask, .alquiler figure:hover div.mask {
	bottom: -23px;
}

.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
	background: #fff !important;
	display: none;
}

.venta figure div.mask div.referencia span, .alquiler figure div.mask div.referencia span {
}

.venta figure .sliderPropiedad.sliderMini, .alquiler figure .sliderPropiedad.sliderMini {
}

.venta figure:hover .sliderPropiedad.sliderMini, .alquiler figure:hover .sliderPropiedad.sliderMini {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.box_horizontal .venta .contenido .descripcionCaracteristicas h4, .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 {
	margin-top: 25px;
}

.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
	color: #575757;
}

.venta .contenido .acciones, .alquiler .contenido .acciones {
	position: absolute;
	right: 10px;
	display: none;
}

.venta .contenido .acciones a, .alquiler .contenido .acciones a {
	text-indent: -9999px;
	display: block;
	width: 38px;
	height: 38px;
	background: url(img/bg_accionpromociones.png) no-repeat top;
}

.venta .contenido .acciones a:hover, .alquiler .contenido .acciones a:hover {
	background: url(img/bg_accionpromociones.png) no-repeat bottom;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a {
	width: 18px;
	height: 33px;
	top: 50%;
	margin-top: -16px;
	background-image: url(img/nav_slider_box.png);
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.sliderPropiedad.sliderMini .sliderPrincipal > a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.anterior {
	background-position: 0 0;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.siguiente {
	background-position: -18px 0;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a i {
	display: none;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.anterior:hover, .sliderPropiedad.sliderMini .sliderPrincipal > a.siguiente:hover {
	cursor: pointer;
}

.venta .contenido, .alquiler .contenido {
	padding: 0 10px;
	margin-top: 7px;
}

.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
	text-align: right;
	padding: 0 10px;
	color: #fff;
	background: none;
	font-weight: 700;
	padding: 0 10px !important;
	z-index: 10 !important;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 53px;
}

.box_vertical .venta .contenido .precio p, .box_vertical .alquiler .contenido .precio p {
	line-height: 53px !important;
}

.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
	color: #b0ede6;
	margin: -12px 0 -30px 0;
}

#results .box_horizontal .venta .contenido .precio .antes, #results .box_horizontal .alquiler .contenido .precio .antes {
	color: #fff;
}

.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
}

.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
	margin-top: 7px;
}

.contenido .descripcionCaracteristicas .caracteristicas li i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;	
	position: relative;
	top: 3px;
	display: none;
}

.contenido .descripcionCaracteristicas .caracteristicas li.habitaciones {
	margin-right: 20px;
}

.contenido .descripcionCaracteristicas .caracteristicas li.habitaciones i {
	background: url(img/icn_habitaciones.png) no-repeat;
}

.contenido .descripcionCaracteristicas .caracteristicas li.supConstruida i, .contenido .descripcionCaracteristicas .caracteristicas li.supHabitable i, .contenido .descripcionCaracteristicas .caracteristicas li.supParcela i {
	background: url(img/icn_sup.png) no-repeat;
}

.box_horizontal .promocion figure, .box_horizontal .venta figure, .box_horizontal .alquiler figure {
	top: 10px;
	left: 10px;
}

.box_horizontal .promocion 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: -23px;
}

.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: left;
}

.promocion .contenido .descripcionCaracteristicas {
	text-align: left;
}

.box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
	float: left;
	margin-left: 10px;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas, .box_horizontal .alquiler .contenido .descripcionCaracteristicas {
	margin-top: 25px;
}

#results .box_horizontal .venta .contenido .acciones, #results .box_horizontal .alquiler .contenido .acciones {
	display: none;
}

.box_horizontal .promocion, .box_horizontal .venta, .box_horizontal .alquiler {
	min-height: 131px;
	background: #efefef;
}



/* ====================
   FORMULARIO ALERTAS BÚSQUEDAS
   ==================== */



/* ====================
   MAILING LIST
   ==================== */
aside {
	background: #dedede;
}

aside #mailingList p, aside #mailingList form .line.checkbox p a {
	color: #677172;
}

aside #mailingList form .line.checkbox {
	top: 40px;
}


/* ====================
   RESULTS
   ==================== */
.vistaResultados ul li a:hover, .vistaResultados ul li a.activo, .paginacion ul li span.activa, .paginacion ul li a:hover {
	background: #056653;
	border: 1px solid #056653;
}

.paginacion ul li span, .paginacion ul li a {
	border: 1px solid #ccc;
	color: #575757;
}



/* ====================
   LEYENDA RESULTADOS
   ==================== */



/* ====================
   FICHA
   ==================== */
#detalle #ficha .header .headerTitulo  {
	border-bottom: 3px solid #056653;
}

#detalle #formMasInfo {
	width: 100%;
	float: none;
}

#detalle .colIzq .detallesFicha {
	width: 100% !important;
	float: none !important;
}

#detalle #sliderPropiedad .img img {
	max-width: 100%;
}

#sliderPropiedad .sliderPrincipal > a {
	/*width: 28px;
	height: 55px;
	top: 50%;
	z-index: 10;
	margin-top: -26px;
	background-image: url(img/nav_slider.png);
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);*/
}

#sliderPropiedad .sliderPrincipal > a:hover {
	/*opacity: 1;
	filter: alpha(opacity=100);*/
}

#sliderPropiedad .sliderPrincipal > a.anterior {
	/*background-position: 0 0;*/
}

#sliderPropiedad .sliderPrincipal > a.siguiente {
	/*background-position: -28px 0;*/
}

#sliderPropiedad .sliderPrincipal > a i {
	/*display: none;*/
	text-shadow: 0 0 2px #575757;
}

#sliderPropiedad .sliderPrincipal > a.anterior:hover, #sliderPropiedad .sliderPrincipal > a.siguiente:hover {
	/*cursor: pointer;*/
}

#fichaScroll {
	top: 10px;
	left: 10px;
	width: 170px;
	margin-left: 0;
	background: #677172;
	box-shadow: 0 0 2px #575757;
	z-index: 10;
}

#fichaScroll figure, #fichaScroll div {
	float: none;
	width: auto;
}

#fichaScroll div ul li {
	display: block;
	width: 100%;
	color: #fff;
}

#fichaScroll div ul li i {
	color: #292929;
}

body#promo_details #detalle .colDch {
	position: relative;
}

body#promo_details #detalle .colDch {
	padding-top: 260px;
}

body#promo_details #detalle .colDch .detallesFicha {
	position: absolute;
	top: 0;
	width: 100%;
}

#detalle #ficha .actionBar ul li a {
	color: #575757 !important;
}

/* ====================
   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: #3a3a3a;
	color: #fff;
}

footer a {
	color: #fff;
}

footer div.email > i, footer div.direccion > i, footer div.tlf > i, footer div.socialLinks > i {
	color: #25998b !important;
}

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 {
		width: 100%;
	}
	
	header {
		background: none;
		height: 130px;
	}
	
	header h1 {
		height: 130px;
	}
	
	#bgContent {
		padding-top: 0;
	}
	
	section {
		padding-top: 120px;
	}
	
	section {
		padding-top: 100px !important;
		float: none;
		width: 100%;
	}
	
	#home #logo:after {
		display: none;
	}
	
	#logo img {
		width: 55%;
		margin-left: 0 !important;
	}
	
	#slideshow {
		display: none;
	}	
	
	#navegacion {
		z-index: 100000;
		top: 180px !important;
	}
	
	#navegacion nav {
		padding: 0;
	}
	
	#navegacion nav:after {
		display: none;
	}
	
	#navegacion ul li a {
		padding: 8px 15px !important;
	}
	
	#navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
		display: inline-block;
	}
	
	#navegacion ul#idiomas {
		top: -4px;
		right: 10px;
		z-index: 1000000;
	}
	
	#navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
		margin: 5px 0;
		padding: 2px 7px;
		background: #022921;
		border-color: #022921;
		color: #FFF;
	}
	#slider {
		display: none;
	}
	
	#navegacion #navHeader {
		position: inherit;
		padding: 0 10px;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	
	#navegacion #navHeader #navLinks {
		top: 43px;
		padding: 0 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		background: #056653;
	}
	
	#navegacion #navHeader #navLinks .dropDownMenu ul {
		background: none !important;
	}
	
	#navegacion ul li:hover a {
		background: none;
		color: #575757;
	}
	
	#navegacion nav div > ul > li:hover > a:before, #navegacion nav ul#favoritos > li:hover > a:before {
		display: none;
	}
	
	#navegacion ul#idiomas > li > a {
		margin-bottom: 0;
		height: 31px;
		line-height: 34px;
	}
	
	#home #buscador, #buscador {
		background: #fff !important;
		z-index: 1000;
		top: 70px;
	}
	
	#buscador .tabs {
		background: #FFF;
	}
	
	#idiomas > li > a > i {
		color: #fff;
	}
	
	#home section article.offers {
		top: 0px;
	}
	
	#sliderPropiedad {
		width: 320px;
	}
	
	.sliderPropiedad .sliderPrincipal .img img {
		max-height: initial;
	}
	
	#ficha .sliderPropiedad .sliderPrincipal .img {
		height: auto;
	}
	
	.promocion,	.venta, .alquiler {
		height: auto !important;
	}
	
	.promocion .contenido {
		height: 64px;
	}
	
	.promocion .contenido .acciones a {
		bottom: -10px;
	}
	
	.venta, .alquiler {
		padding-bottom: 70px !important; 
		height: 413px !important;
	}
	
	.promocion .contenido .precio {
		margin-bottom: 10px;
	}
	
	.venta .contenido .precio, .alquiler .contenido .precio {
		
	}
	
	#fichaScroll {
		top: 0px;
		width: 100%;
		margin-left: 0;
		left: 0;
	}
	
	#fichaScroll figure {
		width: 32%;
		float: left;
	}
	
	#fichaScroll div {
		font-size: 14px;
	}
	
	#fichaScroll div ul li {
		margin: 0 0 5px 10px;
		width: 100%;
	}
	
	.venta .contenido .acciones, .alquiler .contenido .acciones {
		top: 385px;
	}
	
	#buscador .busquedaAvanzada {
		display: none;
	}
	
	footer {
		padding: 10px 0 20px 0;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {
	header {
		height: 230px;
	}
	
	#logo img {
		width: 65%;
		margin-left: 0 !important;
	}
	
	#navegacion {
		z-index: 100000;
		top: 210px;
	}
		
	#sliderPropiedad {
		width: 420px;
	}
	
	section {
		padding-top: 30px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	#buscador > div {
		width: 768px;
	}
	
	.nivoSlider img {
		margin-left: -730px !important;
	}
	
	#logo {
		width: 768px !important;
	}
	
	header .datosContacto address ul {
		float: none;
	}
	
	.nivo-directionNav, #navegacion ul#favoritos > li > div {
		width: 768px;
		margin-left: -384px;
	}	
	
	article#mainText .welcome, article#mainText > div h2 {
		width: 70%;
	}
	
	#navegacion {
	}
	
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
		width: 46.5%;
	}
	
	.box_vertical .promocion {
		height: 285px;
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		height: 410px;
	}
	
	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: 380px;
	}
	
	#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
		top: 326px;
	}
	
	#results .box_vertical .venta, #results .box_vertical .alquiler {
		height: 350px;
	}
	
	#navegacion ul#idiomas li a {
		text-align: center;
	}

	#navegacion ul#idiomas li a span span:last-child {
		display: none;
	}
	
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
	#navegacion nav ul#favoritos > li > a span {
		display: none !important;
	}
	
	.nivoSlider img {
		margin-left: -850px !important;
	}
	
	#buscador > div {
		width: 984px;
	}
	
	#logo {
		width: 984px !important;
	}
	
	.nivo-directionNav, #navegacion ul#favoritos > li > div {
		width: 984px;
		margin-left: -492px;
	}	
	
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
		width: 30.6%
	}
	
	.box_vertical .promocion {
		height: 260px;
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		height: 370px;
	}
	
	#results .venta figure div.mask, #results .alquiler figure div.mask {
		bottom: -23px;
	}
	
	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: 340px;
	}
	
	#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
		top: 176px;
	}
}

@media screen and (min-width: 1260px) {
	article, article#mainText div, aside > div, footer #datosContactoFooter, footer #creditos, #navegacion nav, #slider .slider .slide .contenedor, #navegacion ul#favoritos > li > div > div > div, .headerResults, .paginacion, .informe_propietario, #aviso_cookie div, #buscador > div {
		width: 1220px;
	}
	
	header .datosContacto {
		width: 1220px;
		margin-left: -610px;
	}
	
	#logo {
		width: 650px;
		margin-left: -610px;
	}
	
	.nivo-directionNav, #navegacion ul#favoritos > li > div {
		width: 1220px;
		margin-left: -610px;
	}
	
	.box_vertical .promocion {
		height: 275px;
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		height: 330px;
	}

	#detalle #ficha div.colIzq {
		width: 70%;
	}

	#detalle #ficha div.colDch {
		width: 30%;
	}
	
	.sliderPropiedad {
		width: 849px;
	}
	
	#detalle #sliderPropiedad .img img {
		max-height: 628px;
	}
	
	#captacion form .detalleInmueble div.line {
		width: 22.6%;
	}
	
	.venta .contenido .acciones, .alquiler .contenido .acciones {
		top: 248px;
	}
	
	.box_vertical .promocion {
		height: 255px;
	}
	
	#results_promo .box_vertical .promocion {
		height: 245px;
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		height: 370px;
	}
	
	#detalle #ficha div.colIzq {
		width: 60%;
	}

	#detalle #ficha div.colDch {
		width: 27%;
	}
	
	#sliderPropiedad, #video, #googleMaps {
		width: 845px;
	}
	
	#detalle #sliderPropiedad .img img {
		max-height: 482px;
	}
	
	#captacion form .detalleInmueble div.line {
		width: 21.8%;
	}
	
	#captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
		width: 48.4%;
	}
	
	.venta .contenido .acciones, .alquiler .contenido .acciones {
		top: 340px;
	}
	
	#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
		top: 326px;
	}
	
	#results .box_vertical .venta, #results .box_vertical .alquiler {
		height: 355px;
		width: 30%;
	}
	
	article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
		width: 100%;
	}
}

/* ie 8 */
@media \0screen {
}

