/* 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_idiomas_horizontal.css");

@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700);

/* ====================
   GENERALES
   ==================== */
header {
	position: relative;
	height: 340px;
	background: #c30c0c;
}

#home header {
	    height: 600px;
}

#logo {
	top: 14px;
	z-index: 2;
}

#logo img {
    width: 410px;
}

section {
	    margin: 20px auto;
}

body {
	font-family: 'Maven Pro', sans-serif;
	    background: #f4f4f4;
}

a {
	color: #575757;
}

a:hover, a:active {
	color: #c30c0c;
}

::selection {
	background: #c30c0c;
	color: #FFF;
}

.btn {
	border-radius: 2px;
	border: none;
	background: #c30c0c;
	color: #fff;
	margin: 17px 0;
	font-family: 'Maven Pro', sans-serif;
}

#newsletter_btn {
    background: #9a9a9a;
}

.btn:hover {
	border: none;
	background: #000;
}

#bgContent {
	position: relative;
	/*z-index: 8;*/
	padding-top: 1px;
}

#home #bgContent {
	padding-top: 0;
}

h2 {
	padding-left: 56px;
    background: url(img/bg-titulo.png) no-repeat;
    color: #c30c0c;
    height: 34px;
    font-size: 26px;
    line-height: 31px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
	margin: 40px 0 20px 10px;
}

#home h2 {
    height: 34px;
    font-size: 29px;
	margin: 0 0 0 10px;
}

#content > section > article.offers.box_vertical > h2 {
    display: none;
}



#content > section > article:nth-child(3) > h2 {
    margin-bottom: 30px !important;
}

.etiqueta {
    top: 10px !important;
    background: url(img/bg-etiqueta.png) no-repeat;
    background-size: 100% 100%;
    border: 0 !important;
    font-size: 12px !important;
	padding: 5px 45px !important;
	    border-radius: 5px !important;
}

.modalContainer {}

.simuladorHipoteca.modalContainer .modal {
	padding: 47px 10px 30px 10px;
}

.modalContainer .modal form button.btn {
    background: #c30c0c;
}

.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;
}

.offers {
	margin: 10px auto;
}


/* ====================
   SLIDER
   ==================== */
#slider {
	z-index: 0;
	position: relative;
	    height: 340px;
	background: url(slider_images/img01.jpg) no-repeat center top;
}

#home #slider {
	height: 600px;
}

#slider .nivoSlider {
	margin: 0 auto;
}

#slider #slideshow  img {
}

.nivoSlider img {
	width: 1920px !important;
	height: 705px !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: right;
	}

#navegacion {
	position: absolute;
	top: 78px;
	z-index: 11;/*9*/
	background: none;
}

#navegacion nav {
	display: table;
	margin: 0 auto;
	position: relative;
}

#navegacion #navHeader #navLinks {
	margin-left: -15px;
}

#navegacion #navHeader #navLinks li {
	/*border-right: 1px solid #ccc;*/
}

#navegacion #navHeader #navLinks li:last-child {
	border-right: none;
}

#navegacion ul li a {
	height: 38px;
	line-height: 38px;
	padding: 0px 15px !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

#navegacion ul li.dropDownMenu ul li a {
	color: #c30c0c !important;
}

#navegacion ul li:hover > a, #navegacion ul li > a:hover {
	    background: none;
    color: #c30c0c !important;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

#navegacion ul li.dropDownMenu ul li.dropDownMenu a {
	color: #c30c0c !important;
}

#navegacion ul li.dropDownMenu ul li.dropDownMenu:hover > a,#navegacion ul li.dropDownMenu ul li.dropDownMenu a:hover {
	color: #fff !important;
}

#navegacion ul li.dropDownMenu:hover > a, #navegacion ul li.dropDownMenu > a:hover {}

#navegacion ul li.dropDownMenu:hover ul li:hover {
	background: none !important;
}

#navegacion ul li.dropDownMenu:hover ul li a, #navegacion ul li.dropDownMenu ul li a:hover {
	background: none !important;
}

#navegacion #navLinks li:last-child a {
	border-right: none;
}

#navegacion ul li.dropDownMenu:hover > a {
	/*color: #fff !important;*/
	border-bottom: none !important;
}

