/* buscador: diseño horizontal */
@import url("../../../../clients/global/css/imp_buscador_horizontal.css");
@import url(//fonts.googleapis.com/css?family=Oxygen);

/* ====================
   GENERALES
   ==================== */



#contacto .datosContacto {
    background: none repeat scroll 0 0 #f2f2f2;
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    width: 80%;
}

.promocion .contenido .descripcionCaracteristicas h4, .venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
   text-decoration:none !important;
}



header {
	position: relative;
	background: #ccc url(../../../../clients/arcotrust-fuerteventura.com/css/img/loader.gif) no-repeat center;
	min-height: 310px;
}

#home header {
	min-height: 590px;
}

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

#logo img {
	
}

section {
	padding-top: 10px;
}

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

body {font-family: 'Oxygen', sans-serif;
      background:#f2f2f2;
      
}

a {
	color: #575757;
}

a:hover, a:active {
	color: #2bb3ba;
}

::selection {
	background: #2bb3ba;
	color: #FFF;
}

.btn {
	border-radius: 2px;
	border: none;
	background: #1ba2a9;
	color: #fff;
	margin: 19px 0;
        
}

.btn:hover {
	border: none;
	background: #3ac7ce;
}

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

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

h2 {
	background: url("../../../../clients/arcotrust-fuerteventura.com/css/img/icn_titulo.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    border-bottom: 2px solid #dcdcdc;
    color: #178e92;
    
    padding-left: 41px;
    padding-top: 10px;
}

.etiqueta {
	top: 10px !important;
	z-index: 7 !important;
	left: -5px !important;
}

.box_horizontal .etiqueta {
	top: 20px !important;
}

.modalContainer {}

.simuladorHipoteca.modalContainer .modal {
	padding: 47px 0 30px 0;
}

.modalContainer form {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/* ====================
   SLIDER
   ==================== */
#slider {
	z-index: 0;
	position: relative;
	background: #fff;
	height: 136px;
	padding-top: 260px;
	background: #147b80;
}

#home #slider {
	height: 450px;
	background: #147b80 url(../../../../clients/arcotrust-fuerteventura.com/css/slider_images/img01.jpg) no-repeat center bottom;
}

#slider .nivoSlider {
	margin: 0 auto;
}

#slider #slideshow  img {
}

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

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

.nivo-directionNav a {
	/*top: 0 !important;*/
	width: 29px;
	height: 55px;
	text-indent: -9999px;
	background-image: url(../../../../clients/arcotrust-fuerteventura.com/css/img/nav_slider.png);
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none !important;
}

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

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

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


/* ==================== 
   NAVEGACIÓN
   ==================== */

	
#navegacion {
    background: #023841; /* Old browsers */
background: -moz-linear-gradient(top,  #023841 0%, #10646c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#023841), color-stop(100%,#10646c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #023841 0%,#10646c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #023841 0%,#10646c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #023841 0%,#10646c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #023841 0%,#10646c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023841', endColorstr='#10646c',GradientType=0 ); /* IE6-9 */

    font-weight: 700;
    height: 40px;
    line-height: 34px;
    padding-top: 9px;
    position: absolute;
    top: 212px;
    z-index: 8;


}

#navegacion #navHeader {}

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

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

#navegacion ul li:hover a, #navegacion ul li a:hover, #navegacion ul li.activo a {
	background: #2bb3ba;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

#navegacion ul li.dropDownMenu ul {
	background: #2bb3ba;
}

#navegacion ul#idiomas li.dropDownMenu ul li .bandera {
	border:1px solid transparent;
	border-radius: 3px;
}

#navegacion ul#idiomas li.dropDownMenu ul li:hover .bandera {
}

#navegacion ul li.dropDownMenu ul li a {
	height: 45px;
	line-height: 45px;
}

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

#navegacion ul li:hover > a {
	background: #2bb3ba;
}

#navegacion ul li.dropDownMenu:hover > a:after {
	display: none;
}

#navegacion nav div > ul > li > a, #navegacion nav ul#favoritos > li > a {
	position: relative;
}

.dropDownMenu ul li a {
	color: #fff !important;
	border-right: none !important;
}

