body {
	background-image:url("../img/bg.png");
	background-repeat:repeat-y;
	background-position:center;
	background-color:#0b263d;
	height:100%;
	width:100%;
}


@font-face {
    font-family: 'FuturaLtBTLight';
    src: url('futurabt-light-webfont-webfont.eot');
    src: url('futurabt-light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurabt-light-webfont-webfont.woff') format('woff'),
         url('futurabt-light-webfont-webfont.ttf') format('truetype'),
         url('futurabt-light-webfont-webfont.svg#FuturaLtBTLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.fl {
	float:left;
}

.fr {
	float:right;
}

.wrap {
	width:950px;
	margin:0 auto;
}

.header {
	background-image:url("../img/linea_separador_menu.png");
	background-color:transparent;
	background-position:0px 80px;
	background-repeat:no-repeat;
	Xpadding-top:15px;
	height:85px;
	width:897px;
	margin:0 auto;
}

.header div.logo {
	margin-left:27px;
	padding-bottom:20px;
	float:left;
	margin-top:15px;
}

.header div.menu {
	float:right;
	margin-top:15px;
}
.header div.menu ul li {
	float:left;
	text-align:center;
	padding-top:20px;
}

.header div.menu ul li.menu_1 {
	width:65px;
}
.header div.menu ul li.menu_2 {
	width:116px;
}
.header div.menu ul li.menu_3 {
	width:102px;
}
.header div.menu ul li.menu_4 {
	width:103px;
}

.header div.menu ul li a {
	padding-bottom:25px;
	text-decoration:none;
	color:#fff;
	font-family:'Century Gothic';
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
}

.header div.menu ul li a:hover, .header div.menu ul li a.on {
	Xfont-weight:bold;
	font-weight:600;
}

.header div.menu ul li a.on {
	border-bottom:5px solid #0E304D;
	Xfont-weight:bold;
}


.sombra_superior {
	background-image:url("../img/sombra-superior.png");
	background-color:transparent;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:18px;
}



.sombra_inferior {
	background-image:url("../img/sombra-inferior.png");
	background-color:transparent;
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:25px;
}

.cuerpo {
	padding-top:40px;
	position:relative;
}

.follow_twitter {
	background-image:url("../img/bg_twitter.png");
	background-color:transparent;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:18px;
	float:right;
	width:116px;
	height:65px;
	text-align:center;
	padding-top:30px;
	margin-left:10px;
}
.follow_twitter a {
	text-decoration:none;
	color:#97a9b9;
	font-family:' sans-serif';
	text-transform:lowercase;
	font-size:11px;
	font-weight:bold;
	padding-left:28px;
	background-image:url("../img/twitter-2013.png");
	background-color:transparent;
	background-position:left center;
	background-repeat:no-repeat;
	line-height:20px;
	height:20px;
	margin-left: 2px;
	margin-right: 8px;
	display:block;
}


.follow_twitter a:hover {
	text-decoration:underline;
}


div.contenido {
	padding:15px;
	background-color:#fff;
	width:867px;
	margin:0 auto;

}

div.contenido_gris {
	background-color:#f3f3f3;
	padding:15px;
	min-height:500px;
}

div.contenido_gris.sepador_vertical {
	background-image:url("../img/separador_vertical.png");
	background-position:660px center;
	background-repeat:no-repeat;
}

div.breadcrumb {
	position:absolute;
	left:27px;
	top:12px;
	display: inline-block;
	height:58px;
	width:900px;
}

.breadcrumb ul li {
	background-image:url("../img/bg-breadcumb-off.png");
	background-color:transparent;
	background-position:left top;
	background-repeat:repeat-x;
	height:58px;
	float:left;
	display: inline;
	text-align:center;

}

.breadcrumb ul li div {
	padding:18px 10px 0px 10px;
	display:block;
	background-position:right top;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image:url("../img/bg-breadcumb-off.png") !important;
}



.breadcrumb ul li a {
	text-decoration:none;
	color:#9a9a9b;
	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
	height:39px;
	display:block;
}

.breadcrumb ul li a:hover {
	text-decoration:underline;
}

.breadcrumb ul li.active {
	background-image:url("../img/bg-breadcumb-on.png");
	color:#fff;
}


.breadcrumb ul li.active div {
	background-image:url("../img/bg-breadcumb-on-end.png") !important;
}

.breadcrumb ul li div {
	background-image:url("../img/bg-breadcumb-off-end.png") !important;
}

.breadcrumb ul li.active a {
	background-image:url("../img/breadcrumb-on.png");
	background-color:transparent;
	background-position:center bottom;
	background-repeat:no-repeat;
	text-shadow: #0e5c92 0.1em 0.1em 0.2em;
	color:#fff;
}

.breadcrumb ul li.active a:hover {
	text-decoration:none !important;
	cursor:default;
}

.separador {
	width:897px;
	margin:0 auto;
	margin-bottom:25px;
}

.sombra_footer {
	background-image:url("../img/sombra_footer.png");
	background-color:transparent;
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
	margin-bottom:15px;
}

.footer {
	width:867px;
	margin:0 auto;
	background-color:#fff;
	padding:15px;
	height:53px;
	line-height:53px;

}

.legal_footer {
	width:420px;
	height:53px;
	float:left;
	display:block;
	padding-top:10px;
}

.legal_footer p {
	color:#15466F;
	font-size:11px;
	font-family: sans-serif;
	line-height:13px;
	padding-top:4px;
}

.legal_footer p b {
	font-weight:bold;
}

.icon_footer {
	border-right:1px solid #15466F;
	height:53px;
	float:left;
	display:block;
	line-height:53px;
}

.icon_footer.icon1, .icon_footer.icon2, .icon_footer.iconAFIP{
	padding:0 13px;
}
.icon_footer.icon1 img, .icon_footer.icon2 img, .icon_footer.icon3 img{
	margin-top:10px;
}
.icon_footer.icon3{
	padding-left:13px;
	border-right:0;
}


.wleft {
	width: 635px;
}

.wright {
	width: 170px;
	font-size: 12px;
	font-family: sans-serif;
	text-align: justify;
}

.clear {
	clear:both;
	display:block;
}

.contenido h3 {
	color:#3c6281;
	font-size:15px;
	font-weight:bold;
	line-height:16px;
	font-family: 'FuturaLtBTLight';
	margin-bottom:15px;
}

.contenido p {
	color:#3c6281;
	font-size:11px;
	font-family: sans-serif;
	line-height:1.2em;
}

.contenido p.cto {
	font-size:13px;
}

.contenido img.fr {
	padding-left:10px;
}

.contenido p b {
	font-weight:bold;
}

.contenido p i {
	font-style:italic;
}

.slider_home img {
	margin-right:4px;
}

.slider_home img.ultima {
	margin:0;
}

.contenido hr {
	border:0;
	border-bottom:2px solid #C2D1DE;
	width:80%;
	margin:15px auto;
}

.label_contact {
	background-image:url("../img/etiqueta_contacto.png");
	background-position:left 15px;
	background-repeat:no-repeat;
}

.label_map {
	background-image:url("../img/etiqueta_ubicacion.png");
	background-position:left 15px;
	background-repeat:no-repeat;
}



.contact_box {
	background-image:url("../img/contact_box.png");
	background-position:left top;
	background-repeat:no-repeat;
	width:316px;
	height:383px;
	margin:20px auto;
}

.padd15 {
	padding:15px;
}

.contact_box label {
	color:#444444;
	font-size:12px;
	font-family: sans-serif;
	display:block;
	margin-bottom:15px;
}

.contact_box input[type=text], .contact_box textarea {
	border:1px solid #e1e6e8;
	height:30px;
	line-height:30px;
	margin:0px;
	padding:0px 6px;
	color:#444444;
	font-size:12px;
	font-family: sans-serif;
	width:270px;
	margin-bottom:15px;
}

.contact_box textarea {
	height:100px;
}

.contact_box input[type=submit] {
	border:1px solid #bfcfe0;
	background-color:#e4edf2;
	color:#758390;
	margin-top:25px;
	padding:1px 7px;
	margin-right:1px;
	font-style:italic;
	border-radius: 2px;
}

.contact_box input[type=submit]:hover {
	border:1px solid #bfcfe0;
	background-color:#d0dbe5;
}

.tr {
	text-align:right;
}

.map_box {
	margin:0px auto;
	width:659px;
	display: block;
}


.breadcrumb ul li.w_Departamentos {
	width: 143px;
}

.breadcrumb ul li.w_Deptos_Tipo_Casa {
	width: 80px;
}

.breadcrumb ul li.w_Casas {
	width: 78px;
}

.breadcrumb ul li.w_Terrenos {
	width: 140px;
}

.breadcrumb ul li.w_Locales {
	width: 85px;
}

.breadcrumb ul li.w_Galpones {
	width: 160px;
}

.breadcrumb ul li.w_Negocios_Especiales {
	width: 211px;
}

.box_buscar_propiedades {
	text-align:right;
	font-size:11px;
	font-family: sans-serif;
	color:#898686;
	height: 35px;
}

.box_buscar_propiedades input[type=text] {
	border:1px solid #DADADA;
	font-size:11px;
	font-family: sans-serif;
	color:#898686;
	padding:2px 4px;
	margin-left:5px;
}

img.foto_grande {
	float:left;
	border:2px solid #6F97BB;
	margin-right:15px;
	margin-bottom:15px;
}

div.grid_propiedades {
	float:left;
	height:350px;
	width:570px;
	background-image:url("../img/grid_propiedades.png");
	background-position:center top;
	background-repeat:no-repeat;
}

div.main_propiedad {
	display:block;
	overflow:hidden;
}

.main_propiedad div.main_pic, .main_propiedad div.main_txt{
	float:left;
}
.main_propiedad div.main_txt{
	min-height:350px;
	width:570px;
	background-image:url("../img/grid_propiedades.png");
	background-position:center top;
	background-repeat:no-repeat;
	padding-bottom: 20px;
}

.datos_propiedad {
	width:570px;
	height:50px;
	color:#6f97bb;
	font-family: sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:20px;
}

.datos_propiedad .operacion {
	padding-top:15px;
	width: 72px;
}
.datos_propiedad .precio {
	padding-top:15px;
	width: 132px;
	text-align:center;
}

.datos_propiedad .mapa_plano {
	width: 172px;
	text-align:center;
	padding-top:32px;
}

.datos_propiedad .mapa_plano a {
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:32px;
	height:48px;
	text-decoration:none;
	color:#6b7476;
	font-size:9px;
}

.datos_propiedad .mapa_plano a.mapa {
	background-image:url("../img/icon_mapa_off.png");
	margin-right:6px;
}

.datos_propiedad .mapa_plano a.mapa:hover {
	background-image:url("../img/icon_mapa_on.png");
	color:#65a7b7;
}

.datos_propiedad .mapa_plano a.plano {
	background-image:url("../img/icon_mapa_off.png");
	margin-left:6px;
}

.datos_propiedad .mapa_plano a.plano:hover {
	background-image:url("../img/icon_mapa_on.png");
	color:#65a7b7;
}

.datos_propiedad .codigo {
	padding-top:15px;
	width: 192px;
	text-align:center;
	color:#6b7476;
	font-size:11px;
}

.detalle_propiedad {
	height:275px;
}

.detalle_propiedad .texto {
	width: 360px;
	margin-right:16px;
}

.detalle_propiedad .medidas {
	margin-left:20px;
	width: 170px;
}

.contenido h4 {
	color:#2e6fa6;
	font-family: sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
}

.contenido h5 {
	color:#38383b;
	font-family: sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:15px;
}

.detalle_propiedad .texto p {
	font-family: sans-serif;
	color:#37373a;
}
.detalle_propiedad .texto p.destacado {
	font-size:11px;
	margin-bottom:10px;
}
.detalle_propiedad .texto p.bajada {
	font-size:11px;
}

.detalle_propiedad .medidas p {
	color:#58585a;
	font-family: sans-serif;
	font-size:11px;
}

#GaleriaPropiedad {
	display:block;
}

