#page #content {
	position: relative;
	width: 750px;
}
#page #content #texto {
	position: relative;
	float: left;
	width: 420px;
	text-align: justify;
	line-height: 1.5em;
	left: 30px;
}
#page #content #fotos {
	position: relative;
	float: right;
	width: 250px;
	right: 20px;
}
#page #content #atras {
	position: relative;
	width: 18px;
	margin: 85px auto 25px auto;
}

