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

body {background-image:url(../images/07.jpg); background-repeat:repeat;}

/*body {
	background-color: #FFD3A8;
} */

img {border:none;}
a {text-decoration:none; color:white;}
a:visited {text-decoration:none; color:white;}


#cuerpo {
	position:relative;
	background-color: #FFFFAE;
	margin: 0 auto;
	top: -15px;
	width:761px;
	height: 630px;
	border-left: #993A28 solid 1px;
	border-right: #993A28 solid 1px;
}

#izq {
	position:absolute;
	top: -15px;
	left: -15px;
	width:14px;
	height: 640px;
	background-image:url(../images/izq.jpg);
	background-repeat:repeat-y;	
}

#der {
	position:absolute;
	top: -15px;
	right: -14px;
	width:14px;
	height: 640px;
	background-image:url(../images/der.jpg);
	background-repeat:repeat-y;	
}

#logo {
	position: absolute;
	text-align:center;
	top: 5px;
	width: 761px;
	height: 162px;
	z-index:2;
	
}

#fondo_logo {
	position: absolute;
	text-align:center;
	top: 0px;
	width: 759px;
	height: 170px;
	z-index:1;
}

#carta {
	position: absolute;
	text-align:center;
	top: 63px;
	left: 4px;
	width: 140px;
	height: 104px;
	z-index:3;
}

#music {
	position: absolute;
	text-align:center;
	top: 150px;
	left: 4px;
	width: 18px;
	height: 18px;
	z-index:3;
}

#plats {
	position: absolute;
	top: 230px;
	text-align:center;
	width: 720px;
	height: 320px;
	left: 21px;
	z-index:3;
	visibility: visible;
	}
	
#comida {
	position: absolute;
	top: 230px;
	text-align:left;
	width: 720px;
	height: 320px;
	background-color:#FFFFAE;
	left: 21px;
	z-index:3;
	}

#galeria {
	position:absolute;
	top:10px;
	left:20px;
	width:400px;
	height:300px;
	background-color:#FFFFAE;
	z-index:3;
	}
	
#base {
	position: absolute;
	top: 213px;
	width:761px;
	height:355px;
	text-align:center;
	}
	
#mapa {
	position: absolute;
	top: 231px;
	left: 20px;
	height:320px;
	width:721px;
	text-align:center;
	font-family:Verdana;
	z-index:3;
	}
	
#mapa a {color:#993A28;}
#mapa a:visited {color: #993a28;}
#menu {
	position: absolute;
	top: 169px;
	text-align:center;
	width: 750px;
	z-index:5;
}

#idioma {
	position: absolute;
	border:none;
	top: 132px;
	right: 9px;
	width:77px;
	text-align:center;
	z-index:3;
	}
	
#final {
	position: absolute;
	background-color:#993A28;
	background-attachment:scroll;
	background-repeat: repeat-x;
	border:none;
	top: 575px;
	left: 0px;
	height: 50px;
	width:761px;
	z-index:1;
	background-image: url(../images/fonsfinal.jpg);
	}
	
#down {
	position:absolute; top:50px;
	left: 0px;
	width: 761px;
	height: 11px;
	background-image:url(../images/down.jpg);
	background-repeat:repeat-x;	
}

#esqder {
	position:absolute; top:50px;
	right: -11px;
	width: 11px;
	height: 11px;
	background-image:url(../images/esqder.jpg);
	}
	
#esqizq {
	position:absolute; top:50px;
	left: -11px;
	width: 11px;
	height: 11px;
	background-image:url(../images/esqizq.jpg);
	}

#resolucion {
	position: absolute;
	right: 10px;
	top: 30px;
	font-family:Verdana; color:white; font-size:9px;  text-align:right;
	z-index:3;
	}
	
#firma {
	position: absolute;
	left: 10px;
	top: 30px;
	font-family:Verdana;
	color:white;
	font-size:9px;
	text-align:left;
	z-index:4;
	}
	
#texte {
	position: absolute;
	top: 301px;
	text-align:left;
	width: 293px;
	height: 200px;
	left: 445px;
	color:#993A28;
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	}

#texte form {	font-family:Verdana;
				color:#993A28;
				margin:10px;
				font-size:10px;
				}
#texte a {color:#993A28; text-decoration:underline;}
#texte a:visited {color:#993A28;}
#texte input {font-family:Verdana; background-color: #993A28; font-size:10px; font-weight:bold; color: WHITE;}

#texte textarea {font-family:Verdana; background-color: #993A28; font-size:10px; font-weight:bold; color: WHITE;
				width:265px;
					height:120px; 
					}
					