#BtnVolver {
	display:block;
	text-align:right;
	margin-top: 15px;
	margin-right: 5px;
}

#BtnVolver a {
	text-decoration:none;
	border:1px solid #c8c8c8;
	color:#717171;
	font-weight:bold;
	font-size:11px;
	padding: 3px 10px;
	font-family:  sans-serif;
}

#BtnVolver a:hover {
	background-position:center center;
	background-image:url("../img/bg-breadcumb-on.png");
	text-shadow: #0e5c92 0.1em 0.1em 0.2em;
	color:#fff;
}


ul#ListadoPropiedades {
	margin-top:-15px;
}

ul#ListadoPropiedades li {
	list-style:none;
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #dadada;
	height:130px;
}

ul#ListadoPropiedades li.ultimo {
	border:0;
}

#ListadoPropiedades li div.ThumbPropiedad {
	float:left;
	height:130px;
}

#ListadoPropiedades li div.ThumbPropiedad img {
	object-fit: cover;
}


#ListadoPropiedades li div.DetailPropiedad {
	float:right;
	height:130px;
	width:645px;
}

#ListadoPropiedades li div.DetailPropiedad h1 {
	color:#58585a;
	font-size:13px;
	font-family: sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}

#ListadoPropiedades li div.DetailPropiedad p {
	color:#58585a;
	font-size:11px;
	line-height:13px;
	font-family: sans-serif;
	font-weight:normal;
	height:70px;
	display:block;
}

