body {
	background:#BA0000;
}

#cabecera {
	background: #BA0000 url("../img/cabecera_rojo.gif") 0 0 no-repeat;
}

#navegacion_restaurante {
	position:	relative;
	width: 220px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
}

#navegacion_restaurante a {
	text-decoration: none;
}

.titulorestaurante {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;

}

#restaurante_menu, #restaurante_carta, #restaurante_postres, #restaurante_cafes, #restaurante_vinos, #restaurante_combi, #restaurante_coctel {
	z-index: 100;
	position:	absolute;
	top: 160px;
	left: 230px;
	width: 390px;
	float: left;
	visibility: hidden;
	color: #BA0000;
	background: #FFCD32;
}

#restaurante_carta1 {
	z-index: 110;
	position:	absolute;
	top: 159px;
	left: 640px;
	width: 320px;
	float: left;
	visibility: hidden;
	color: #BA0000;
	background: #FFCD32;
}

ul {
	font-size: 1em;
}

#tituloactividad{
	font-size: 2em;
}