#navegacion ul li.dropDownMenu:hover > a:after {
	display: none;
}

#navegacion nav div > ul > li > a, #navegacion nav ul#favoritos > li > a {
	position: relative;
}

#navLinks .dropDownMenu > a > i {
	float: right;
	margin-top: 12px;
	margin-left: 4px;
}

#navLinks .dropDownMenu > a > span {
	float: left;
}

.dropDownMenu ul {
	background: rgba(255,255,255,0.6) !important;
}

.dropDownMenu ul li a {
	color: #fff !important;
	border-right: none !important;
	margin: 0 10px;
}

.dropDownMenu ul li a:hover {
	color: #fff !important;
	background: #404d36 !important;
}

#navegacion.fixed {
	position: absolute;
	top: 91px;
}


/* ====================
   FAVORITOS
   ==================== */
#navegacion ul#favoritos {
	float: none;
	    display: none;
}

#navegacion ul#favoritos > li:hover > a {
}

#navegacion ul#favoritos > li > div {
	background: rgba(255,255,255,0.8) !important;
	left: 50%;
}

#navegacion ul#favoritos > li > div > div > div > ul > li {
	background: #fff;
	height: 190px;
	padding: 0px !important;
}

#navegacion ul#favoritos > li > div > div > div > ul > li:hover {
}

#navegacion ul#favoritos > li:hover > div a {
	height: 82px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
	top: 0px;
	left: 0px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 a {
	padding: 0 !important;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px !important;
	line-height: 22px;
	color: #17819e !important;
	text-shadow: none;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido {
	padding: 0 5px;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas {
	height: 32px;
	color: #575757;
}

#navegacion ul#favoritos > li > div > div > div > ul > li .contenido .precio {
	background: none !important;
	color: #292929 !important;
	margin-top: -10px;
	font-weight: 700;
	text-align: left;
}

/*--------------------
 :: IDIOMAS
--------------------*/
#navegacion ul#idiomas {
	position: absolute;
	top: -58px;
	right: 10px;
}

#navegacion ul#idiomas li a.langSelect {
    padding: 8px 5px !important;
}

#navegacion ul#idiomas li a {
	background: none !important;
	text-transform: inherit;
	font-weight: 300;
}

#navegacion ul#idiomas > li:hover > a {
	background: none !important;
}

#navegacion ul#idiomas li ul {
	    background: none !important;
}

#navegacion ul#idiomas li ul li a {
	height: 30px;
	line-height: 30px;
	    opacity: 1;
}

#navegacion ul#idiomas li:hover > a {
}

#navegacion ul#idiomas li ul li:hover > a {
	color: #FFF !important;
}

#navegacion ul#idiomas li a span > span:last-child {}


/* ====================
   DATOS CONTACTO HEADER 
   ==================== */
header .datosContacto {
	top: 615px !important;
	z-index: 1;
}

.fa-facebook-square:before {
    color: #344ea1;
}

header .datosContacto address {
	background: none;
	color: #575757;
	padding: 0;
	position: relative;
	/*display: none;*/
}

header .datosContacto address a {
	color: #fff;
	text-decoration: none;
}

header .datosContacto address ul {
	position: relative;
}

header .datosContacto address ul li {
	margin-right: 15px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
}

header .datosContacto address ul li i {
	margin-right: 5px;
}

header .datosContacto address ul li.telefono {
	background: url(img/icn_tlf.png) no-repeat left center;
	padding-left: 25px;
}

header .datosContacto address ul li.telefono i {
	display: none;
}

header .datosContacto address ul li.email {
	margin-right: 0;
}

header .datosContacto li.agencia, header .datosContacto li.direccion, header .datosContacto li.poblacionProvincia, header .datosContacto li.fax, header .datosContacto li.movil, header .datosContacto ul:first-child li:last-child {
	display: none !important;
}

header .datosContacto address .socialLinks {
	border-top: none;
	margin: 0;
	padding: 0;
	display:none;
}
#home header .datosContacto address .socialLinks {
	display:block;
}

#container > header > div.datosContacto > address > ul:nth-child(1) {
    display: none;
}

