body{
	padding:0;
	margin:0;
	font-family: Verdana,_sans;
	font-size: 10pt;
	color: black;
	background: #e0e0e0 url('imagenes/pagina/bg.jpg') repeat-x scroll 200px 0px;
}
a, a:visited{
	color: #8E7B12;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
#cabecera{
	background: url('imagenes/pagina/fondocabecera.png') center top repeat-y #fff;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 200px;
}

#menu{
	height: 50px;
	width: 100%;
	background: url('imagenes/pagina/bg_menu.jpg') repeat-x
}

#enlacesmenu{
	width: 800px;
	padding-top: 18px;
	margin: 0 auto;
}

.itemmenu{
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin-right: 1em;
}

a.itemmenu, a.itemmenu:visited{
	color: #fff;
	text-decoration:none;
}

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


.itemidioma{
	float: right;
	margin-left: .5em;
}

.itemidioma img{
	border: 0;
}

#contenidocentral{
	display:block;
	background: url('imagenes/pagina/fondocabecera.png') center top repeat-y transparent;
	margin: 0 auto;
	width: 850px;
	padding: 0 12px 0 12px;
}

#barralateral{
	position: absolute;
	width: 255px;
	float: left;
	margin: 0;
	padding: 0;
	background: #6c6853;
}

#barralateral img{
	margin: 0;
	padding: 0;
	border: 0;
}

.textobusqueda{
	width: 200px;
	height: 43px;
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	background: url('imagenes/pagina/lupa.jpg') top left no-repeat;
	display: block;
	padding-left: 55px;
	padding-top: 12px;
}

#formulariobusqueda{
	padding-left: 15px;
	float: left;
}

#formulariobusqueda select{
	width: 180px;
	margin: 0 23px 5px auto;
}

.botongraph{
	border: 0;
	background: url('imagenes/pagina/fondoboton.png') transparent;
	width: 100px;
	height: 21px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	float: right;
	margin-right: 25px;
	margin-top: 5px;
}

.busquedavanzada{
	float: right;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
	color: white;
}

#contenido{
	float: left;
	padding-right: 1em;
	margin-left: 260px;
	min-height: 750px;
}

#pie{
	background: url('imagenes/pagina/fondocabecera.png') center top repeat-y transparent;
	margin: 0 auto;
	height: 45px;
}

#contenidopie{
	width: 850px;
	text-align: center;
	border-top: 3px solid #7f7f7f;
	background: #fff;
	color: black;
	padding: 12px 0 0 0;
	font-weight: bold;
	font-size: .75em;
	height: 30px;
}

#contenidopie a, #contenidopie a:visited{
	color: black;
	text-decoration: none;
}

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

#listadoviviendas{
	list-style-type: none;
}

#listadoviviendas li:hover{
	cursor: pointer;
}

#listadoviviendas li{
	float: left;
	margin: 0 0 10px 10px;
	padding: 10px 10px;
	width: 233px;
	height: 240px;
	background: url('imagenes/pagina/fondolistadoviviendas.png') no-repeat transparent;
	font-weight:bold;
}

#listadoviviendas li h3{
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#listadoviviendas li img{
	width: 197px;
	height: 116px;
	margin-left: 18px;
}

#listadoviviendas li p{
	margin:0;
	padding:0
}

#listadoviviendas li ul{
	margin: .5em;
	padding-left: 18px;
	float: left;
}

#listadoviviendas li ul li{
	float:none;
	padding: 0;
	background: transparent;
	height: 1em;
	margin: 0;
}

.precio{
	vertical-align:baseline;
	font-size: 1.5em;
}

#cabeceravivienda{
	text-align:right;
	border-bottom: 5px solid #7f7f7f;
	font-weight: bold;
	width:575px;
}

#fotosvivienda{
	margin: 15px 0 15px 0;
}
#fotosvivienda a,#fotosvivienda a:visited{
	background: transparent;
	color:#D8D0A6;
	text-decoration:none;
}

#fotosvivienda img{
	border: 0;
}

.fotogrande{
	width:247px;
	height:222px;
	padding: 0 8px 8px 0px;
	background: url('imagenes/pagina/fondofotogrande.png') no-repeat top left transparent;
	float: right;
	margin: 0 5px 5px 0;
	clear: right;
}

.fotopeqena{
	width: 114px;
	height: 63px;
	padding: 0 6px 6px 0px;
	background: url('imagenes/pagina/fondofotopeq.png') no-repeat top left transparent;
	float: right;
	margin: 0 10px 10px 0;
}

.botongrande{
	display: block;
	width: 260px;
	height: 25px;
	padding-top: 3px;
	padding-left: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url('imagenes/pagina/botongrande.png') no-repeat top left transparent;
	font-weight: bold;
	margin-bottom: 5px;
}

#descripcion table td{
	width: 45%;
	padding: 5px;
	padding-bottom:15px;
}
