#mainContent {
    font-size:12px;
    background-color:#5B5D5F; /* home es la única que varía el background-color del #mainContent */
    width:794px;
}
/* center content */
#centerContent {
    background-color:#C7C7C7;
    
	float:left;
	width:540px;/*535px;*/
	overflow:hidden;
}
#mainContent > #centerContent {
  width:541px;
}
#centerContent div.mainImg {
    width:547px; height:390px;
    overflow:hidden;
}
#centerContent div.division {
	background:white url(../images/div-line.gif) scroll 0 2px no-repeat;

	height:5px;
  overflow:hidden;
}
#centerContent > div.division {
	background:white url(../images/div-line.gif) scroll bottom no-repeat;
}

#centerContent .contentBlock { margin:12px 18px 11px 22px; }
#centerContent .contentBlock h2 { margin-bottom:18px; }
#centerContent .contentBlock p { margin:0 0 15px 0; }
#centerContent div.bottomBorder {
	background:url(../images/bottom-corner.gif) bottom right no-repeat;

	height:17px;
	margin-top:-6px;
}

#findApart h2{
  color:White;
}

/* right sidebar */
#rightSidebar {
	color:#FEFEFE;

	float:right;
	width:249px;
}
#rightSidebar a {
	color:black;
	text-decoration:none;
}
#rightSidebar div { margin-bottom:4px; background-color:#3A3A3C; }
#rightSidebar #goApart {
	background-color:#4D5052;
	text-align:center;

	padding:22px 12px;
}
#rightSidebar #goApart #frmGoApart label {
  font-size:11px;
  font-weight:bold;
  
  margin-right:10px;
}
#rightSidebar #goApart #frmGoApart input.text {
  background-color:white;
	color:#283233/*#3C3C3C*/;
	border:1px solid #9FA9BB;
	font:13px Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight:bold;

	width:80px; height:16px;
  padding:2px;
}
#rightSidebar #goApart #frmGoApart input.button {
  width:26px;
  height:22px;
  margin-bottom:0;
}

#rightSidebar .featured {
	background-color:#3A3B3C;
	margin-bottom:20px;
}
#rightSidebar div.featured h3 { margin:4px 6px 2px 6px; }
#rightSidebar div.featured img.apartImg { width:249px; height:216px; }
#rightSidebar div.featured p.description { margin:3px 9px; }
#rightSidebar div.featured div.seeDetails {
	background:#FEFEFE;
	text-align:right;

	height:17px;
}
#rightSidebar div.featured div.seeDetails span.link { float:right; margin-right:5px; cursor:pointer; }
#rightSidebar div.featured div.seeDetails img { float:right; margin-right:6px; }

