html, body {  
	height:100%;  
	margin:0;  
}  
body {
	position:relative;
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	min-width:800px;  
	min-height:600px;

}

.Cuerpo {
	position: absolute;
	width: 800px;
	height:600px;
	left: 50%;
	top: 50%;
	margin-left:-400px;
	margin-top: -300px;
	border: thin outset #CCCCCC;
	background-image: url(../Imagenes/ComedorBN.jpg);
	background-repeat: no-repeat;
	text-align: center;
	visibility: inherit;
	overflow: hidden;
}
.Cabecera {
	width: 100%;
	background-color: #FFF;
	height: 100px;
	overflow: visible;
}


.Contenido {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	height: 420px;
	vertical-align: middle;
	display: table-cell;
}
.FinalPagina {
	width: 100%;
	clear: both;
	font-size: 12px;
	background-color: #FFF;
	height: 80px;
}
.Barra {
	line-height: 10px;
	background-color: #E1A020;
	font-size: 10px;
}

form {
  padding:10px;
  font:11px Arial,sans-serif;
  text-align:left;
  color: #837C60;
  border-bottom:1px dotted #8D8E6F;
  border-top:1px dotted #8D8E6F;
}
#menu {
	margin:0px 30px;
	width:auto;
	text-align: center;
}

#menu a {
	display:inline;
	margin:0px;
	padding:0px 9px;
	font-weight: bold;
	line-height:24px;
	color:#505050;
	text-decoration:none;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	font-family: Arial, sans-serif;
	font-size: 13px;
	background-color: #FFC;
}
#menu a:hover {
	color:#fff;
	background-color: #630;
  }
.Restaurante {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #E38800;
	line-height: 26px;
	letter-spacing: 2px;
}
.Florentino {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
	color: #A33E00;
	font-weight: bold;
	font-style: italic;
	line-height: 32px;
	letter-spacing: 1px;
}
.Sombra{
	text-shadow: 1px 1px 1px #400000, -1px 1px 1px black, 1px -1px 1px #400000, -1px -1px 1px #400000, 0px 1px 1px #400000, 1px 0px 1px #400000, -1px 0px 1px #400000, 0px -1px 1px #400000;
	filter: Glow(Color=#400000, Strength=2);
	height:0;
}
.Dir {	color: #663300;
	font-weight: bold;
	font-size: 12px;
}
.Tel {
	font-size: 18px;
	text-align: right;
	color: #630;
	font-weight: bold;
	font-style: italic;
}
.Texto {
	font-family: "Times New Roman";
	font-size: 14px;
	text-align: justify;
}
.Titulo {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.TextoD {
	font-family: "Times New Roman";
	font-size: 14px;
	text-align: right;
}
.Titulo20 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.saltopagina {page-break-after: always;}
.TextoC {
	font-family: "Times New Roman";
	font-size: 14px;
	text-align: center;
}
