#casas {
	position: relative;
	width: 620px;
	padding-right: 5px;
	height: 523px;
	overflow: auto;
}

#casa1 {
   position: relative;
   width: 605px;
   padding: 0 0 20px 0;	
}

#casa2 {
   position: relative;
   width: 605px;	
}

#casa1 img, #casa2 img {
   float: left;	
   margin: 0 20px 10px 0;
}

#casa1 p, #casa2 p {
   text-align: justify;	
}

#casa1 p:first-of-type, #casa2 p:first-of-type {
	font-weight: bold;
   margin: 0 0 20px 0;	
}
