#contenedor {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 400px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contenedor #sub-logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D62D02;
	letter-spacing: 2px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}
#contenedor #direccion {
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #D22D00;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 400px;
	padding-top: 10px;
}
#reservas  {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #D22D00;
	text-align: right;
	height: 20px;
	padding-top: 10px;
	padding-left: 20px;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D22D00;
	padding-right: 5px;
}
.reservas_tit {
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 16px;
}
#reservas a:hover {
	color: #FFFFFF;
	background-color: #D52D00;
}
#reservas a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

.restaurante {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	letter-spacing: 2px;
	text-align: right;
	margin-right: 25px;
}
