#mainContent p { margin:0; }
div.fatLine  { margin-left:9px; margin-right:9px; }
div.thinLine { margin-left:9px; margin-right:9px; }


/* title */
#title { padding-left:35px; }
#title h3 { color:#FBA618; }

/* términos */
#terminosContainer {
  display:none;
}
#terminos {
  background-color:#C7C7C7;
  width:100%; height:100%;
  overflow:auto;
}
#terminos #terminos-inside {
	margin:25px 30px;
}
#terminos-inside h2 {
  margin:0 0 18px 0;
}
#terminos-inside p {
  margin:0 0 16px 0;
  line-height:16px;
}
h6{
	font-weight:bold;
	padding-left:12px;
}
#close-button{
	float:right;cursor:pointer;margin:-2px 0 0 0;
}

/* reservation */
#reservation #introText { margin:24px 33px; }
#reservation #apartment { margin:0 9px; }
#reservation #apartment #apartPic { float:left; }
#reservation #apartment #apartPic img { width:207px; height:155px; }
#reservation #apartment #apartDetails {
	float:right;
	margin:0 18px 0 12px;
  overflow:hidden;
}
#reservation > #apartment > #apartDetails {
  margin-right:8px;
}
#reservation #apartment #apartDetails div.medLine {
	margin-top:23px;
  margin-left:2px;
  margin-right:2px;
}
#reservation > #apartment > #apartDetails > div.medLine {
	margin-top:15px;
  margin-left:0;
  margin-right:0;
}
#reservation #apartment #apartDetails #aptStreet {
	border-right:2px solid #888C8D;
	
	float:left;
	margin-top:13px;
	width:354px;
}
#reservation #apartment #apartDetails #aptCode {
	text-align:center;
	padding-top:24px;
}
#reservation #apartment #apartDetails #apartPrice table {
  width:100%;
	height:50px;
	margin:0;
}
#reservation > #apartment > #apartDetails > #apartPrice > table {
  margin:0 -2px;
  width:544px;
}
#apartPrice table th, #apartPrice table td {
	font-size:10px;
	font-weight:bold;
	text-align:center;

	padding:5px;
	width:86px;
	height:22px;
}
#reservation #frmReservation {
	font:11px Verdana, Geneva, Arial, helvetica, sans-serif;
}
#reservation #frmReservation br { clear:left; }
#reservation #frmReservation fieldset { border:none; }
#reservation #frmReservation label,#reservation #frmReservation .label {
	text-align:right;
	
	float:left;
	width:216px;
	padding:14px 20px 14px 0;
}
#reservation #frmReservation label.floatNone {
	float:none;
}
#reservation #frmReservation input, #reservation #frmReservation textarea { margin-top:10px; }
#reservation #frmReservation select {
	border:1px solid #5B5C60;
	font:11px Verdana, Geneva, Arial, helvetica, sans-serif;	
	margin-top:12px;
	margin-right:8px;
}
#reservation #frmReservation select.selBig   { width:132px; }
#reservation #frmReservation select.selMed   { width:115px; }
#reservation #frmReservation select.selSmall { width:50px; }
#reservation #frmReservation input.fldRadio { margin-top:11px; }
#reservation > #frmReservation > fieldset > span > input.fldRadio { margin-top:15px; }
#reservation #frmReservation input.fldText { height:16px; }
#reservation #frmReservation input.fldText,#reservation #frmReservation textarea {
    background-color:white;
	font:11px Verdana, Geneva, Arial, helvetica, sans-serif;
	border-top:		2px solid #5C5D5F;
	border-right:	2px solid #5C5D5F;
	border-bottom:1px solid #E4E4E4;
	border-left:	1px solid #E4E4E4;

	width:270px;
	padding:2px;
}
#reservation #frmReservation textarea {
    height:80px;
    margin-bottom:8px;
}
#reservation #frmReservation #btReserv {
	background-color:gray;
	text-align:center;

	margin:20px 4px 4px 4px;
}
#reservation #frmReservation #btReserv input.submit {
	margin:17px 0;
}
#reservation #frmReservation span {
	border:1px solid #C7C7C7;

	padding:4px 0 5px 8px;
	margin-left:-6px;
}
#reservation #frmReservation span.error, #reservation #frmReservation div.error {
	background-color:#FFDDDD !important;
	border:1px dashed red !important;
}
#reservation #frmReservation input.error, #reservation #frmReservation textarea.error { background-color:#FFDDDD !important; }
#reservation #frmReservation p.tituloError {
	color:red !important;

	display:inline;
	margin-left:15px;
}
#reservation #frmReservation p.error {
	color:red !important;

	display:inline;
	margin-left:236px;
}