#navegacion ul li.dropDownMenu ul li a:hover {
	color: #ffffff !important;
	background: #095d61 !important;
}

#navegacion.fixed {
	position: absolute;
	top: 91px;
}


/*--------------------
 :: IDIOMAS
--------------------*/



/* ====================
   FAVORITOS
   ==================== */
#navegacion ul#favoritos > li > div {
	background: #2bb3ba;
	left: 50%;
}

#navegacion ul#favoritos > li > div > div > div > ul > li {
	background: #fff;
	padding: 0 !important;
}

#navegacion ul#favoritos > li > div > div > div > ul > li:after {
	display: none;
}

#navegacion ul#favoritos > li > div > div > div > ul > li figure a {
	height: auto;
	line-height: inherit;
}

#navegacion ul#favoritos > li > div > div > div > ul > li:hover {
	box-shadow: 0 0px 1px #292929;
	top: 2px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
	margin-bottom: 0 !important;
	top: 0px;
}

#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: auto;
	line-height: inherit;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido {
	padding: 5px;
	margin-top: 0 !important;
	height: 75px;
	bottom: 0;
	width: 145px;
	background: none;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido:after {
	border-top: 85px solid #2F8773;
}

#navegacion ul#favoritos > li > div > div > div > ul > li .contenido .caracteristicas {
	color: #292929 !important;
	margin: 5px 0;
}

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


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

header .datosContacto address {
	background: none;
	color: #575757;
	padding: 0;
        margin-top: 51px;
}

header .datosContacto address ul li {
	font-size: 18px;
	text-align: right;
	color: #fff;
}

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

header .datosContacto address ul li i {
    background:#36a7ab;
    border-radius: 50%;
    margin-right: 14px;
    padding: 8px 5px;
}

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

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

.datosContacto .socialLinks {
	padding-top: 0;
	border-top: none;
	display: none;
}

/* ==================== 
   BUSCADOR 
   ==================== */
#buscador {
	width: 100%;
	margin-left: 0;
	left: 0;
	top: -150px;
	/*z-index: 8;*/
	background: #e6e6e6; /* Old browsers */
background: -moz-linear-gradient(top,  #e6e6e6 95%, #cbcbcb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,#e6e6e6), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6e6e6 95%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6e6e6 95%,#cbcbcb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6e6e6 95%,#cbcbcb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e6e6e6 95%,#cbcbcb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */

}

#home #buscador {
	top: -40px;
}

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

#buscador #openProperty label, #buscador #openNew label {
	font-size: 14px;
	color: #575757;
	font-weight: 300;
}

#buscador #openProperty form, #buscador #openNew form {
	padding: 20px 10px 0 10px;
}

#buscador .tabs {
	border-bottom: transparent;
	/*position: relative;
	top: -39px;
	margin-bottom: -30px;*/
}

#buscador .tabs li a {
	border-radius: 0;
	background: none;
	position: relative;
	color: #575757;
}

#buscador .tabs li a:hover {
	background: none;
	color: #2bb3ba;
	border-bottom: none;
}

#buscador .tabs li.activo a {
	border: transparent;
	color: #3ac7ce;
	background: none;
	z-index: 1;
}

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 {
	color: #575757;
}

.busquedaAvanzada > a:hover {
	color: #2bb3ba;
}

.busquedaAvanzada > a i:before {
	content: "\f002";
}

#buscador button {
	text-indent: -9999px;
	background-image: url(../../../../clients/arcotrust-fuerteventura.com/css/img/icn_lupa.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px !important;
}

#buscador div form:last-child fieldset button {
	width: 60px !important;
}

form input[type="text"], form select, form textarea {
	border-radius: 0;
}


/* ====================
   MAIN TEXT
   ==================== */
article#mainText {
	background: #f2f2f2;
	margin: 0 auto 20px auto;
	min-height: 225px;
}

article#mainText > div {
}

article#mainText h2 {
}

article#mainText h2:before {
}


article#mainText .welcome {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 34px;
    padding: 0 10px;
    position: relative;
    text-align: justify;
    width: 100%;
}


article#mainText .datosContacto {
    display: none;
    
}

article#mainText .datosContacto li.agencia {
	display: none;
}

article#mainText .datosContacto li i {}


