body{
	background: #fcf099 url('imgs/bg.gif') repeat-x scroll;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #703610;
	font-family: "Georgia", _serif;
	font-size: 12pt;
}

h2{
	margin: 0;
	padding: 0;
}

#contenedorprincipal{
	width: 900px;
	padding: 0 18px 0 16px;
	background: transparent url('imgs/bgmain.png') repeat-y center center scroll;
	margin: 0 auto;
	text-align: justify;
}

#cabecera{
	width: 900px;
	margin: 0;
	padding: 0;
}

#cabecera img{
	border: 0;
	margin: 0;
	padding: 0;
}

#contenido{
	min-height: 730px;
	margin: 0;
	padding: 0 2em 1em 2em;
	background: transparent url('imgs/pie_inicio.jpg') bottom left no-repeat;
}

#menu{
	width: 235px;
	float: right;
	padding: 0 0 0 25px;;
	background-color: transparent;
}

#menu a{
	width: 232px;
	height: 40px;
	color: white;
	padding-bottom: 7px;
	display: block;
	text-decoration: none;
}

#pie{
	text-align: center;
	width: 850px;
	margin-top: 400px;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
}

#pie a{
	color: #fff;
}

.inicio{
	background: url('imgs/boton1_inicio_on.jpg') no-repeat;
}

.inicio:hover{
	background: url('imgs/boton1_inicio_off.jpg') no-repeat;
}

.historia{
	background: url('imgs/boton2_historia_on.jpg') no-repeat;
}

.historia:hover{
	background: url('imgs/boton2_historia_off.jpg') no-repeat;
}

.platos{
	background: url('imgs/boton3_platos_on.jpg') no-repeat;
}

.platos:hover{
	background: url('imgs/boton3_platos_off.jpg') no-repeat;
}

.fotografia{
	background: url('imgs/boton4_fotografias_on.jpg') no-repeat;
}

.fotografia:hover{
	background: url('imgs/boton4_fotografias_off.jpg') no-repeat;
}

.noticias{
	background: url('imgs/boton5_noticias_on.jpg') no-repeat;
}

.noticias:hover{
	background: url('imgs/boton5_noticias_off.jpg') no-repeat;
}

.localizacion{
	background: url('imgs/boton6_localizacion_on.jpg') no-repeat;
}

.localizacion:hover{
	background: url('imgs/boton6_localizacion_off.jpg') no-repeat;
}

.contacto{
	background: url('imgs/boton7_contacto_on.jpg') no-repeat;
}

.contacto:hover{
	background: url('imgs/boton7_contacto_off.jpg') no-repeat;
}

