body {
	background-color: #FFCC66;
}
body,td,th {
	font-family: Lucida Calligraphy;
}
.Estilo_lema {
	font-family: Forte;
	font-size: x-large;
}
.Estilo_nota_contenido {
	font-size: small;
}
.Estilo_nota {
	color: #990000;
	font-weight: bold;
	font-style: italic;
	font-size: small;
}
.Estilo_titulo_restaurante {
	font-family: "Palace Script MT";
	font-size: 50px;
	font-weight: normal;
}
a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.Estilo_titulo_ACaldeira {
	font-size: 50px;
	font-weight: bold;
}
.Estilo_creadores {
	color: #FFFFFF;
	font-weight: normal;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo_contenido {
	font-size: 20px;
	text-align: justify;
}
.Estilo_pie_foto {font-size: 16px}
.Estilo_menu_carta {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.Estilo_plato {
	font-size: 20px;
	text-align: center;
}
.Estilo_plato_especificacion {
	font-size: smaller;
}
h1 {
	font-size: 40px;
}
h3 {
	color: #006600;
}
.Estilo_fecha_en_vigor {
	color: #990000;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}
.Estilo_tachado {
	text-decoration:line-through;
}
.Estilo_imagen_marco {
	border: 3px solid #006600;
}
.separador{
	margin-top: 50px;
	margin-bottom: 30px;
}
.boton{
/*float: left;*/
margin: 15px 10px;
width: 120px;
height: 40px;
text-align: center;
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight:bold;
}
.boton:first-child {
margin-top: 20px;
}
.boton:last-child{
margin-bottom: 20px;
}
/* Así se ve el botón en su estado normal (enlace) */
.boton a{
display:table-cell;
width: inherit;
height: inherit;
border: 5px outset limegreen;
border-radius: 20px 10px;
background-image: url("fondo_boton.png");
vertical-align: middle;
text-decoration:none;
color: yellow;
}
/* Cambios cuando se pasa el ratón por encima */
.boton a:hover{
font-style: italic;
}
/* Cambios cuando se hace click */
.boton a:active{
border-style: inset;
color: #FFCC66;
}

nav {
position:fixed;
}