/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */
.offers {
	margin: 30px auto;
}

.promocion, .venta, .alquiler {
	padding: 0px !important;
}

.promocion {
	background: #1ba0a7; /* Old browsers */
background: -moz-linear-gradient(top,  #1ba0a7 0%, #218288 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ba0a7), color-stop(100%,#218288)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1ba0a7 0%,#218288 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1ba0a7 0%,#218288 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1ba0a7 0%,#218288 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1ba0a7 0%,#218288 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba0a7', endColorstr='#218288',GradientType=0 ); /* IE6-9 */

}

.venta, .alquiler {
	background: #ffffff;
        border: 1px solid #dadada;
}

.promocion h3, .venta h3, .alquiler h3 {
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
	color: #2bb3ba;	
	margin: 0;
	padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.venta h3, .alquiler h3 {
	padding: 10px 10px 0 10px;
}

.promocion h3 {
	background: #002f39;
	text-align: center;
	color: #fff;
	font-weight: 300;
	/*text-transform: uppercase;*/
        text-decoration: none;
}

#results .promocion h3, #results .venta h3, #results .alquiler h3 {
}

.promocion figure, .venta figure, .alquiler figure {
}

.promocion figure {
}

.promocion figure img, .venta figure img, .alquiler figure img {
	margin-bottom: -2px;
}

.sliderPropiedad.sliderMini {
	z-index: 5;
}

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

.promocion figure div.mask, .promocion figure:hover div.mask {
	background: #f5f5f5;
	bottom: 0;
}

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

.promocion .contenido {
	padding: 14px 10px 0 10px;
	margin-top: 0;
}

.promocion .contenido .acciones {
	position: absolute;
	bottom: 0px;
	right: -75px;
	width: 55px;
	height: 55px;
	background: #b1b1b1 url(../../../../clients/arcotrust-fuerteventura.com/css/img/bg_btn.png) no-repeat center;
	display: none;
}

.promocion .contenido .acciones:hover {
	background: #888 url(../../../../clients/arcotrust-fuerteventura.com/css/img/bg_btn.png) no-repeat center;
}

.promocion .contenido .acciones a {
	text-indent: -9999px;
	display: block;
	width: 55px;
	height: 55px;
}

.promocion .contenido .descripcionCaracteristicas p {
	text-align: center;
	margin: 0px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.promocion .contenido .precio {
	background: none;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
}

.box_horizontal .venta h3, .box_horizontal .alquiler h3 {
	top: 12px !important;
	left: 230px !important;
	width: 301px !important;
	border-top: none;
	background: none;
	padding-left: 0;
}

.promocion .mask {
	display: none;
}

.venta figure div.mask, .alquiler figure div.mask {
	height: 20px;
	background: rgba(0,0,0,0.8);
	z-index: 6;
	bottom: -1px;
}

.venta figure:hover div.mask, .alquiler figure:hover div.mask {
	bottom: 0;
}

#results .venta figure div.mask, #results .alquiler figure div.mask {
}

.venta figure div.mask .referencia, .alquiler figure div.mask .referencia {
	background: none !important;
	position: inherit !important;
	height: auto !important;
	font-size: 12px !important;
	line-height: 16px !important;
	bottom: 2px !important;
}

.venta figure div.mask .referencia span, .alquiler figure div.mask .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 {
	margin-top: 25px;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas h4 a, .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 a {
	color: #1a6d85;
}

.venta .contenido, .alquiler .contenido {
	height: 119px;
	margin: 0;
	padding: 10px;
}

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

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

.venta .contenido .acciones a, .alquiler .contenido .acciones a {
	font-size: 18px;
	width: 16px;
	height: 19px;
	display: block;
	overflow: hidden;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a {
	width: 18px;
	height: 33px;
	top: 50%;
	margin-top: -16px;
	background-image: url(../../../../clients/arcotrust-fuerteventura.com/css/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;
}

.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
	text-align: left;
	background: none;
	color: #2ebbc4;
	font-weight: 700;
	position: absolute;
	bottom: -10px;
}

#results .box_vertical .venta .contenido .precio, #results .box_vertical .alquiler .contenido .precio {
}


.box_vertical .venta .contenido .precio p, .box_vertical .alquiler .contenido .precio p {
    font-size: 14px;
    line-height: 37px;
}

.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
	color: #575757;
	line-height: 10px !important;
	position: relative;
	top: 5px;
	font-size: 14px !important;
}

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

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

.contenido .descripcionCaracteristicas {
}

.contenido .descripcionCaracteristicas .subTitulo {
}

.contenido .descripcionCaracteristicas .caracteristicas  {
	color: #595959;
}

.contenido .descripcionCaracteristicas .caracteristicas li.supConstruida i, .contenido .descripcionCaracteristicas .caracteristicas li.supHabitable i, .contenido .descripcionCaracteristicas .caracteristicas li.supParcela i {
}

.contenido .descripcionCaracteristicas .caracteristicas li span {
}
.box_horizontal .promocion, .box_horizontal .venta, .box_horizontal .alquiler {
	background: #f2f2f2
}

.box_horizontal .promocion figure, .box_horizontal .venta figure, .box_horizontal .alquiler figure {
	top: 10px;
	left: 10px;
	width: 200px;
	border-bottom: none;
}

.box_horizontal .venta figure div.mask, .box_horizontal .alquiler figure div.mask {
	z-index: 5;
}

.box_horizontal .promocion .contenido .precio, .box_horizontal .venta .contenido .precio, .box_horizontal .alquiler .contenido .precio {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	background: none;
	color: #1a6d85;
}

.box_horizontal .promocion .descripcion, .box_horizontal .venta .descripcion, .box_horizontal .alquiler .descripcion {
	float: none;
	color: #fff;
}

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

.box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
	float: left;
	margin-left: 20px;
	background: none;
	height: auto;
	margin-top: 10px;
}

