.clearfloat, .clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

img.alignMiddle
{
	vertical-align: middle;	
}

.mediaAlbumImage 
{
    float:left;
    margin-right:5px;
    margin-left:5px;
    margin-bottom:10px;
    text-align:center;
}

 .button
{
	font-weight: bold;
	cursor:pointer;
	position: relative;
	font-size: 10px;
}

.button:hover
{
	background-color: black;
}

.button .corner {
	position: absolute;
	width: 6px;
	height: 6px;
	background: url('/images/CornersButton.png') no-repeat;
	font-size: 0%;
}

.button .buttonInner
{
	padding:3px 10px;	
	margin: 0 auto;
}

.button .TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.button .TR {
	top: 0;
	right: 0;
	background-position: -6px 0;
}

.button .BL {
	bottom: 0;
	left: 0;
	background-position: 0 -6px;
}

.button .BR {
	bottom: 0;
	right: 0;
	background-position: -6px -6px;
}

#calendarLeftBtn
{
	background-image: url(/images/flecheG.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	height: 24px;
	width: 24px; 
}

#calendarRightBtn
{
	background-image: url(/images/flecheD.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	height: 24px;
	width: 24px;
}

.socialNetworks
{
	text-align: right;	
}

.promotionList .content 
{
	margin-left: 122px;
}

.promotionList .spacing 
{
	margin-top: 10px;
}

.promotionList #promoPrice 
{
	font-weight:bold;
}

.realEstateList .content 
{
	margin-bottom: 5px;
}

.realEstateList .spacing
{
	margin-top: 18px;
}

.realEstateList .watermark_box, .realEstateDetailSection .watermark_box {
position:relative;
display:block;
}
.realEstateList img.watermark, .realEstateDetailSection img.watermark{
position: absolute;
top: 4px;
left: 4px;
}


.realEstateDetailSection .realEstateRoomControl div
{
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.realEstateDetailSection .realEstateRoomControl div.roomType
{
	margin-top:10px;
	text-transform:uppercase;
	}
	
.realEstateDetailSection .realEstateRoomControl div.dynamicZone, .realEstateDetailSection .realEstateBuildingControl div.dynamicZone, .realEstateDetailSection div.dynamicZone
{
	float:left;
	width:50%
	}
	
.realEstateDetailSection .mainSection
{
	margin-bottom:18px;
}

.realEstateDetailSection .soldSection
{
	text-align:center; 
	color:Red; 
	font-size:14px;
	font-weight:bold;
}
