html {
	margin: 0px;
	padding: 0px;
}

#contenido .menuright .pastilla form.bookingform{
	margin-top: 4px;
}
#contenido .menuright .pastilla form.bookingform *{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contenido .menuright .pastilla form.bookingform .linea{
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	vertical-align: top;
}
#contenido .menuright .pastilla form.bookingform .linea img{
	cursor: pointer;
}
#contenido .menuright .pastilla form.bookingform .fecha{
	width: 75px;
}
#contenido .menuright .pastilla form.bookingform input,
#contenido .menuright .pastilla form.bookingform select,
#contenido .menuright .pastilla form.bookingform option
{
	border: 1px solid #dbdbdb;
	color: #616161;
	padding: 0px;
	padding-left: 2px;
	background-color: #fff;
}
#contenido .menuright .pastilla form.bookingform option{
	border: 0px;
}
#contenido .menuright .pastilla form.bookingform .submit input{
	padding: 0px;
	border: 0px;
	background-image: url(img/bgbtnbooking.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin-left: 68px;
	width: 88px;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}
#cal1Envelope {
	position: relative;
}
#cal1Container {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
}
#cal2Envelope {
	position: relative;
}
#cal2Container {
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
}