.box_horizontal .promocion .contenido .descripcionCaracteristicas ul.caracteristicas, .box_horizontal .venta .contenido .descripcionCaracteristicas ul.caracteristicas, .box_horizontal .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
	color: #1a6d85;
}

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

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



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



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

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: #2bb3ba;
	border: 1px solid #2bb3ba;
}

.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 #2bb3ba;
	color: #fff !important;
}

#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(../../../../clients/arcotrust-fuerteventura.com/css/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;
}

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

#fichaScroll {
	top: 10px;
	left: 10px;
	width: 170px;
	margin-left: 0;
	background: #2bb3ba;
	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: #000;
}

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

/* ====================
   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 {
    border-top: 11px solid #fff;
	background: #0d6267; /* Old browsers */
background: -moz-linear-gradient(top,  #0d6267 0%, #147b80 14%, #147b80 14%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d6267), color-stop(14%,#147b80), color-stop(14%,#147b80)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d6267 0%,#147b80 14%,#147b80 14%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d6267 0%,#147b80 14%,#147b80 14%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d6267 0%,#147b80 14%,#147b80 14%); /* IE10+ */
background: linear-gradient(to bottom,  #0d6267 0%,#147b80 14%,#147b80 14%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6267', endColorstr='#147b80',GradientType=0 ); /* IE6-9 */

	color: #fff;
}

footer a {
	color: #fff;
}

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

footer #creditos .right p a {
	background-image: url(../../../../clients/global/css/img/logoinmoweb2_blanco.png) !important;
}
	