header .datosContacto address .socialLinks li {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

header .datosContacto address ul:after {
	content: "";
	background: url(img/welovefuerteventura.png);
	position: absolute;
	top: 30px;
	right: 0;
	width: 352px;
	height: 40px;
}

/* ==================== 
   BUSCADOR 
   ==================== */
#buscador {
	top: -115px;
	width: 100%;
	left: 0;
	margin-left: 0;
	    background: rgba(255, 255, 255, 0.6) !important;
}

#home #buscador {
   	top: -130px;
    height: 90px;
}

#buscador > div {
	margin: 0 auto;
	display: table;
	position: relative;
	width:100%;
	bottom: 0;
}


#buscador .tabs {
    margin-top: -34px;
    border-bottom: 1px solid transparent;
}

#buscador .tabs li a {
	color: #fff;
	border-radius: 0;
}

#buscador .tabs li a:hover {
	border-bottom: none;
	background: none;
	color: #fff;
}

#buscador .tabs li.activo a {
	background: rgba(255, 255, 255, 0.6);
	color: #c30c0c;
    font-weight: 500;
	border: none;
	border-bottom-color: rgba(0, 0, 0, 0);
	text-shadow: none;
}

#buscador label {
	color: #292929;
	font-size: 12px;
	    font-weight: 300;
}

#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;
}

.hazTuOferta form div.line.precio_actual span {
    color: #c30c0c;
}

#detalle #ficha .actionBar a.hazOferta {
    font-size: 13px;
    color: #6a6a6a;
    text-decoration: none;
    margin-top: 3px;
}

/*div#openProperty form:last-child div.line:last-child {
	width: 68px !important;
}*/

.filtroResultados > ul > li > ul {
	top: 37px;
	width: 370px;
}

.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: #fff;
	font-weight: 500;
    background: rgba(100,100,100,0.6);
}

.busquedaAvanzada > a:hover {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 16px;
    top: -37px;
}

form {
    padding: 10px 0 !important;
}


/* ====================
   MAIN TEXT
   ==================== */
article#mainText {
	background: none;
	margin: 5px auto;
	    padding: 15px 0;
	/*display: none;*/
}

article#mainText .datosContacto, #mainText > div > div.welcome > p {
	display: none;
}


/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */
.promocion, .venta, .alquiler {
	padding: 0px !important;
}

.promocion {
	    background: #c30c0c;
}

.venta, .alquiler {
	padding-top: 38px !important;
    background: #fff;
    border-radius: 10px;
}

.promocion h3, .venta h3, .alquiler h3 {
	width: 100%;
	color: #08bed0;	
	font-weight: 400;
	text-align: left;
	margin: -2px 0 0 0;
	padding: 3px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	overflow: visible;
	z-index: 10;
}

.promocion h3 {
	    color: #000000;
    background: rgba(255, 255, 255, 0.6);
}

.venta h3, .alquiler h3 {
    font-size: 24px;
}

.promocion figure:hover .sliderPropiedad.sliderMini {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.promocion figure div.mask {
	background: none;
	bottom: 0;
}

.promocion figure:hover div.mask {
}

.promocion figure div.mask a {
	width: 100%;
	padding: 7px 0;
	position: absolute;
	bottom: 3px;
	left: 0;
	background: none;
	text-indent: -9999px;
}

.promocion .contenido {
	margin: 5px 0 10px 0;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 10;
	position: relative;
}

.promocion .contenido .acciones {
	display: none;
}

.promocion .contenido .descripcionCaracteristicas p {
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	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: left;
}

.box_vertical .etiqueta {
	top: 40px !important;
	left: -5px !important;
}

.venta h3, .alquiler h3 {
	text-align: center;
	margin: 0;
	position: absolute;
	top: 8px;
	color: #C30C0C;
	background: none;
	overflow: hidden;
}

.promocion figure, .venta figure, .alquiler figure {
    padding: 10px;
	-webkit-transition: background 1s;
	transition: background 1s;
}

.venta figure:hover, .alquiler figure:hover {
    background: #999;
}

.box_horizontal .venta h3, .box_horizontal .alquiler h3 {
	top: 7px !important;
	left: 160px !important;
	width: 301px !important;
	color: #17819E;
	background: none;
}

.venta figure div.mask, .alquiler figure div.mask {
	background: none;
	height: 25px;
	z-index: 11;
	    bottom: -22px;
}

.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
	background: #999;
}

