body {
 background:#123973; 
margin-left:0px;
margin-top:0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#000033;
}

#container{
width: 650px;
/*background:#123973; */
background:#ffffff; 

text-align: left;
margin: 0px auto;
border-style:solid;
border-color:#123973;
border:0px 0px 0px 0px;
padding-bottom:0px;
clear:both;
}
#propertyHeader{
}
#propertyPicture{
margin-left:5px;
width:256px;
padding:0px;
vertical-align:middle;
background:#FFF;
border:1px solid #496896;
float:left;
margin-right:15px;
}
#propertyDescription{
	margin-top:5px;
}
#propertyDescription p{
	margin-top:5px;
}
#propertyDescription h3{
	margin-top:0px;
	margin-bottom:5px;	
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-weight:400;
	font-size:16px;
}
#propertyData{
	width:650px;
	height:180px;
	margin-left:0px;
	margin-right:0px;	
	clear:both;
	float:none;
	border-style:dashed;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;

}
#propertyData h3,#additionalPictures h3,#additionalFiles h3{
	margin-top:0px;
	margin-left:0px;
	background-color:#990000;
	text-align:center;
	font-size:14px;
	font-weight:300;
	margin-bottom:2px;
}
#propertyData #propertyInformation{
	width:190px;
	margint-left:0px;
	float:left;	
	margin-right:0px;
}
#propertyInformation p{
	margin-left:2px;
	text-align:justify;
}

a,a:visited {
	color:#CC0000;
}
a:hover{
	color:#0033FF;
}
a img{
	border-width:0px 0px 0px 0px;
}
#propertyInformation a:hover {
	text-decoration:none;
	color:#FFF;
}

#propertyData #floorMap{
	text-align:center;
	width:245px;
	float:left;	
}

#propertyData #flashMap{
	width:215px;
	float:left;
	clear:right;
}
#additionalPictures,#additionalFiles{
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-right:0px;
	padding-left:0px;	
}
#additionalPictures td{
	text-align:center;
}
#additionalPictures img{
	border-width:1px;
	border-style:dashed;
	border-color:#FFFFFF;
}

span.available, span.hold {
	font-size:18px;
}
span.available {
	color:#7B6;
	text-transform:uppercase;
}
span.hold {
	color:#FB2;
	text-transform:uppercase;
}
.centered{
	text-align:center;
}
.smalltext{
	font-size:x-small;
}
th{
margin-top:0px;
margin-left:0px;
background-color:#CCCCCC;
text-align:center;
font-size:14px;
font-weight:300;
margin-bottom:2px;
}
th{
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:dashed;
}


/* Para los calendarios */
.calendar td{
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
}
.reservedDay{
	background-color:#FF0000;
	color:#FFFFFF;
	
}	

.dayOnHold{
	background-color:#FFFF00;
	color:#000000;
	
}