
H1
{
	FONT-SIZE: 1.5em;
	FONT-WEIGHT: bold;
	text-decoration: none;
	color: #555;margin:20px 0px 0px 0px;
}
H2
{
    FONT-SIZE: 1.3em;
	FONT-WEIGHT: bold;
	text-decoration: none;
	color:#BB6548;margin:0px;
	border-bottom:1px dotted #BB6548;margin:10px 0px 0px 0px;
}

H3
{
	FONT-SIZE: 1.2em;
	FONT-WEIGHT: bold;
	text-decoration: none;
	color: #555;WIDTH:100%;border-bottom:1px solid #999;margin:10px 0px 0px 0px;
}
H4
{
	FONT-SIZE: 1.1em;
	FONT-WEIGHT: bold;
	text-decoration: none;
	color: #555;margin:0px 0px 6px 0px;border-bottom:1px #999 solid
}

.estilo_h5 {
  
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.6em 0;
}

.sin_bordes{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


P {
	MARGIN: 8px 0px 8px 0px;
}

A {
	color:#9c6d64;
	text-decoration: none;
/*	background: none;*/
}

A:hover {
	color:#5b241a;
	text-decoration: underline;
/*	background: none;*/
}

#cuerpo-top{
width:918px; height:15px; padding: 10px 21px 6px 21px;margin:0px 0px 0px 0px;
background:transparent;text-align:left;
}

.link_menu {
	color:#905247;
	font-weight:bold;
	text-decoration: none;
}


.link_menu_actual {
	color:#955c0a;
	font-weight:bold;
	background: none;
	border-bottom:#955c0a 1px dotted;
}
.plato{width:590px;float:left;border-bottom:1px dotted #52291c;margin:4px 0px 0px 0px;height:12px}
.nplato{margin:0px 0px 0px 0px;border-bottom:1px solid #fff;height:12px;position:absolute;padding:0px 12px}
.precio{width:44px;float:left;text-align:right;padding:0px 6px;margin:4px 0px 0px 0px}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


