@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

body {
	background-color: #999999;
	padding: 0;
	margin: 0;
}

/** ZONA PRINCIPAL */
#main {
	background-color: #999999;
	background: #999999 url(../imagenes/fondo_main.gif) top repeat-x;
	width: 100%;
	height: 557px;
	position: relative;
	top: 30px;
}

#content {
	width: 801px;
	height: 559px;
	background: #FFFFFF url(../imagenes/fondo_content.jpg) center no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -400px;
}
/** FIN ZONA PRINCIPAL */

/** ZONA ENLACES */
#enlace_restaurante {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 216px;
	height: 54px;
}

#enlace_especial {
	position: absolute;
	bottom: 54px;
	right: 0px;
	display: block;
	width: 140px;
	height: 120px;
}

#enlace_titulo {
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -140px;
	display: block;
	width: 280px;
	height: 60px;
}
/** FIN ZONA ENLACES */

/** ZONA MENU **/
#menu {
	position: absolute;
	top: 408px;
	left: 57px;
	width: 100px;
	padding-top: 12px;
	padding-left: 5px;
	text-align: left;
}

#menu a {
	font-size: 10px;
	display: block;
	margin-bottom: 14px;
	text-decoration: none;
	line-height: 13px;
}

#menu a:hover {
}
/** FIN ZONA MENU **/


/** ZONA PIE **/
#pie {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 100%;
}

#pie b {
	font-size: 12px;
}

#pie b span, #pie_direccion a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#pie span {
	font-size: 10px;
	color: #999999;
}

#pie_enlaces {
	position: absolute;
	color: #FFFFFF;
	bottom: -20px;
	width: 100%;
	text-align: center;
}

#pie_enlaces a {
	color: #FFFFFF;
	text-decoration: none;
}
/** FIN ZONA PIE **/