/* ====================
   RESPONSIVE
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {	
    
    #home section {
    padding-top: 0;
}
	#background {
		background: none;
	}
	
	header, #content {
		width: 100%;
	}
	
	header {
		height: 170px;
		min-height: 170px !important;
		background: #f2f2f2;
	}
	
	#logo {
		margin-top: 20px;
	}
	
	#logo a {
		display: block;
		width: 100%;
		height: 60px;
	}
	
	#logo a img {
	}
	
	#bgContent {
		padding-top: 0;
	}
	
	section {
		padding-top: 0;
	}
	
	#home section {
		padding-top: 10px;
	}
	
	#logo img {
    margin-top: -23px;
    width: 100%;
}
	
	#slider {
		height: 140px !important;
		background: #2bb3ba !important;
		padding: 0;
	}

	#slideshow {
		display: none;
	}	
	
	#navegacion {
		z-index: 100000;
		top: 143px;
	}
	
	#navegacion nav {
		padding: 0;
	}
	
	#navegacion ul li a {
		padding: 5px 15px !important;
		height: 33px;
		line-height: 33px;
		color: #fff !important;
	}
	
	#navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
		display: inline-block;
	}
	
	#navegacion ul#idiomas {
		top: -4px;
		right: 10px;
		z-index: 99999999999;
	}
	
	#navegacion ul#idiomas li.dropDownMenu ul li a {
		height: 25px;
		line-height: 25px;
	}
	
	#navegacion ul li.dropDownMenu ul {
		background: #2bb3ba !important;
	}
	
	#navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
		margin: 3px 0;
		padding: 2px 7px;
		background: #2bb3ba;
		color: #fff;
	}
	
	#navegacion #navHeader #navToggle button {
		margin-left: 10px;
	}
	
	#navegacion #navHeader {
		position: inherit;
		float: initial;
		margin-right: 0;
	}
	
	#navegacion #navHeader #navLinks {
		top: 39px;
		background: #2bb3ba;
	}
	
	#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;
		color: #fff !important;
	}
	
	#buscador {
		margin-top: 0;
		top: -9px;
		left: 0;
		z-index: 100;
	}
	
	#home #buscador {
		top: -48px;
	}
	
	#buscador:before, #buscador:after {
		display: none;
	}
	
	#sliderPropiedad {
		width: 320px;
	}
	
	.sliderPropiedad .sliderPrincipal .img img {
		max-height: initial;
	}
	
	#ficha .sliderPropiedad .sliderPrincipal .img {
		height: auto;
	}
	
	aside {
		top: -16px;
	}
	
	h2:before {
		display: none;
	}
	
	.promocion,	.venta, .alquiler {
		height: auto !important;
	}
	
	.promocion .contenido {
		width: 100%;
		height: auto;
		position: initial;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	.promocion .contenido:before, .promocion .contenido:after {
		display: none;
	}
	
	.promocion .contenido .acciones {
		display: none;
	}
	
	.venta, .alquiler {
	}
	
	.promocion .contenido .precio {
	}
	
	.venta .contenido .precio, .alquiler .contenido .precio {
		
	}
	
	#fichaScroll {
		top: 0px;
		width: 100%;
		margin-left: 0;
		left: 0;
	}
	
	#fichaScroll figure {
		width: 32%;
		float: left;
	}
	
	#fichaScroll div {
		float: right;
		width: 68%;
		font-size: 14px;
	}
	
	#fichaScroll div ul li {
		margin: 0 0 5px 10px;
		width: 100%;
	}
	
	.venta .contenido .acciones, .alquiler .contenido .acciones {
		top: 305px;
	}
	
	#buscador .busquedaAvanzada {
		display: none;
	}
	
	footer {
		padding: 15px 0;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {
	#sliderPropiedad {
		width: 420px;
	}
        
        
        
         #navegacion {
    top: 187px !important;
    z-index: 100000;
}
        
        

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    
   
	#buscador > div {
		width: 768px !important;
	}
	
	header .datosContacto {
		top: 14px !important;
	}
	
	header .datosContacto address ul li {
		display: block;
		margin-right: 0;
	}
	
	header .datosContacto address ul li i {
		display: inline-block;
	}
	
	/*.nivo-directionNav, */#navegacion ul#favoritos > li > div {
		width: 768px;
		margin-left: -384px;
	}
	
	#slider {
		background: url(../../../../clients/arcotrust-fuerteventura.com/css/img/bg_header.png) no-repeat -410px top;
	}
	
	.promocion:after {
		top: 200px;
	}
	
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
		width: 46.5%;
	}
	
	.box_vertical .promocion {
		height: 315px;
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		height: 380px;
	}
	
	.promocion .contenido {	
	}
	
	.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
		width: 255px;
	}
	
	aside div#mailingList > div > p {
		width: 100% !important;
		text-align: center !important;
	}
	
	aside div#mailingList div > form {
		left: 50% !important;
		margin-left: -247px !important;
	}
	
	article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
		width: 100%;
	}
	
	#detalle #ficha div.colIzq {
		width: 100%;
	}

	#detalle #ficha div.colDch {
		width: 100%;
	}
	
	#sliderPropiedad {
		width: 785px;
	}
	
	#detalle #sliderPropiedad .img img {
		max-height: 583px;
	}
	
	#captacion form .datosPersonales div.line:nth-child(2), #captacion form .datosPersonales div.line:nth-child(3) {
		width: 100%;
	}
	
	#captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
		width: 100%;
	}
	
	#captacion form .detalleInmueble div.line {
		width: 45.3%;
	}
	
	#captacion form div.line:last-child div button {
		width: 30%;
	}
	
	.venta .contenido .acciones, .alquiler .contenido .acciones {
		top: 290px;
	}
	
	#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
		top: 236px;
	}
	
	#results .box_vertical .venta, #results .box_vertical .alquiler {
		height: 320px;
	}
	
	#navegacion ul#idiomas li a {
		text-align: center;
	}

	#navegacion ul#idiomas li a span span:last-child {
		display: none;
	}
	
	#navegacion ul#favoritos > li > div > div > div ul li .contenido {
		margin-top: 75px !important;
	}
	
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    
    #navegacion ul li a {
    color: #fff !important;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px !important;
    position: relative;
    transition: none 0s ease 0s ;
}
    
    header .datosContacto address {
    display:none;
}
	#buscador > div {
		width: 984px !important;
	}
	
	/*.nivo-directionNav, */#navegacion ul#favoritos > li > div {
		width: 984px;
		margin-left: -492px;
	}
	
	#slider {
		background: url(../../../../clients/arcotrust-fuerteventura.com/css/img/bg_header.png) no-repeat -200px top;
	}
	
	.promocion:after {
		top: 120px;
	}
	
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
		width: 22.2%
	}
	
	.box_vertical .promocion {
		height: 236px;
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		height: 290px;
	}
	
	#results .box_vertical .venta, #results .box_vertical .alquiler {
		height: 264px;
	}
	
	.promocion .contenido {
		width: 200px;
	}
	
	.promocion .contenido .acciones {
		display: none;
	}
	
	.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
		width: 165px;
	}
	
	.venta figure div.mask, .alquiler figure div.mask {
	}
	
	aside div#mailingList > div > p {
		width: 100% !important;
		text-align: center !important;
	}
	
	aside div#mailingList div > form {
		left: 50% !important;
		margin-left: -247px !important;
	}
	
	#detalle #ficha div.colIzq {
		width: 60%;
	}

	#detalle #ficha div.colDch {
		width: 30%;
	}
	
	#sliderPropiedad {
		width: 655px;
	}
	
	#detalle #sliderPropiedad .img img {
		max-height: 482px;
	}
	
	#captacion form .detalleInmueble div.line {
		width: 21.8%;
	}
	
	#captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
		width: 48.4%;
	}
	
	.venta .contenido .acciones, .alquiler .contenido .acciones {
		top: 210px;
	}
	
	#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
		top: 176px;
	}
}

