@charset "utf-8";
/* CSS Document */

html, body {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica;
	color:#ededed;
	background-color:#000;
	margin : 0;
	padding : 0;
	text-align: center;
	height:100%;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	margin : 0;
	padding : 0;
	list-style:none;
}
li {
	margin : 0;
	padding : 0;
	list-style:none;
}
img {
	border:0;
	margin:0;
	padding:0;
}
a {
	color: #533D0F;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
h1 {
	font-size:24px;
	color:#533D0F;
	font-weight:bold;
	margin:0;
	padding: 0 0 0 20px;
}
h2 {
	margin:0;
	padding: 10px 0 0 20px;
	font-size:16px;
	color:#A99E2B;
}
h3 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#CCC;
}
h4 {
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica;
	color:#666600;
	font-weight:bold;
	margin:0;
	padding:30px 30px 0 0;
	text-align:right;
	letter-spacing:1px;
}
/*------------------Definición estructura de la página---------------------*/
#cabecera {
	width:100%;
	height:180px;
	background:url(../img/fondo.jpg) repeat left top;
	border-top:#A99E2B 2px solid;
	border-bottom:#A99E2B 4px solid;
}
#cab {
	width:1000px;
	margin: 0 auto;
	text-align:left;
}
#logotipo {
	width:450px;
	float:left;
	text-align:left;
}
#borde {
	width:100%;
	min-height:560px;
	height:auto !important; /* Hack para ie */
	height:560px;
	background:url(../img/bg.jpg) repeat-y top center;
}
#contenedor {
	width:1000px;
	min-height:560px;
	height:auto !important; /* Hack para ie */
	height:560px;
	margin: 0 auto 0 auto;
}
#izq {
	width:250px;
	float:left;
	text-align: center;
	padding:50px 0 0 0;
}
#centro {
	width:500px;
	float:left;
	padding:20px 5px 0 10px;
	text-align:left;
	color:#333333;
}
#dcha {
	width:214px;
	float:right;
	text-align:left;
	padding: 20px 10px 0 10px;
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica;
}
#dcha ul {
	margin:10px 0 0px 10px;
	padding: 0 0 10px 0;
}
#pie {
	width:100%;
	clear:both;
	color:#fff;
	padding-top:10px;
	border-top:#303030 5px solid;
}
.pie_inner {
	width:960px;
	height:50px;
	margin:0 auto;
}
.pie_copy {
	width:400px;
	float:left;
	text-align:left;
	color:#999;
	font-size:11px;
	letter-spacing:1px;
}
.pie_copy a {
	color:#999;
	font-size:11px;
}
.pie_copy a:hover {
	color:#ccc;
}
.pie_copy em {
	font-size:11px;
}
.pie_menu {
	width:400px;
	float:right;
	text-align:right;
}
#titulo {
	height:135px;
	background:url(../img/bg_titulo.jpg) no-repeat top center;
}
#texto {
	width:460px;
	height:320px;
	overflow:auto;
	padding:0 20px;
	letter-spacing:1px;
	background-color:#FFF;
}
#texto p {
	margin-bottom:10px;
}
#texto_img {
	height:70px;
	background:url(../img/bg_texto.jpg) no-repeat bottom center;
}
.sangria {
	text-indent:50px;
}
.firma {
	text-align:center;
	margin-top:40px;
	text-indent:0px;
}
/*****************************************************************************************/
/*****************************************************************************************/
/*------------------------------- Menú horizontal ---------------------------------------*/
/*****************************************************************************************/
/*****************************************************************************************/
#menu {
	width:550px;
	height:180px;
	float:right;
	line-height:normal;
	font:bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#menu ul {
	margin:0;
	padding:65px 0 0 0px;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
}
#menu a {
	float:left;
	background:url("../img/menu_left.jpg") no-repeat left top;
	margin:0 0 0 0px;
	padding:0 0 0 20px;
	text-decoration:none;
}
#menu a span {
	float:left;
	display:block;
	background:url("../img/menu_right.jpg") no-repeat right top;
	padding:15px 23px 15px 0px;
	color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#FFF;
}
#menu a:hover {
	background-position:0% -50px;
}
#menu a:hover span {
	background-position:100% -50px;
	color:#533D0F;
}
#menu #current a {
	background-position:0% -50px;
}
#menu #current a span {
	background-position:100% -50px;
	color:#533D0F;
}
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/
.platos {
	text-align:center;
	letter-spacing:1px;
}
.precios {
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
}
.subraya {
	background: url(../img/raya_dcha.jpg) no-repeat bottom;
}
.horario {
	padding-bottom:0;
}
.pie_menu a:link, .pie_menu a:visited {
	padding: 0;
	text-decoration: underline;
	color: #fff;
	font-size:14px;
	letter-spacing:1px;
}
.pie_menu a:link.activo, .pie_menu a:visited.activo, .pie_menu a:hover {
	color: #666;
	text-decoration: underline;
}
#texto ul {
	margin:0 0 0 15px;
	padding:0;
}
#texto li {
	float: left;
	margin: 2px 2px 7px 2px;
	padding:0;
	width:140px;
	height:140px;
	text-align:center;
}
#texto li a img{
	border:#533D0F 3px solid;
}
#texto li a:hover img{
	border: #A99E2B 3px solid;
}

#dcha a, #dcha a:link {
	color:#ededed;
	text-decoration:none;
}
#dcha a:hover {
	color:#666;
	text-decoration:none;
}
/**********************************************************************************
********************************* FORMULARIOS *************************************
**********************************************************************************/
form, label, input, textarea {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
form {
	width:100%;
}
label {
	width:60px;
	float:left;
	text-align:right;
	margin-right:3px;
	letter-spacing:1px;
}
input, textarea {
	background-color:#F9F8E6;
	border:#A99E2B 1px solid;
	padding-left:5px;
}
#formulario {
	width:460px;
	height:380px;
	overflow:auto;
	padding:0 20px;
	background:url(fotos/fondo_contactar.jpg) top no-repeat #fff;
}
#form_content {
	margin:20px 0 0 20px;
	width:400px;
}
#form_content ul {
	list-style:none;
	margin:0;
	padding:0;
}
#form_content ul {
	margin:0 0 5px 0;
	padding:0;
}
#form_content li {
	margin:0 0 5px 0;
	padding:0;
}
.botones {
	width:250px;
	float:right;
}
.boton {
	background:url(../img/boton.gif) no-repeat center;
	width:80px;
	height:30px;
	border:none;
	cursor:pointer;
	font-size:14px;
}
.fValidator-msg {
	color:#990000;
	font-size:10px;
	margin-left:70px;
}
.aviso {
	width:350px;
	height:250px;
	margin:40px auto 0 auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#000000;
}
.aviso span {
	color:#990000;
}
.volver {
	background:url(../img/boton.gif) no-repeat center;
	width:80px;
	height:30px;
	border:none;
	cursor:pointer;
	margin:20px auto;
	padding-top:10px;
	font-size:14px;
	letter-spacing:normal;
}
.volver a, .volver a:link {
	font-weight:normal;
	text-decoration:none;
}
.volver a:hover {
	color:#666666;
}
.msg_form {
	text-align:center;
	font-weight:bold;
	margin:20px 0;
}
.menor {
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica;
	font-style:italic;
	font-weight:normal;
}