.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 {
	margin-top: 25px;
}

.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
	    color: #575757;
	text-decoration: none;
}

.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-repeat: no-repeat;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.siguiente {
    background-image: url(img/flecha-foto.png);
    margin-right: 5px;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.anterior {
	background-position: 0 0;
	background-image: url(img/flecha-foto.png);
	    margin-left: 5px;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.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: 5px 20px;
	margin-top: 25px;
}

.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
	text-align: center;
    padding: 8px 10px 0;
    background: #e1e1e1;
    color: #C30C0C;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 0 10px 10px;
    z-index: 10 !important;
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 46px;
}

.venta .contenido .precio p, .alquiler .contenido .precio p {
	line-height: 38px;
}

.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
	color: #767676;
	margin: -10px 0 -24px 0;
}

#results .box_horizontal .venta .contenido .precio .antes, #results .box_horizontal .alquiler .contenido .precio .antes {
	color: #fff;
	margin: 0 20px 0 0;
}

.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
	color: #575757;
}

.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
	margin-top: 7px;
	    font-size: 19px;
}

.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{
	font-size:17px;
	
}

.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 .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;
}

.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;
	padding-top: 0 !important;
}



/* ====================
   FORMULARIO ALERTAS BÃšSQUEDAS
   ==================== */



/* ====================
   MAILING LIST
   ==================== */
aside {
	    background: #c30c0c;
		margin-bottom: 30px;
}

aside #mailingList p, aside #mailingList form .line.checkbox p a {
	    color: #fff;
}

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: #c30c0c;
    border: 1px solid rgba(195, 12, 12, 0.7);
}

.paginacion ul li span, .paginacion ul li a {
	    border: 1px solid #cccccc;
    color: #cccccc;
}



/* ====================
   LEYENDA RESULTADOS
   ==================== */



/* ====================
   FICHA
   ==================== */
#detalle #ficha .header .headerTitulo  {
	    border-bottom: 8px solid #c30c0c;
}

#detalle #formMasInfo {
	width: 100%;
	float: none;
}

#detalle .colIzq .detallesFicha {
	width: 100% !important;
	float: none !important;
}

#detalle #ficha div .detallesFicha:nth-child(2) {
    background: #c30c0c;
	color: #fff;
}

#ficha > div.colIzq > div:nth-child(2) > ul > li {
    width: 33% !important;
}

#detalle #ficha div .detallesFicha ul li i, #ficha > div.colIzq > div:nth-child(2) > h3 {
    display:none;
}

#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: #c30c0c;
	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;
}

.sliderPropiedad {
    background: #313131;
}

#ficha .sliderPropiedad .sliderPrincipal .img {
    height: 515px;
}

.sliderPropiedad .miniaturas div {
    margin: 0 20px 15px;
}

#detalle #ficha div .detallesFicha ul {
    padding: 10px;
}

#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;
	font-size: 14px
}

.at-icon {
    display: none;
}

/* ====================
   CONTACTO
   ==================== */



/* ====================
   CAPTACIÃ“N
   ==================== */
form fieldset legend {
	color: #c30c0c;
    border-bottom: 3px solid #c30c0c;
	padding: 8px 0;
	margin: 0 0 10px 0;
	    background: none;
}



/* ====================
   MODAL
   ==================== */
.modalContainer form .colIzq, .modalContainer form .colDcha {
	width: 49% !important;
}

.modalContainer form .colDcha {
	float: right !important;
}

.busquedaAvanzada .modal {
    padding: 47px 10px 0 10px !important;
}

/* ====================
   FOOTER
   ==================== */
footer {
	background: #ccc;
	color: #c30c0c;
}

footer a {
	color: #c30c0c;
}

footer div.email > i, footer div.direccion > i, footer div.tlf > i, footer div.socialLinks > i {
	color: #c30c0c !important;
}

footer #creditos .right p a {
	background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png) !important;
}
	
footer #datosContactoFooter div > i {
 
    display: none;
}

#captacion form .localizacionInmueble div.line:nth-child(6) {
    	width: 98%;
	}
	
	#aviso_cookie div {
		height: auto;
		width: 50% !important;
		background: rgb(44, 43, 43);
		border: 2px solid #fff;
	}
	
	#aviso_cookie div p {
		font-size: 14px !important;
	}
	
	#aviso_cookie div > a {
    background: url(img/icn_closecookies.png) no-repeat top;
	width: 50px;
    height: 50px;	    
}