#ListadoPropiedades li div.DetailPropiedad dl {
	display:block;

	color:#58585a;
	font-size:11px;
	line-height:15px;
	font-family: sans-serif;
	font-weight:normal;
}
#ListadoPropiedades li div.DetailPropiedad dl dd.par {
	float:left;
}
#ListadoPropiedades li div.DetailPropiedad dl dd.impar {
	float:right;
	text-align:right;
}
#ListadoPropiedades li div.DetailPropiedad dl dd b {
	font-weight:bold;
}
#ListadoPropiedades li div.DetailPropiedad dl dd span {
	color:#6f97bb;
	font-size:13px;
	font-family: sans-serif;
	font-weight:bold;
	display:block;
	padding-bottom:8px;
}

#ListadoPropiedades li div.DetailPropiedad dl dd a {
	color:#0e5c92;
	text-decoration:none;
}
#ListadoPropiedades li div.DetailPropiedad dl dd a:hover {
	text-decoration:underline;
}



#Paginador {
	display:block;
	text-align:right;
	margin-top: 15px;
	margin-right: 5px;
}

#Paginador a {
	text-decoration:none;
	border:1px solid #c8c8c8;
	color:#717171;
	font-weight:bold;
	font-size:11px;
	padding: 3px 6px;
	font-family:  sans-serif;
	margin-left: 10px;
}

