html { 
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	font-size:62.5%;
	font-family: Georgia, "Times New Roman", serif;
	background: #e7e1b0 url(../img/fondo-body.png) repeat-x;
	text-align: center;
	color: #4d4d4d;
	padding-bottom: 20px;
}

/* ============ TAGS GLOBALES ============ */

img {border: 0;}

ul, ol, li, dl, dt, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a { text-decoration: none; }

h1,h2,h3,h4,h5,h6 {padding: 0; margin: 0;}

form,fieldset,label,input {padding: 0;margin: 0;}

fieldset {border: 0;}

p {margin: 1em 0;}

.hidden {display: none;}
.clear {display: block; clear: both;}


/* ============ ORGANIZACION ESTRUCTURAL ============ */

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

h1 a {display: block; overflow: hidden; text-indent: -9000px; width: 418px; height: 117px; background: url(../img/isologo.png) no-repeat; position: absolute; left: 0; top: 27px; }
#header {background: url(../img/fondo-top.png) no-repeat; width: 780px; height: 114px; margin-top: 37px; float: left; clear: both; }
	.fecha {font: bold 11px Arial, sans-serif; color: #464d73; text-align: center; display: block; width: 220px; float: left; margin: 22px 0 0 521px; }
	#flashDolar {width: 219px; height: 19px; position: absolute; left: 521px; top: 87px; }

#fondoWrap {background: url(../img/fondo-wrapper.png) repeat-y 0 17px; clear: both; }
#fondoTop {background: url(../img/top-wrapper.png) no-repeat; width: 780px; overflow: hidden; min-height: 397px; }

#botonera {width: 704px; height: 35px; background: url(../img/botonera.png) no-repeat; margin: 0 0 0 53px; }
	#botonera li {display: block; float: left; }
	#botonera li a {display: block; height: 28px; text-indent: -9000px; margin: 0 3px 0 6px; background: url(../img/botonera.png) no-repeat 0 28px; overflow: hidden; }
	#botonera #btn1 a {width: 119px; } #botonera #btn1 a:hover, #botonera #btn1 .seleccionado {background-position: -6px -35px; }
	#botonera #btn2 a {width: 108px; } #botonera #btn2 a:hover, #botonera #btn2 .seleccionado {background-position: -134px -35px; }
	#botonera #btn3 a {width: 128px; } #botonera #btn3 a:hover, #botonera #btn3 .seleccionado {background-position: -251px -35px; }
	#botonera #btn4 a {width: 133px; } #botonera #btn4 a:hover, #botonera #btn4 .seleccionado {background-position: -388px -35px; }
	#botonera #btn5 a {width: 70px; } #botonera #btn5 a:hover, #botonera #btn5 .seleccionado {background-position: -530px -35px; }
	#botonera #btn6 a {width: 90px; } #botonera #btn6 a:hover, #botonera #btn6 .seleccionado {background-position: -609px -35px; }
	
#central {width: 387px; float: left; margin: 40px 34px 0 90px; line-height: 20px; font-size: 12px; overflow: hidden; padding-bottom: 20px; }
	#central p {margin: 20px 0; }
	#central h2 {text-indent: -9000px; background: url(../img/titulos.png) no-repeat; height: 31px; margin-bottom: -7px; }
		#central #titInstitucional {height: 30px; margin-bottom: 19px;}
		#central #titPropiedades {background-position: 0 -30px; height: 53px; margin-bottom: -8px; }
		#central #titVenta {background-position: 0 -210px; }
		#central #titAlquiler {background-position: 0 -241px; height: 56px; margin-bottom: -12px; }
		#central #titAsesoramiento {background-position: 0 -83px; }
		#central #titAdministracion {background-position: 0 -114px; }
		#central #titPrensa {background-position: 0 -145px; }
		#central #titContacto {background-position: 0 -176px; height: 34px; margin-bottom: -10px; }
		#central #titNewsletter {background-position: 0 -297px; height: 32px; margin-bottom: -8px; }
		#central #titEncuestas {background-position: 0 -329px; height: 30px; margin-bottom: -6px; }
		#central #titIngresarProp {background: url(../img/tit-ingresar-prop.png) no-repeat; height: 53px; margin-bottom: -8px; }
	#central .submenu {background-color: #7c85b5; color: #fff; overflow: hidden; margin-bottom: 30px; }
		#central .submenu li {padding: 3px 0 3px 23px; text-transform: uppercase; margin-right: 10px; float: left; background: url(../img/bullets.png) no-repeat 9px 9px; }
		#central .submenu li a {text-transform: none; color: #fff; text-decoration: underline; }
		
	#central h3 {font-size: 12px; padding-left: 10px; background: url(../img/bullets.png) no-repeat 0 -40px; margin-top: 20px; }
		#central .h3Prop {background-position: 0 -17px; font-weight: normal; }
			#central .h3Prop strong {text-transform: uppercase; }
	#central p a {color: #669; text-decoration: underline; }
	#central h4 {font-size: 12px; color: #8d0f1b; margin: 20px 0 0 0; }
		#central h4 a {color: #8d0f1b;} #central h4 a:hover {text-decoration: underline; }
	#central em {font-style: normal; font-weight: bold; color: #8d0f1b; }
		#central li {padding-left: 12px; background: url(../img/bullets.png) no-repeat 2px -63px; }
			#central li a {text-decoration: underline; color: #4d4d4d; }
	#central .destacado {color: #8d0f1b; background-color: #fffbd0; padding: 5px 10px; margin: 25px 0 5px 0;}
	
	#imprimir {display: block; float: right; margin-top: 19px; }
		#imprimir img {display: block; }
		
	#verPlano {display: block; clear: both; }
		#verPlano img {display: block; }
	/*#central .thumb img, #central .fotito img {padding: 6px 7px 8px 6px; background: url(../img/fondo-fotos.png) no-repeat;}
		#central .thumb img:hover, #central .fotito img:hover {background-position: 0 -124px; }
		#central .desc {margin: 0; float: left; width: 255px; }
		#central .h4Desc {margin: 20px 0 0 0; width: 255px; float: left; }
		#central .precio {  display:block; color: #8d0f1b; }
	#central .thumb {position: relative; display: block; float: left; margin: 24px 7px 6px 0; width: 123px; height: 130px; }
		#central .galeria { display:block; position:absolute;top:150px; left:3px; width:106px; height:13px; z-index:55555; }
		.thumb span {display: block; position: absolute; top: 6px; left: 6px; background: url(../img/strip.png) no-repeat; width: 110px; height: 110px; text-indent: -9000px; }*/
			#central ul#lisProp .alquilada {background-position: 0 -110px; }
			#central ul#lisProp .vendida {background-position: 0 -220px; }
			#central ul#lisProp .credito {background-position: 0 -330px; }
			#central ul#lisProp .financia {background: url(../img/strip.png) no-repeat;background-position: 0 -440px; }
			#central ul#lisProp .opVenta {background-position: 0 -550px; }
			#central ul#lisProp .opAlq {background-position: 0 -660px; }
			#central ul#lisProp .res60 {background-position: 0 -770px; }
			#central ul#lisProp .res45 {background-position: 0 -880px; }
			#central ul#lisProp .res30 {background-position: 0 -990px; }
			#central ul#lisProp .res15 {background-position: 0 -1100px; }
			#central ul#lisProp .res7 {background-position: 0 -1210px; }
			#central ul#lisProp .alq60 {background-position: 0 -1320px; }
			#central ul#lisProp .alq45 {background-position: 0 -1430px; }
			#central ul#lisProp .alq30 {background-position: 0 -1540px; }
			#central ul#lisProp .alq15 {background-position: 0 -1650px; }
			#central ul#lisProp .alq7 {background-position: 0 -1760px; }

	#central ul#lisProp { display:block; width:387px;  margin-top:-4px; clear:both; position:relative;}
		#lisProp li { display:block; clear:both; background:none; padding:0; position:relative; margin-bottom:0; }
		#lisProp li .imagen { display:inline; float:left; position:relative; width:130px; margin:0; padding:0; margin-right:10px; }
		#lisProp .thumb img, #central .fotito img {padding: 6px 7px 8px 6px; background: url(../img/fondo-fotos.png) no-repeat;}
		#lisProp .thumb img:hover, #central .fotito img:hover {background-position: 0 -124px; }
		#lisProp .thumb {position: relative; display: block;margin: 24px 7px 6px 0; width: 123px; height: 130px; }
		#lisProp .thumb span {display: block; position: absolute; top: 6px; left: 6px; background: url(../img/strip.png) no-repeat; width: 110px; height: 110px; text-indent: -9000px; }

		#lisProp li .galeria { display:block; position:absolute;top:147px; left:3px; width:106px; height:13px;  }
		#lisProp li .textos { display:inline; float:left; width:240px; display:inline; line-height:20px; }
		#lisProp li .textos .tit { display:block; padding-top:20px; font-weight:bold; }
		#lisProp li .textos .precio {  display:block; color: #8d0f1b; }
	
	#central .historial {display: block; margin-top: 20px; text-decoration: underline; color: #669; padding-left: 15px; background: url(../img/bullets.png) no-repeat 5px -40px;}
	
	#central .ulNotas {}
		.ulNotas strong {color: #8d0f1b; margin-right: 4px; }
		.ulNotas li {line-height: 20px; }
	
	#central .paginador { font: normal 11px Arial, sans-serif; margin: 19px 0 0 0; overflow: hidden; display:block; clear:both; margin-top:20px;}
		#central .paginador p {margin: 22px 0 6px 0; font-weight: bold; display:block; clear:both;}
		.paginador span strong, .paginador span a {font: bold 15px Arial, sans-serif; background: url(../img/circles.png) no-repeat -20px 0; width: 20px; height: 19px; padding-top: 1px; display: block; float: left; margin: 0px; text-align: center; color: #fff; }
		.paginador span a {color: #8d0f1b; background: none;  }
		.paginador #ant, .paginador #sig {display: block; float: left; margin-right: 3px; width: 20px; height: 20px; text-indent: -9000px; overflow: hidden; background: url(../img/circles.png) no-repeat -40px 0; }
			.paginador span#ant {background-position: -80px 0; }
			.paginador span#sig {background-position: -100px 0; }
			.paginador a#sig {background-position: -60px 0; }
	
	#central .fotito img {margin: 4px 3px 12px 3px; display: block; float: left; }
	#central .separacion {display: block; clear: both; width: 387px; height: 20px; background: url(../img/separador.png) no-repeat; }
	
	#central .contactoForm {padding-top: 2px; padding-bottom: 6px; }
		.contactoForm fieldset {width: 385px; border: 1px solid #e5e5e5; background-color: #fff; padding: 15px 0; }
		.contactoForm label {width: 131px; color: #58431d; display: block; float: left; text-align: right; padding-right: 5px; }
		.contactoForm input {width: 228px; padding: 0 2px; margin-bottom: 3px; }
		.contactoForm textarea {width: 228px; padding: 2px; height: 95px; font: normal 12px Arial, sans-serif; margin-bottom: 3px;}
		.contactoForm #btnEnviar {width: 61px; height: 22px; margin: 0 8px 0 0; float: right; }
		.contactoForm small {display: block; float: left; width: 117px; font-size: 10px; margin-left: 135px; color: #8d0f1b; }

#columna {padding-top: 60px; color: #dcdde4; font: normal 12px Arial, sans-serif; float: left; width: 250px; }
	#columna .titCol {width: 200px; display: block; margin: 0 0 5px 15px; height: 30px; }
	
	#fichas {background: url(../img/fondo-lista.png) no-repeat 0 bottom; overflow: hidden; position: relative; }
	#aVenta, #aAlquiler {width: 100px; position: absolute; text-align: center; font: bold 11px Georgia, serif; color: #fff; text-transform: uppercase; height: 18px; padding: 12px 0 0 0; }
	#aVenta {left: 12px; }
	#aAlquiler {left: 125px; }
		#fichas ul {background: url(../img/top-fondo-lista.png) no-repeat; padding: 40px 0 19px 27px; }
		#fichas li a {display: block; padding: 2px 0 3px 19px; height: 14px; color: #dcdde4; border-top: 1px solid #747d9d; width: 167px; background: url(../img/bullets.png) no-repeat 7px -90px; }
			#fichas li a:hover, #fichas .seleccionado a {background-color: #3b4571; }
			#fichas li:first-child a {border: none; }
		#fichas #ulAlquiler {background-position: -307px 0; }
	
	.oportunidadesBtn {display: block; overflow: hidden; text-indent: -9000px; width: 239px; height: 34px; background: url(../img/oportunidades-btn.gif) no-repeat; margin: 10px 0 15px 0;  }
	#edificiosNuevos {display: block; margin-bottom: 15px; } .edificiosNuevos img {display: block; }
	#colMarron {width: 243px; min-height: 398px; background: url(../img/fondo-cuero-col.png) no-repeat; overflow: hidden; }
	#colChat2 {width: 215px; height: 186px; margin: 13px 0 0 13px; background: url(../img/chatonline2.png) no-repeat; float: left; clear: both; }
	#colChat {width: 215px; height: 186px; margin: 13px 0 0 13px; background: url(../img/chatonline.png) no-repeat; float: left; clear: both; }
		#colChat a {display: block; text-indent: -9000px; width: 180px; height: 80px; margin: 17px 0 0 20px; }
		#colChat span {display: block; width: 160px; margin: 0 auto; color: #e7e1b0; }
	#colNews {width: 201px; height: 159px; padding: 80px 15px 50px 15px; color: #4d4d4d; background: url(../img/fondo-newsletter.png) no-repeat; float: left; clear: both; margin: 20px 0 0 20px; }
		#colNews input {margin: 8px 0; width: 155px; }
		#colNews label { display:inline; float:left; color: #4d4d4d; padding:0 0 0 5px;  }
		#colNews .radio { display:inline; float:left; width:10px; clear:left; margin:0; margin-top:2px; }
		#colNews button { display:block; clear:both; width: 80px; height: 24px; border: 0; background: url(../img/btn-suscribirse.png) no-repeat 0 5px; text-indent: -9000px; cursor: pointer; }
	#bannerPI {border: 1px solid #666; border-width: 1px 0; padding: 9px 20px 5px 0; overflow: hidden; color: #e7e1b0; width: 220px; margin: 20px 0 9px 0; }
		#bannerPI a {display: block; float: left; }
			#bannerPI img {display: block; }
		#programaInmobiliario {margin: -4px 10px 0 20px; }
		#logoMartilleros {}
		#bannerPI strong {display: block; margin-top: 5px; padding-top: 5px; }

	#encuesta {margin: 15px 30px 0 20px; }
		#encuesta h3 {text-indent: -9000px; background: url(../img/tit-encuesta.png) no-repeat; width: 124px; height: 22px; }
		#encuesta .pregunta {border: 1px dotted #fff; border-width: 1px 0; padding: 5px 0 8px 0; }
		#encuesta label { display: block; padding-left: 5px; }
			#encuesta label input {vertical-align: -2px; }
		#encuesta button {display: block; border: 0; background: none; width: 71px; height: auto; padding: 0; cursor: pointer; margin: 5px 10px 0 0; float: left; }
		#encuesta .verRes {color: #9eaae3; font-weight: bold; padding-top: 8px; display: block; }
		#encuesta ul {clear: both; }
		#encuesta li {clear: both; height: 40px;}
			#encuesta li span {display: block; width: 160px; float: left; height: 16px; background: url(../img/fondo-barrita.png); margin: 0 5px 5px 0; }
		#encuesta div {clear: both; padding-top: 8px; }
			#encuesta div .verRes {display: inline; margin-left: 6px; }
	
	.encuestas {}
		#central .encuestas h3 {background: none; padding-left: 0; font-size: 14px; margin-bottom: 20px; }
		#central .encuestas h4 {margin-bottom: 30px; padding-bottom: 9px; border-bottom: 1px solid #ccc; }
		#central .encuestas li {background: none; padding-left: 0; display: block; clear: both; overflow: hidden; height: 40px; }
		.markerwin, .markercom {display: block; background: url(../img/marker-win.png) no-repeat right 0; float: left; margin-top: 6px; }
		.markercom {background-image: url(../img/marker-com.png); }
		.markerwin img, .markercom img {display: block; }
		.encuestas .porcentaje {display: block; font-weight: bold; float: left; width: 30px; margin-right: 5px; }
		#central .encuestas .win {color: #9e0b0f; }		#central .encuestas .com {color: #7cb7d1; }
	
	#atencionProp {width: 239px; background: #343e6a url(../img/pie-aviso-propietarios.png) no-repeat 0 bottom; padding-bottom: 55px; }
		#atencionProp h3 {height: 38px; text-indent: -9000px; background: url(../img/atencion-propietario.png) no-repeat; }
		#atencionProp p {margin: 4px 39px 4px 23px; text-indent: 12px; background: url(../img/bullets.png) no-repeat 0 -136px; color: #b5c0df; }
		#atencionProp a {font-weight: bold; color: #fff; } #atencionProp a:hover {text-decoration: underline; }
	.bannerPrensa { display:block; clear:both; margin-top:20px; margin-bottom:-7px; }
	#consultaProp { display:block; clear:both; margin:10px 0; cursor:pointer; text-indent:-9000px; background: url(../img/btn-consultar.png) no-repeat; width:220px; height:27px; }
#banner {position: absolute; top: 218px; left: 40px;}
#bannerNota {position: absolute; top: 222px; left: 113px;}
#bannerNavidad { position:relative; margin-top:-7px; }

#pie {width: 780px; margin: 0 auto; text-align: left; float: left; clear: both; position: relative; background: url(../img/fondo-pie.png) no-repeat 0 77px; overflow: hidden; height: 169px; }
	#piefondo {overflow: hidden; background: url(../img/fondo-wrapper.png) repeat-y 0 17px; height: 81px; }
	address {display: block; float: left; background-color: #e5e5e5; padding: 6px; width: 375px; height: 57px; margin: 3px 0 0 95px; font: normal 12px Arial, sans-serif; }
		address img {display: block; float: left; margin: 0 10px; border-right: 1px solid #b3b3b3; }
		address span {font-family: Georgia, serif; display: block; padding-top: 6px; }
		address span strong {text-transform: uppercase; }
	#osmosis {display: block; position: absolute; width: 122px; height: 87px; text-indent: -9000px; background: url(../img/osmosis.png) no-repeat; left: 41px; top: 83px; }