#aviso_cookie div > a:hover {
    background: url(img/icn_closecookies2.png);
}

#aviso_legal_cookie {
	background:none !important;
}

#detalle #ficha .actionBar ul li.share {
    padding: 17px 10px 0;
}

#detalle #ficha .actionBar ul li.share > i {
    top: -7px;
}

#detalle #formMasInfo #contenido form {
    background: none;
}

#ficha #etiqueta .descuento_label {
    width: 100px;
    font-size: 24px;
    background: #c30c0c;
    color: #fff;
}

#details .actionBar a i, #ficha > div.header > div.actionBar > ul > li.share > i {
    font-size: 30px;
    color: #c30c0c;
}

#btnOferta > i:before {
    font-family: fontAwesome;
    content: "\f0d6";
}

.descripcion {
    overflow: hidden;
	height: 43px;
}

.fa-google-plus:before {
    color: red;
}

ul#operationList {
    display: none;
}

#navLinks > li.dropDownMenu > ul {
    right: 15px;
}

.simuladorHipoteca.modalContainer form .colIzq, .simuladorHipoteca.modalContainer form .colDcha {
    width: 99% !important;
}

#detalle #ficha div .detallesFicha ul li {
    width: 42%;
}
#detalle #ficha div .detallesFicha ul li {
    text-align: right;
    margin-right: 65px;
}

