#middle_ctn {
	position: relative;
	color: #000000;
	background: #FFFFFF;
	width: 100%;
}
#show_reservas {
	position: absolute;
	left: 670px;
	width: 195px;
	height: 30px;
	top: 15px;
	cursor: pointer;
}
#reservas_ctn {
	position: absolute;
	left: 670px;
	padding: 10px;
	top: 0;
	color: #333333;
	font-size: 9px;
	background: #f5f5f5;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}