@import url(estilos.css);

body {
	margin: 0;
	padding: 0;
	background: #000000 no-repeat left bottom fixed url(/img/bienesraices/fondo.jpg);
	text-align: center;
	color: #fff;
	font-size: 12px;
	/*font-size: 76%;*/
	font-family: Verdana, Arial, sans-serif;
}

p {
	/*font-size: 1em;*/
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #757585;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ffffff;
	background-color: #757585;
	text-decoration: none;
}

#bienes {
	float: right;
	text-align: center;
}

#titulo {
	width: 218px;
	height: 28px;
	position: relative;
	margin: 30px auto 15px auto;
}
	
#titulo span {
	background: url(/img/bienesraices/titulo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#capitulos {
	margin: 10px auto;
}

#caja {
	width: 750px;
	min-height: 400px;
	position: relative;
}

#volver {
	position: absolute;
	top: 15px;
	left: 30px;
}

#nave {
	position: absolute;
	top: 140px;
	left: 90px;	
}

#texto {
	padding: 0 15px;
	text-align: left;
	width: 390px;
	height: 260px;
	overflow: auto;
	color: #fff;
	position: relative;
	padding-bottom: 60px;
}

a.inicial {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	padding: 0;
	background-image: url(/img/bienesraices/inicial_e.gif);
	background-repeat: no-repeat;
}

a.inicial span {
	display: none;
}

a.inicialt {
	display: block;
	float: left;
	width: 21px;
	height: 22px;
	margin-right: 5px;
	padding: 0;
	background-image: url(/img/bienesraices/inicial_t.gif);
	background-repeat: no-repeat;
}

a.inicialt span {
	display: none;
}

.separador {
	text-align: center;
	margin: 25px 0;
}

#creativecommons {
clear: both;
margin-top: 25px;
width: 390px;
color: #777;
font-size: 0.9em;
float: right;
}