#detalle #ficha div .detallesFicha ul li strong {
    float: left;
}
#home .home_section_parent{
	margin: 10px auto;
}
/* ====================
   RESPONSIVE
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {	
	#background {
		background: none;
	}
	
	header, #content {
		width: 100%;
	}
	
	header {
		background: #c30c0c;
		height: auto !important;
	}
	
	#bgContent {
		padding-top: 0;
	}
	
	section {
		padding-top: 0;
	}
	
	section {
		padding-top: 0px;
		float: none;
		width: 100%;
	}
	
	#home #logo:after {
		display: none;
	}
	
	#logo {
		position: initial;
		padding: 10px 0;
	}
	
	#logo img {
		width: 55%;
	}
	
	#slideshow {
		display: none;
	}	
	
	#navegacion {
		z-index: 100000;
		top: 85px;
		position: initial;
	}
	
	#navegacion nav {
		padding: 0;
	}
	
	#navegacion ul li a {
		padding: 8px 15px !important;
	}
	
	#navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
		display: inline-block;
	}
	
	#navegacion ul#idiomas {
		top: -4px;
		right: 10px;
		z-index: 1000000;
	}
	
	#navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
		margin: 5px 0;
		padding: 2px 7px;
		background: #fff;
		border-color: #ffffff;
		color: #c30c0c;
	}
	#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: #c30c0c;
		margin: 0;
	}
	
	#navegacion #navHeader #navLinks .dropDownMenu ul {
		background: none !important;
	}
	
	#navegacion ul li:hover a {
		background: none;
		color: #575757;
	}
	
	#navegacion nav div > ul > li:hover > a:before, #navegacion nav ul#favoritos > li:hover > a:before {
		display: none;
	}
	
	#navegacion ul#idiomas > li > a {
		margin-bottom: 0;
	}
	
	#home #buscador, #buscador {
		background: #f4f4f4 !important;
    	height: auto;
		z-index: 1000;
		top: -10px;
	}
	
	#buscador .tabs li.activo a {
    	background: none;
	}
	
	#buscador .tabs {
		background: #f4f4f4 !important;
    	margin-top: -20px !important;
	}
	
	form {
    	padding: 10px 0;
	}
	
	#idiomas > li > a > i {
		color: #fff;
	}
	
	#home section article.offers {
		top: 0px;
	}
	
	#sliderPropiedad {
		width: 100%;
	}
	
	.sliderPropiedad .sliderPrincipal .img img {
		max-height: initial;
	}
	
	#ficha .sliderPropiedad .sliderPrincipal .img {
		height: auto;
	}
	
	.promocion,	.venta, .alquiler {
		height: auto !important;
	}
	
	.venta, .alquiler {
		    padding-bottom: 45px !important;
	}
	
	.promocion .contenido .precio {
		margin-bottom: 10px;
	}
	
	.venta .contenido .precio, .alquiler .contenido .precio {
		background: none !important;
		width: 95%;
	}
	
	.venta .contenido, .alquiler .contenido {
    	height: 90px;
	}
	
	#fichaScroll {
		top: 0px;
		width: 100%;
		margin-left: 0;
		left: 0;
	}
	
	#fichaScroll figure {
		width: 32%;
		float: left;
	}
	
	#fichaScroll div {
		font-size: 14px;
	}
	
	#fichaScroll div ul li {
		margin: 0 0 5px 10px;
		width: 100%;
	}
	
	.venta .contenido .acciones, .alquiler .contenido .acciones {
		top: 305px;
	}
	
	#buscador .busquedaAvanzada {
		display: none;
	}
	
	footer {
		padding: 10px 0 20px 0;
	}
	
	#content > section > div {
		width:90%;
	}
	
	#navegacion #navHeader #navLinks li a:hover {
		background: #fff;
	}
	
	h2 {
		height: 28px !important;
		font-size: 16px !important;
		margin: 0 0 10px !important;
		background-size: 82%;
		padding-left: 37px;
		padding-bottom: 25px;
		background-position: bottom left;
	}
	
	#content > section > article:nth-child(3) {
    
	}

#navegacion ul#idiomas > li > ul {
    background: #999999 !important;
}

.dropDownMenu ul li {
    margin-left: -6px;
}

#aviso_cookie div a {
		top: -24px;
    	right: -25px;
	}
	
	#ficha .header .headerTitulo .headerRight {
    	border-top: 0;
	}
	
	#ficha > div.colIzq > div:nth-child(2) > ul > li {
    	width: 90% !important;
	}

	#details .headerResults {
		display: none;
	}
	#detalle .sliderPropiedad .miniaturas div ul {
		width: 100%;
	}
	#detalle .sliderPropiedad .miniaturas div ul li {
		float: none;
		width: 100%;
	}
	#detalle #ficha div.colIzq {
		padding: 0;
	}
	#detalle .sliderPropiedad .miniaturas div ul li a img {
		width: 100%;
	}
	#detalle .sliderPropiedad .miniaturas div {
		margin: 0;
	}
	#detalle #ficha div.colIzq .groupTabs #sliderPropiedad {
		width: 100%;
	}
	#details .sliderPropiedad .sliderPrincipal {
		display: none;
	}

	.hazTuOferta form div.line {
		width: 100% !important;
	}

	.hazTuOferta form div.line input {
		width: 94%;    
	 }

	.modalContainer .modal {
		left: 5%;
	}
	#navegacion ul li.dropDownMenu ul li a {
		color: #ffffff !important;
	}
	#home .row, #home .offers {
		display: block;
	}
	aside #mailingList {
    	padding: 25px;
	}
	footer #datosContactoFooterSucursales > ul, footer #datosContactoFooterSucursales > div {
    	width: 100%;
	}

}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {
	header {}
	
	#navegacion {
		z-index: 100000;
		top: 176px;
	}
	
	#sliderPropiedad {
		width: 420px;
	}
}

@media screen and (min-width: 501px) and (max-width: 767px)  {

	.box_vertical .venta, .box_vertical .alquiler {
		width: 47.5% !important;
		margin: 10px 5px;
		float: left;
}

#logo img {
    width: 65%;
}

h2 {
    height: 37px !important;
    font-size: 24px !important;
    background-size: 80%;
    padding-left: 67px;
}

.descripcion {
    height: 60px;
    overflow: hidden;
}

#home .sliderPropiedad .sliderPrincipal .img img, #results .sliderPropiedad .sliderPrincipal .img img {
    height: 160px;
}

}


@media screen and (min-width: 768px) and (max-width: 1023px) {
	#buscador > div, #content > section > div {
		width: 768px;
	}
	
	#logo {
		width: 768px !important;
	}
	
	header .datosContacto address ul {
		float: none;
	}
	
	.nivo-directionNav, #navegacion ul#favoritos > li > div {
		width: 768px;
		margin-left: -384px;
	}	
	
	article#mainText .welcome, article#mainText > div h2 {
		width: 70%;
	}
	
	#navegacion {
		top: 115px;
	}
	
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
		width: 47.3%;
	}
	
	#results .box_vertical .promocion, #results .box_vertical .venta, #results .box_vertical .alquiler {
    	width: 46.4%;
	}
	
	.box_vertical .promocion {
		height: 300px;
	}
	
	.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
    	width: 344px;
	}
	
	#results .box_vertical .venta .contenido .precio, #results .box_vertical .alquiler .contenido .precio {
    	width: 243px;
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		    height: 435px;
	}
	
	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: 450px;
	}
	
	#navegacion ul#idiomas li a {
		text-align: center;
	}

	#navegacion ul#idiomas li a span span:last-child {
		display: none;
	}
	
	#aviso_cookie div > a {
    top: 33px;
    right: 10px;
}

#aviso_cookie div p {
    width: 78%;
}

.modalContainer .modal {
    width: 768px;
    left: 59%;
}

.hazTuOferta form div.line input {
    width: 330px;
}

#navegacion ul#idiomas {
    top: -94px;
}

.descripcion {
    height: 46px;
}

#home .sliderPropiedad .sliderPrincipal .img img, #results .sliderPropiedad .sliderPrincipal .img img {
    height: 196px;
}
	
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
	#navegacion {
		top: 115px;
	}
	#navegacion ul#idiomas {
		top: -94px;
	}
	#navegacion nav ul#favoritos > li > a span {
		display: none !important;
	}
	
	#buscador > div, #content > section > 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: 31.3%;
	}
	
	#results .box_vertical .venta, #results .box_vertical .alquiler {
    	height: 420px;
	}
	
	#results .contenido .descripcionCaracteristicas .caracteristicas li {
    	font-size: 15px;
	}
	
	#results .venta .contenido .descripcionCaracteristicas h4, #results .alquiler .contenido .descripcionCaracteristicas h4 {
    	font-size: 17px;
	}
	
	#results .box_vertical .promocion, #results .box_vertical .venta, #results .box_vertical .alquiler {
    	width: 30.5%;
	}
	
	.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
    	width: 288px;
	}
	
	#results .box_vertical .venta .contenido .precio, #results .box_vertical .alquiler .contenido .precio {
    	width: 202px;
	}
	
	.box_vertical .promocion {
		height: 260px;
	}
	
	.box_vertical .venta, .box_vertical .alquiler {
		height: 400px;
	}
	
	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;
	}
	
	#aviso_cookie div > a {
    top: 24px;
    right: 15px;
}

#aviso_cookie div p {
    width: 82%;
}

#home .sliderPropiedad .sliderPrincipal .img img, #results .sliderPropiedad .sliderPrincipal .img img {
    height: 164px;
}
	
}

@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, #content > section > 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: 450px;
		width: 31.6%;

	}
	
	#detalle #ficha div.colIzq {
		width: 60%;
	}

	#detalle #ficha div.colDch {
		width: 27%;
	}
	
	#sliderPropiedad, #video, #googleMaps {
		width: 845px;
	}
	
	#detalle #sliderPropiedad .img img {
		max-height: 482px;
	}
	
	#captacion form .detalleInmueble div.line {
		width: 21.8%;
	}
	
	#captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
		width: 48.4%;
	}
	
	.venta .contenido .acciones, .alquiler .contenido .acciones {
		top: 210px;
	}
	
	#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
		top: 176px;
	}
	
	#results .box_vertical .venta, #results .box_vertical .alquiler {
		height: 455px;
		width: 30%;
	}
	
	article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
		width: 100%;
	}
	
	.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
		width: 365px;
	}
	
	#results .box_vertical .venta .contenido .precio, #results .box_vertical .alquiler .contenido .precio {
    width: 251px;
}


	#aviso_cookie div > a {
		top: 15%;
		right: 15px;
}

#aviso_cookie div p {
    width: 88%;
}

#home .sliderPropiedad .sliderPrincipal .img img, #results .sliderPropiedad .sliderPrincipal .img img {
    height: 196px;
}
	
}

@media print {
	
	#detalle #ficha div .detallesFicha ul li {
    text-align: right;
    margin-right: 50px;
}
}

/* ie 8 */
@media \0screen {
}