@charset "UTF-8";
/* CSS Document */

.booking_container, #pais, #room{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.booking_container {
	width:250px;
	height:264px;	
	background-color:#ebebdb;
	
}
.booking_container2{
	margin:0 10px 0 10px;	
}
.titulo {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	letter-spacing:2px;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
}
/*********** aaa ***********/
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(http://calaluna.com/admin/booking/images/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
#boton {
	border:1px solid #CCC;
	width:80px;
	height:22px;
	font-weight:bold;
	background-color:#412e28;
	color:#FFF;
	letter-spacing:1px;
}
#label {
 color::#6e5a53;
}
.combo {
	font-size:12px;
	border:1px solid #CCC;
	width:40px;
}
#room {
	border:1px solid #CCC;	
	width:100%;
}
#start-date, #end-date {
	border:1px solid #CCC;
	height:16px;
	width:/*75*/90px;
}
 #pais{
	border:1px solid #CCC;
	width:100%;	 
 }
 /********* CSS BOOKING CHECKOUT PAGE *********/
.booking{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
	padding:20px;
	 
 }
 .booking_step3_container{	
	margin:0 auto;
	width:510px;
 }
 
  .tabla{	  
	border:1px solid #cec2aa;  
	background-color:#ddd9d1;
  }
  .summary{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	border:1px solid #cec2aa;  
	background-color:#efede9;
	padding:5px;	  
  }
  #summary_title{
	  color:#31221f;
	  font-weight:400;
  }
  #summary_h1{
	  font-weight:bold;
	  font-size:11px;
	  padding-bottom:5px;
  	  color:#31221f;
  }
  .payment_box{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	border:1px solid #cec2aa;  
	background-color:#efede9;
	padding:5px;
  }
  #summary_price{
	  color:#c03200;
	  font-size:16px;
	  text-align:right;
  }
  #summary_notes{
	  font-size:10px;
	  font-style:italic;
  }
.topline{
	border-top:1px solid #fff;
}

  .fullSummary{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	border:1px solid #cec2aa;  
	background-color:#efede9;	
	width:300px;
  }