
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after,	q:before, q:after { content: ''; content: none; }
	table { border-collapse: collapse; border-spacing: 0; }

/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px 'Signika', Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #94411a;
		font-family: Century-Gothic, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 30px; line-height: 35px; margin-bottom: 12px;}
	h2 { font-size: 22px; line-height: 25px; margin-bottom: 8px; }
	h3 { font-size: 20px; line-height: 24px; margin-bottom: 6px; }
	h4 { font-size: 19px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 10px 0; }
	p img { margin: 0; }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */
	img.scale-with-grid { max-width: 100%; height: auto; }
	img.border-image{ padding: 2px; border: 1px solid #f18000; }


/* #Buttons
================================================== */
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: Century-Gothic, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-family: Century-Gothic, sans-serif;
		color: #777;
		margin: 0;
		margin-bottom: 10px;
		width: 220px;
		max-width: 100%;		
		display: block;
		background: #fff; }
	select {	padding: 6px 4px; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-family: Century-Gothic, sans-serif;
		font-weight: 600;		
		font-size: 14px;  }
	select {
		width: 220px; border: none; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* LAYOUT
---------------------------------------------------------------------- */
body{ 
	font-family: Century-Gothic, sans-serif;
	font-weight: 400;
}
h1{ font-family: Century-Gothic, sans-serif; font-size: 29px; color: #ff5300; /*font-weight: 600; */}
h1 .alterh1{ color: #696969; }

h2{ color: #ea7125; font-size: 20px; }

#contenedor{}

#header{
	background-color: #ff5300; /* #f47421; */
	height: 90px;
	padding-top: 10px;
	
	position: fixed;
    z-index: 20;
    width: 100%;
}

#logo{ dfloat: left; }
#menu{ dfloat: left; margin: 10px 0 0 10px; }
#logo_albank{ text-align:right; }

.menu li{
	float: left;
	border-right: 1px solid white;	
	height: 50px; 
	padding: 8px 3px;
	list-style: none;
	text-align: center;
}

#menu-encuentra{ width: 93px; }
#obra-nueva{ width: 100px; }
#menu-empresa{ width: 80px; }
#menu-simulador{ width: 85px; }
#menu-trabajo{ width: 75px; } 
#menu-contacta{ width: 105px; }

.menu li a{ 
	font-size: 15px;
	text-decoration: none;
	color: white;
	font-family: Century-Gothic, sans-serif;
}

.menu li a:hover{ color: black;}
.menu .alter a:hover{ color: white; }
.menu li:last-child{ border-right: none; }
/*************************/
#subheader{
	background: transparent url(../images/subheaderbg.png) repeat-x;
	height: 380px; /*  309px; */
	padding-top: 100px;
}

#contenedor{     background-color: white; /* background: #e9e9e9 url(../images/background.png) repeat; */padding-bottom: 25px;}
#content{ /*background: transparent url(../images/bgalbasur.png) repeat; */ font-size: 12px; padding-bottom: 20px; }
/***************/
#footer{
	background-color: #ff5300;
	height: 140px;
}

#footer-content{
	position: absolute;
	top: -41px;
	background: transparent url(../images/bgfooter.png) no-repeat left center;
	height: 181px;	
}

#menu-footer{ margin: 50px 0 0 100px; }

#footer_cordoba, #footer_sevilla, #footer_social{ color: white; text-align:center; font-family: Century Gothic, sans-serif;	}
#foot_top{ border-bottom: 1px solid white; font-size: 20px; padding-bottom: 6px;}
#foot_bottom{ text-align:center; font-size: 12px; line-height: 19px;  }
#foot_bottom a{ font-size: 14px; color: white; text-decoration:none; }
#footer_social a{ text-decoration: none; color: white; }


.submenu li{ height: 37px; padding: 5px 8px; }
.submenu li a{ font-size: 19px; }

#footer_social{
	position: absolute;
    right: -110px;
    top: 60px;
}

#copyright{
    position: absolute;
    right: 10px;
    top: 160px;
	font-family: Century Gothic, sans-serif;
    color: white;
	font-size: 12px;
}
#copyright a{ color: white; }

/********** CONTENIDO ***************/
#eslogan { background-color: white; margin-bottom: 20px; padding-top:5px; } 
#eslogan h1{ 
	/* background: transparent url(../images/subraya_eslogan.png) left bottom repeat-x; */
	padding: 3px 0;
	margin: 0 40px;
	font-family: 'MoonbeamRegular', sans-serif;
	font-weight: 700;
	font-size: 48px;
}

