#barraNavegacion
{
	width:865px;
	height:55px;
	position: absolute;
	left: 0px;
	top: 51px;
	z-index: 4;
	/*background-color:#A2B9CA;*/
	overflow: hidden;
}

#navVenta
{
	width:41px;
	height:10px;
	position: absolute;
	left: 37px;
	top: 6px;
	z-index: 3;
	overflow: hidden;
	background-image:  url(../imgs/navegacion/venta.jpg);
}

#navAlquiler
{
	width:64px;
	height:10px;
	position: absolute;
	left: 209px;
	top: 6px;
	z-index: 3;
	overflow: hidden;
	background-image:  url(../imgs/navegacion/alquiler.jpg);
}

#navNoticias
{
	width:59px;
	height:10px;
	position: absolute;
	left: 401px;
	top: 6px;
	z-index: 3;
	overflow: hidden;
	background-image:  url(../imgs/navegacion/noticias.jpg);
}

#navContacta
{
	width:68px;
	height:10px;
	position: absolute;
	left: 606px;
	top: 6px;
	z-index: 3;
	overflow: hidden;
	background-image:  url(../imgs/navegacion/contacta.jpg);
}

#navLinks
{
	width:37px;
	height:10px;
	position: absolute;
	left: 794px;
	top: 6px;
	z-index: 3;
	overflow: hidden;
	background-image:  url(../imgs/navegacion/links.jpg);
}

#navIntro
{
	width:73px;
	height:8px;
	position: absolute;
	left: 765px;
	top: 27px;
	z-index: 3;
	overflow: hidden;
	background-image:  url(../imgs/navegacion/intro.jpg);
}
