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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
	background-color: #000000;
}
#contenedor {
	height: 600px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#contenido {
	height: 600px;
	width: 800px;
	background-image: url(../imagenes/fondo_reservas.jpg);
	background-repeat: no-repeat;
}

#columna_reservas  {
	display: block;
	width: 420px;
	height: 465px;
	position: relative;
	top: -46px;
	left: 300px;
	z-index: 2;
}

#columna_reservas  p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 12px;
	padding-right: 20px;
	padding-top: 8px;
}

#volver {
	position: relative;
	width: 157px;
	z-index: 3;
	height: 102px;
	left: 0px;
	float: left;
	top: 15px;
}
#volver a {
	background-image: url(../imagenes/botones/bt_logovolver.jpg);
	height: 102px;
	width: 157px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -5000px;
}
#volver a:hover {
	background-position: bottom;
}






#pie {
	width: 800px;
	margin-top: 20px;
}

#pie p {
	font-size: 11px;
	float: left;
}
#pie a {
	color: #575757;
}
#pie ul {
	font-size: 11px;
	list-style-type: none;
	float: right;
}
#pie ul li {
	float: left;
	padding-left: 10px;
}
#titulo_reservas {
	background-image: url(../imagenes/titulos/titulo_centralreservas.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 216px;
	text-indent: -5000px;
	margin-bottom: 10px;
	display: block;
}
#botonreservas {
	height: 102px;
	width: 102px;
	position: relative;
	top: 335px;
	left: 158px;
}
#botonreservas a {
	text-indent: -5000px;
	display: block;
	height: 102px;
	width: 102px;
	background-image: url(../imagenes/botones/bt_reserva.jpg);
	background-repeat: no-repeat;
}
#botonreservas a:hover {
	background-position: bottom;
}
#titulo_formulario {
	background-image: url(../imagenes/titulos/titulo_formulariocontacto.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 273px;
	text-indent: -5000px;
	margin-bottom: 10px;
	display: block;
}