#tiracovid{
	background-color: #fc5008;
	/* height: 88px; */
	margin-bottom: 20px;
}

#destacados{ position:relative; }
#pagina-destacados{	position: absolute; right: 20px; top: 8px; }
#pagina-destacados img{ cursor: pointer; }
.destacado{ 
	background-color: #e9e9e9;	
	border: 1px solid #a1a1a1;
	height: 296px;
}
.destacado img{ padding: 4px; width: 210px; }
.destacado h2{ text-align: center; font-size: 15px; line-height: 16px; }
.destacado ul{ padding-left: 0px; list-style-type: disk; }
.destacado li{ padding-left: 20px; font-size: 15px; margin-bottom: 0px; list-style: none; }

#buscador_portada{ background-color: #ff5300; color: white;	height: 62px; margin-bottom: 20px; }
#gestora-financiera-portada{ font-size: 13px; text-align: justify; }
.boton_portada{ background-color: #ff5300; font-family: Century-Gothic, sans-serif; font-weight: 300; color: white; display: inline; padding: 3px; }
.boton_portada a{ color: white; text-decoration: none; }

#empresa h2{ border-bottom: 0px; line-height: 10px; }

#ofertas_portada{  }
.oferta_portada{ height: 80px;  background-color: #e9e9e9; padding: 5px 0; border-bottom: 1px solid #989898; font-size: 12px; line-height: 14px; }
.oferta_portada a{ text-decoration: none; }
.oferta_portada:last-child{ border-bottom: none; }
.titulo_oferta{ font-size: 14px; line-height: 19px; display: block; padding-bottom: 5px; }

#contacta-albank, #contacta-albank2{  background-color: #ff5300; color: white;	height: 290px; }
#contacta-albank2{ height: 330px; }
#contacta-albank h2, #contacta-albank2 h2{ color: white; font-family: Century-Gothic, sans-serif; padding: 5px 0 0 10px; font-size: 24px; }
#comentarios{ min-height: 100px; }

#buscador{ background-color: #ff5300; height: 190px; color: white; }
#buscador_submit{margin-top: 10px; padding: 5px 30px; }

#paginacion{ text-align: right; }
#ordenar_por{ margin-bottom: 10px; height: 25px; }
.inmueble{ background-color: white; height: 80px; padding: 10px 0; border-bottom: 1px solid #f18000; font-size: 14px; }
.inmueble img{ height: 80px; }
.inmueble:hover{ background-color: #ffd9ad; }
.enlace-inmuebles{ text-decoration: none; }

#vivienda h1{ font-size: 22px;  }

.inmueble_descripcion{ font-size: 14px; }
#vivienda_datos{ font-size: 16px; }
#vivienda_datos .right{ float: right; }
#vivienda_datos .big{ font-size: 20px; color: #ff5300; }
#vivienda_otros_datos{ }

#area_imagen{ }
#consulta_inmueble{ background-color: #ff5300; margin-top: 47px; }
#consulta_inmueble h2{ color: white; padding-left: 20px; margin-top: 15px;}
#consulta_inmueble label{ color: white; }
.thumbimage{ border: 1px solid #e49624; margin-right: 5px; padding: 2px;}

.text_up{ font-size: 14px; }

#map_canvas, #map_canvas2{ border: 2px solid #f18000; margin-bottom: 30px; }
.contactar_direccion li{ line-height: 15px; font-size: 14px; }
.contactar_title{ font-size: 20px; color: #f18000; }
.contactar_tipo{ color: #f18000; }

/*** MENU DESPLEGABLE ***/
.menu_desplegable, .menu_desplegable ul, .menu_desplegable li, .menu_desplegable a { float: right; #margin: 0; #padding: 0; #border: none; #outline: none; }

.menu_desplegable {
    height: 20px;
    width: 120px;
    background: #ff5300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.menu_desplegable li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 20px;
}

.menu_desplegable li a {
    display: block;
    padding: 0 14px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Century-Gothic, sans-serif;
    font-weight: bold;
    font-size: 13px;
 
    color: white;
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu_desplegable li:first-child a { border-left: none; }
.menu_desplegable li:last-child a{ border-right: none; }
.menu_desplegable li:hover > a { color: black; }

.menu_desplegable ul {
    position: absolute;
    top: 18px;
    left: 0;
 
    opacity: 0;
    background: #ffa568;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu_desplegable li:hover > ul { opacity: 1; }
 
.menu_desplegable ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu_desplegable li:hover > ul li { height: 20px; overflow: visible; padding: 0; }

.menu_desplegable ul li a {
    width: 180px;
    padding: 4px 0 4px 10px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid #ff5300;
}
 
.menu_desplegable ul li:last-child a { border: none; }

/*** FORMULARIOS **/
.formError {
    cursor: pointer;
    display: block;
    left: 300px;
    position: absolute;
    top: 300px;
    z-index: 5000;
}
.formError .formErrorContent {
    background: none repeat scroll 0 0 #ff5300;
    color: black;
    font-family: Century-Gothic, sans-serif;
    font-size: 11px;
    padding: 4px 10px;
    position: relative;
    width: auto;
    z-index: 5001;
    border: 2px solid #DDDDDD;
    -moz-border-radius: 6px 6px 6px 6px;
    webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 6px #000000;
}
.formError .formErrorArrow {
    margin: -2px 0 0 13px;
    position: relative;
    width: 15px;
    z-index: 5006;
}
.formError .formErrorArrow div {
    background: none repeat scroll 0 0 #ff5300;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    box-shadow: 0 2px 3px #444444;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 auto;
}
.formError .formErrorArrow .line10 {
    border: medium none;
    width: 15px;
}
.formError .formErrorArrow .line9 {
    border: medium none;
    width: 13px;
}
.formError .formErrorArrow .line8 {
    width: 11px;
}
.formError .formErrorArrow .line7 {
    width: 9px;
}
.formError .formErrorArrow .line6 {
    width: 7px;
}
.formError .formErrorArrow .line5 {
    width: 5px;
}
.formError .formErrorArrow .line4 {
    width: 3px;
}
.formError .formErrorArrow .line3 {
    border-bottom: 0 solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    width: 1px;
}
.formError .formErrorArrow .line2 {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    width: 3px;
}
.formError .formErrorArrow .line1 {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    width: 1px;
}

/***** CALCULADOR HIPOTECARIO ******/
.TablaGeneral{ margin-bottom: 20px; }
.ColumnaMenuses {
	background-color: #DDDDFF;
	padding: 5px;
	border-style: solid;
	border-color: #BBBBEE;
	border-width: 2px;
	width: 220px;
}

.MenuOpcion {
	margin-top: 3px;
	text-indent: -6px;
	padding-left: 12px;
}
.MenuOpcion a:link, .MenuOpcion a:visited {
	color: #0000FF;
	font-size:12px; 
	text-decoration: underline;
}

.MenuOpcion b {
	color: #FF0000;
	font-size:12px;
}

h1.KeywordsDeAbajo {
	font-size: 12px;
	color: black;
	font-weight: normal;
	width: 500px;
	margin-top: 20px;
}

table.TablaCompleta {
	margin-top: 10px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
}

table.TablaCompleta tr td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #000000;
	vertical-align: middle;
}

table.TablaCompleta tr td.TituloFila {
	border-top-width: 3px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #ff5300;
}

td.TituloFila a {
	display: block;
	text-decoration: none;
	color: #ff5300;
	padding-bottom: 5px;
}
td.TituloFila a:hover { background-color: #DDDDFF; }

table.TablaEntradaDatos {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.TablaEntradaDatos tr td {	border-style: none; }
table.TablaEntradaDatos tr td input{	font-size: 20px; }
tr.FilaOculta {
	/*display: none;*/
}

a.EnlaceCalcular {
	color: white;
	background-color: #ff5300;
	border: 2px solid white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 18px;
	margin-left: 2px;
	display: block;
	text-decoration: none;
}

td.Resultado { text-align: right; }

tr.CabeceraAnho {
	cursor: hand;
	cursor: pointer;
	background-color: #f58122;
}
tr.CabeceraAnhoHovered {
	cursor: hand;
	cursor: pointer;
	background-color: #ffc096;
}

#DivMesesContainer{ position: relative; left: 200px;  }

table.TablaDesglose { 
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
table.TablaDesglose tr td {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}


/* #Cookies
================================================== */

	.cookies{
		background-color: #ff5300;
		position:fixed;
		width:100%;				
		padding-bottom: 10px;
		margin:0 auto;
		padding-left:1%;
		clear:both;
		bottom:0px;				
		left: 0px;
		opacity:0.9;
		filter:alpha(opacity=90); /* For IE8 and earlier */
		transition: bottom 1s;
		-webkit-transition:bottom 1s; /* Safari */
		-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
		-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
		box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
		z-index:999999999;
	}
	
	.cookies_titulo{
		font-size: 16px;
		margin: 10px 0 0 0;
		padding: 0;
		line-height: 20px;
		color: black;
	}
	.cookies_texto{
		margin: 0;
		padding: 5px 0;
		font-size: 13px;
	}
	.cookies_botones{ text-align: center; }

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	h1 { font-size: 22px; }
	.menu li a { font-size: 15px; }
	#menu-encuentra{ width: 72px; }	#obra-nueva{ width: 87px; } #menu-empresa{ width: 60px; } #menu-simulador{ width: 65px; } #menu-trabajo{ width: 59px;} #menu-contacta{ width: 76px; }
	#eslogan h1 { margin: 0 56px; font-size: 35px; }
	.destacado img { width: 163px; }
	.destacado h2 { font-size: 12px; }
	.oferta_portada { font-size: 10px;  }
	#gestora-financiera-portada { font-size: 11px; } 
	#menu-footer { margin: 50px 0 0 90px; }
	#menu-footer li a{ font-size: 13px; }
	
	.obra_nueva{ max-width: 85px; }
	
	.menu_desplegable{ margin-right: 20px; }
	#buscador_submit { padding: 5px 10px; }
	#DivMesesContainer { left: 100px; }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) { }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#header { position: initial; height: 305px; width: 100%; }
	#eslogan{ margin-top: 2px; }
	#eslogan h1 { margin: 0 20px; font-size: 21px; }
	#logo { text-align: center; left: 100px; }
	#menu { margin: 20px 0 0 0px; }
	#menu li{ float: none; border-right: none; padding: 0px; text-align: left; height: 20px; border-bottom: 1px solid white; width: 100%; }
	.obra_nueva{ max-width:none; }
	#menu-encuentra, #menu-empresa, #menu-simulador, #menu-contacta{ width: 100%; }
	#pagina-destacados{ right: 0px !important; }
	/* .enlace-inmuebles img{padding-left: 110px;} */
	#subheader { height: 180px; }
	.destacado img { width: 410px; }
	.destacado h2 { font-size: 20px; }
	.oferta_portada{ height: 140px; } .oferta_portada img{ margin-bottom: 10px; }
	#buscador_portada { height: auto; }
	#buscador_portada { padding: 10px; } #buscador_portada select{ width: 400px; }
	.submenu{ display: none; }	
	#logo_footer{  text-align: right; padding-right: 20px; }
	#vivienda{ margin-top: 140px; }
	
	
	#buscador{ padding: 10px; min-height:940px; height: auto; }
	.inmueble { height: auto; }
	.inmueble img{ width: 400px; height: auto; }
	.inmueble div{ padding-left: 10px; }
	#consulta_inmueble { margin-top: 0px; padding: 0 10px; }
	#DivMesesContainer { left: 0px; }
	#footer{ height:530px; }
	#footer-content { left: -92px; background: transparent url(../images/bgfooter.png) no-repeat 61px center; }
	#copyright { display: none; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#eslogan h1 { margin: 0 10px; font-size: 15px; }
	#subheader { height: 130px; }
	.destacado img { width: 290px; }
	#logo_footer{ display: none; }
	#buscador_portada select{ width: 280px; }
	.oferta_portada{ min-height: 150px; }
		
	
	.menu_desplegable{ margin-right: 80px; }
	.inmueble img{ width: 280px; height: auto; }
	.container .threex.columns{ width: 70px; }
	table.TablaCompleta tr td.TituloFila { width: 480px; }
	a.EnlaceCalcular { font-size: 12px; margin-left: 0px; }
	table.TablaEntradaDatos tr td input { font-size: 12px; }
	table.TablaCompleta tr td { padding:1px; }
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
@font-face {
    font-family: 'MoonbeamRegular';
    src: url('https://www.inmobiliariaalbasur.com/css/fonts/moonb__.eot');
    src: url('https://www.inmobiliariaalbasur.com/css/fonts/moonb__.eot') format('embedded-opentype'),
         url('https://www.inmobiliariaalbasur.com/css/fonts/moonb__.woff2') format('woff2'),
         url('https://www.inmobiliariaalbasur.com/css/fonts/moonb__.woff') format('woff'),
         url('https://www.inmobiliariaalbasur.com/css/fonts/moonb__.ttf') format('truetype'),
         url('https://www.inmobiliariaalbasur.com/css/fonts/moonb__.svg#MoonbeamRegular') format('svg');
}