@media screen and (min-width: 1260px) {
	#buscador > div, 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 {
		width: 1220px;
	}
	
	header .datosContacto {
		width: 1220px;
		margin-left: -610px;
	}
	
	#logo {
		
	}
	
	/*.nivo-directionNav, */#navegacion ul#favoritos > li > div {
		width: 1220px;
		margin-left: -610px;
	}
	
	.box_vertical .promocion {
		height: 275px;
	}

	#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, .box_vertical .venta, .box_vertical .alquiler {
		height: 330px;
	}
	
	.box_vertical .promocion {
		height: 260px;
	}
	
	#detalle #ficha div.colIzq {
		width: 60%;
	}

	#detalle #ficha div.colDch {
		width: 30%;
	}
	
	#detalle #sliderPropiedad .img img {
		max-height: 482px;
	}
	
	#captacion form .detalleInmueble div.line {
		width: 23.3%;
	}
	
	#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;
	}
	
	article.offers #leyenda form .line.filtro_precio div input, article.offers #leyenda form .line.filtro_m2 div input {
		
	}
	
	#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
		top: 176px;
	}
	
	#results .box_vertical .venta, #results .box_vertical .alquiler {
		height: 287px;
		width: 22.2%;
	}
	
	article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
		width: 100%;
	}
}

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