div#properties_list {	
	width: 100%;
	
	}

div#properties_list_inner {	
	width: auto;	
	}	
	
div.list_title {
width:400px;
float:left;
}

div.orderbylist {
width:200px;
float:right;
text-align:right;
margin: 0 0 10px 0;
}

div.orderbylist select{
border: 1px solid #CCCCCC;
padding: 2px;
}

div#properties_list div.product {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;    
    padding: 1px;	
	width: auto;
	margin-bottom:10px;
    box-shadow: 0 1px 5px  grey;
	}

div#properties_list div.product_inner {
padding:10px;
background:transparent url('../img/product_bg.png') repeat-x center top;
}

.hl {
    background: url("../img/hl-dot.gif") repeat-x scroll center top transparent;
    clear: both;
    height: 2px;
    overflow: hidden;
    width: 100%;
}

div#properties_list div.product_bottom{
	background: url("../img/box-bgr2.gif") repeat-x scroll center top #F1F1F1;
   /* height: 22px;*/
    padding: 5px 18px;	
}

div#properties_list div.product_header {
width:100%;
float:left;
padding: 0px;
}

div#properties_list div.product_title {
	float: left;	
	}
div#properties_list div.product_title h1{
	border-bottom: none;
	}	
div#properties_list div.product_title h1 a{
text-decoration:none;
	}		
div#properties_list div.product_title h1 a:hover{
text-decoration: underline;
	}	
	
div#properties_list div.product_price {
	/*padding:10px;*/
	float: right;
	}
	
div#properties_list div.product img{
	padding: 2px;
	border: 1px solid #CCCCCC;
	}	

div#properties_list div.product div.image_details {	
	float: left;
	}
	/*
div#properties_list div.product div.details {	
	float: left;
	margin-left:10px;
	width: auto;
	}	
	*/
div#properties_list div.product table.table_productdetail {
	border: none!important;
	
	}

div#properties_list div.product table.table_productdetail tr{
	border: none;
	}
	
div#properties_list div.product table.table_productdetail td{
	border: none;
	
	}
	
div#properties_list div.product table.table_productdetail td.left{	
	width: 250px;
	}
div#properties_list div.product table.table_productdetail td.right{	
	width: 250px;
	}	
		
	
div#properties_list div.product div.details {
	width: 480px;
	float: right;
		
	}	
	
	
div#properties_list div.product div.data_left {
	width: 60%;
	float: left;
	}
	
div#properties_list div.product div.data_right {
	width: 40%;
	float: right;	
	}
	
div#properties_list div.product div.buttons {	
	height:18px;	
	}
	
	
	a.btnlnkDetail
{
    display:block;
	float:right;
	text-align:center; 
    width:118px;
    text-decoration:none;
    margin:0px 0px 0px 5px;
   /* background:transparent url('../img/btnlnkDetail.png') no-repeat top right; */    	
}
a.btnlnkDetail:hover{
text-decoration: underline;
}

	
	








div.calendarsmall {
	width:100%;
	display:block;
	font-size:80%;
	color:black;
	text-align:center;
	margin-top:0px;
	padding:0 0 0 0px;
	
}
div.calendarwrap table {
}

table.table_calendar {
border: hidden!important;
}
td.td_calendar{
	display:block;
	background-color:white;
	float:left;	
	margin:1px 1px 1px 1px;
}


table.table_month {
border: none!important;
	/*border: 1px solid #CCCCCC;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	
}


table.table_month table {
	border:1px solid white;
	/*padding:2px;*/
	text-align:center;
}
table.table_month td, th {
	padding:1px 1px 1px 1px;
	/*border: 1px solid #CCCCCC;*/
}
table.table_month td {
	width:16px;
	height:16px;
	text-align:center;
}

table.table_month td.empty {
background-color:#FFFFFF;
border: 1px solid #FFFFFF;
}
table.table_month td.fecha {
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
}

table.table_month td.available_0{
background-color: #33CC33;
border: 1px solid #CCCCCC;

}

table.table_month td.available_1 {
background-color: #33CC33;
border: 1px solid #CCCCCC;

}
table.table_month td.available_9 {
background-color: #CC0000;
border: 1px solid #CCCCCC;

color: #FFFFFF;
}
table.table_month td.fechaunavailable a{
color: #FFFFFF;
font-weight:bold;
}
table.table_month td.fechaavailable a{
color: #FFFFFF;
font-weight:bold;
}
table.table_month td.fechaunavailable a:hover{
color: #33CC33;
font-weight:bold;
}
table.table_month td.fechaavailable a:hover{
color: #CC0000;
font-weight:bold;
}


table.table_month th {background-color:#FFFFFF; color:black;
font-weight:bold;
}