html {
	background:url(../img/bg-solicitud.jpg) #73b7ec bottom center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#content .title {
	overflow:hidden;
	border-bottom:1px solid #756d4f;
	overflow:hidden;
	margin-bottom:10px;
}
#content .solicitud .texto {
	margin:0px;
}
#content .solicitud .title h1 {
	background-image:url(../img/solicitud/solicitud-en.gif);
}
#content .solicitud h2 {
	color:#756d4f;
	padding:0px 0px 10px 20px;
	border-bottom:1px solid #756d4f;
	margin-bottom:20px;
}
.solicitud #menu-solicitud {
	border-bottom:1px solid #756d4f;
	padding:0px 0px 10px 20px;
	margin-bottom:20px;
	}
.solicitud #menu-solicitud li a {
	padding:0px 6px 0px 2px;
	text-decoration:none;
	cursor:pointer;
	}
	.solicitud #menu-solicitud li a:hover,.solicitud #menu-solicitud li a.current {
		background:#756d4f;
		color:#fff;
		cursor:pointer;
	}
#content .solicitud .alquileres, #content .solicitud .compra {
	padding:0px 0px 20px 0px;
}
#content .solicitud .alquileres table, #content .solicitud .compra table {
	width:500px;
	margin:0px auto;
	}
	#content .solicitud .alquileres table td, #content .solicitud .compra table td {
		padding:3px;
		vertical-align:top;
		white-space:nowrap;
	}
#content .alquileres input, #content .compra input {
	width:140px;
}
#content #anombre, #content #cnombre, #content #anombre, #content #ccalado, #content #adatos, #content #cdatos {
	width:390px;
	width:98%;
}
#content .solicitud .btn {
	padding:10px 0px;
	width:500px;
	margin:0px auto;
	text-align:right;
	}
	#content .solicitud .btn input {
		width:auto;
	}
#content .solicitud .last {
	text-align:right;
}
#content .mensaje {
	background:#756d4f;
	color:#fff;
	padding:10px 20px;
	margin-bottom:20px;
	}
	#content .mensaje p {
		color:#fff;
	}
	
	

/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron>, MIT Style License. */

input.calendar,
select.calendar {
	width: 99px;
}

button.calendar {
	background: url("../img/calendar/calendar-icon.gif");
	border: 0;
	cursor: pointer;
	height: 20px;
	margin-right: 6px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url("../img/calendar/calendar.png");
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font-size:12px;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url("../img/calendar/calendar-prev.gif");
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url("../img/calendar/calendar-next.gif");
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font-size:12px;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url("../img/calendar/calendar-td.gif");
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url("../img/calendar/calendar-valid.gif");
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.inactive {
		background: url("../img/calendar/calendar-td.gif") 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url("../img/calendar/calendar-valid.gif") 0 100%;
		color: #FFF;
		cursor: pointer;
	}