#Paginador a:hover, #Paginador a.on {
	background-position:center center;
	background-image:url("../img/bg-breadcumb-on.png");
	text-shadow: #0e5c92 0.1em 0.1em 0.2em;
	color:#fff !important;
}

#BoxVentaAlquiler {
	padding-right:20px;
	text-align:left;
}

#BoxSearchCodigoID {
	padding-left:20px;
	border-left:1px solid #afc9df;
}

#hecho_por {
	padding:0 28px;
	color:#d4d4d4;
	text-align:right;
	font-family:  sans-serif !important;
    font-size: 11px !important;
	margin-bottom:15px;
}

#hecho_por a {
	text-decoration:none;
	color:#ffffff;
}

#hecho_por a:hover {
	text-decoration:underline;
}


div#BannerNuevaDir {
	width:787px;
	height:45px;
	overflow:hidden;
}

#PopBox {
	display:none;
	width:422px;
	height:547px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-273px 0 0 -211px;
	z-index:9990;
}

#PopBox > div.cerrar {
	position:absolute;
	right:40px;
	top:45px;
	width:30px;
	height:25px;
	z-index:9999;
}

.header-block {
	font-family: sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	color: #96979c;
	height: 46px;
	border-radius: 6px;
	background-image: url(../img/bg-banner.jpg?v1);
	background-size: auto 46px;
	background-repeat: repeat-x;
	display: grid;
	place-items: center;
	margin-bottom: 1rem;
	position: relative;
}

.header-block > * {
	display: none;
}

.header-block.slide-1 > *:nth-child(1) {
	display: block;
}
.header-block.slide-2 > *:nth-child(2) {
	display: block;
}
.header-block.slide-3 > *:nth-child(3) {
	display: block;
}

.header-block *:nth-child(1) {
	letter-spacing: 2px;
	color: #424242;
}

.header-block > *:nth-child(3),
.header-block > *:nth-child(2) {
	box-sizing: border-box;
	height: 38px;
	width: 250px;
	line-height: 38px;
	background: #fff;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: 0 0 4px 1px rgba(0,0,0,.24);
}


.header-block.slide-1::after,
.header-block.slide-1::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 23%;
	background-color: #eeeef0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	z-index: 1;
}

.header-block.slide-1::after {
	right: 0;
}

.header-block.slide-1::before {
	left: 0;
}