* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#cabecera {
	widht: 450px;
	height: 90px;
	background-image: url(cabReservas.jpg);
	background-repeat: no-repeat;
}
#cabecera h1 span {
	position: absolute;
	top: -10000px;
}
#formulario {
	padding-left: 10px;
	width: 450px;
}
#confirmacion {
	width: 450px;
	height: 230px;
	text-align: center;
	padding-top: 130px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D796E;
	background-image: url(fondoConfirmacion.jpg);
	background-repeat: no-repeat;
}
#formulario form {
	margin: 0;
	padding: 0;
}
#formulario select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#formulario input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#formulario p {
	margin: 0;
	margin-bottom: 5px;
	font-size: 11px;
	color: #333;
}
#formulario p a {
	font-weight: bold;
	color: #c00;
	text-decoration: none;
}
#formulario p a:hover {
	text-decoration: underline;
}