body {
  background: url(../imagenes/fondo_page_restaurante.jpg) repeat-x;
  background-color: #820733;
  font-family: Verdana, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

html,body{
  _height:100%;
}

/* *************************************************************** ESTRUCTURA */

.container {
  background: url(../imagenes/fondo_greca.png);
  height: 100%;
}

.container_restaurante {
  background: url(../imagenes/restaurante_fondo_content.png) no-repeat;
  width: 976px;
  margin: auto;
  min-height: 570px; 
  _height: 570px;
}

.container_restaurante .logos {
  position: absolute; 
  background: url(../imagenes/logo_restaurante_inn.png) no-repeat;
  width: 208px;
  height: 216px;
  z-index: 1; 
  padding: 0px 0px 0px 225px;
  margin-left: 62px;
}

.container_restaurante .logos img {
  border: 0px solid;
}

.container_restaurante .derecha {
  position: absolute; 
  margin-left: 590px; 
  margin-top: 0px;
  z-index: 1; 
  width: 400px;
}

.container_restaurante .derecha .menu {
  background: url(../imagenes/banquetes_fondo_menu.png) no-repeat;
  width: 324px;
  height: 427px;
  padding: 40px 0px 0px 20px;
}

.container_restaurante .derecha .menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 12px;
}

.container_restaurante .derecha .menu ul li {
  margin: 0px;
  padding: 0px 0px 5px 80px;
  width: 180px;
}

.container_restaurante .derecha .menu ul li.a {
  background: url(../imagenes/senalador_granate_01.jpg) no-repeat 40px 3px;
  _height: 18px;
}

.container_restaurante .derecha .menu ul li.b {
  background: url(../imagenes/senalador_granate_02.jpg) no-repeat 40px 3px;
  _height: 18px;
}

.container_restaurante .derecha .menu ul li.c {
  background: url(../imagenes/senalador_granate_03.jpg) no-repeat 40px 3px;
  _height: 18px;
}

.container_restaurante .derecha .menu ul li.d {
  background: url(../imagenes/senalador_granate_04.jpg) no-repeat 40px 3px;
  _height: 18px;
}

.container_restaurante .derecha .menu ul li.e {
  background: url(../imagenes/senalador_granate_05.jpg) no-repeat 40px 3px;
  _height: 18px;
}

.container_restaurante .derecha .menu ul li.f {
  background: url(../imagenes/senalador_granate_06.jpg) no-repeat 40px 3px;
  _height: 18px;
}

.container_restaurante .derecha .menu ul li.g {
  background: url(../imagenes/senalador_granate_07.jpg) no-repeat 40px 3px;
  _height: 18px;
}

.container_restaurante .derecha .menu ul li a {
  text-decoration: none;
  color: #FFF;
}

.container_restaurante .derecha .menu ul li a:hover {
  text-decoration: underline;
  color: #FFF;
}

.container_restaurante .derecha .menu ul ul {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px -80px;
}

.container_restaurante .derecha .menu ul ul li a {
  color: #b1043d;
}

.container_restaurante .derecha .menu ul ul li a:hover {
  color: #b1043d;
}

.container_restaurante .derecha .images {
  float: left;
  background: url(../imagenes/restaurante_fondo_image.png) no-repeat;
  width: 307px;
  height: 307px;
  padding: 29px 0px 0px 29px;
  margin: 10px 0px 0px 0px;
  font-size: 12px;
}

.container_restaurante .derecha .images a {
  color: #b1043d;
  font-weight: bold;
}

.container_restaurante .derecha .images img {
  border: 0px solid;
}


.container_restaurante .header {
  padding: 45px 0px 0px 48px;
}

.container_restaurante .content {
  font-size: 12px;
  font-family: "Trebuchet MS";
  width: 880px;
  margin: 0px 0px 0px 48px;
  background: #efefef url(../imagenes/banquetes_fondo_content_inn.gif);
}

.container_restaurante .content .content_inn {
  width: 490px;
  padding: 20px 30px 20px 30px;
  background-image: url(../imagenes/banquetes_fondo_content_inn.png);
  background-repeat: no-repeat;
  background-position: bottom left
}

.container_restaurante .content .content_inn .title {
  font-size: 11px;
  color: #3b3b3b;
}

.container_restaurante .content .content_inn .subtitle {
  font-size: 18px;
  color: #7a032a;
}

.container_restaurante .content .content_inn .subtitle h1{
  font-size: 18px;
}

.container_restaurante .content .content_inn .text {
  padding: 15px 10px 0px 20px;
  min-height: 450px;
  _height: 450px;
}

.container_restaurante .content .content_inn .text a {
  color: #7a032a;
}

.container_restaurante .content .content_inn .text a:hover {
  text-decoration: none;
}

.footer {
  clear: both;
  padding: 20px 0px 30px 0px;
  width: 880px;
  margin: auto;
  font-size: 11px;
  color: #FFF;
  text-align: center;
  line-height: 160%;
  background: url(../imagenes/restaurante_fondo_footer.jpg) no-repeat;
}

.footer a {
  color: #FFF;
}

.footer a:hover {
  text-decoration: none;
}

#simplegallery1 {
  z-index: 0;
}

/* ESTILOS PROPIOS DEL CONTENIDO: FORMULARIOS --------------------------- */

form {
  margin: 0px;
  padding: 0px;
}

.row {
  	clear: both;
  	padding-top: 5px;
  }

.row a {
  	text-decoration: none;
  	color: #F8012D;
  }

.row a:hover {
  	text-decoration: underline;
  	color: #000;
  }
  
.concept {
	width: 60px;
  	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
  }
  
.form {
  	float: left;
	text-align: left;
	font-size:10px;
  }

input, textarea {	
	font-size: 13px; color: #000; background-color: #FFF; border: 1px solid #999;
}

select {
	font-size: 10px; color: #000; background-color: #FFF; border: 1px solid #999;
}

.button {	
	font-size: 11px; font-weight: bold; color: #FFF; background-color: #7a032a; border: 1px solid #7a032a;
	cursor: pointer;
}

.validation-inline-error-message {
  font-size: 14px;
  color: #F00;
  font-weight: bold;
  padding: 0px 0px 0px 5px;
}

/* ESTILOS PROPIOS DEL CONTENIDO: Genéricos ----------------------------- */

.cleaner {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
}

hr {
	border: 0;
	color: #400719;
	background-color: #400719;
	height: 1px;
}

.foto_peq {
  float: left;
  background: url(../imagenes/fondo_foto_peq.png) no-repeat;
  width: 100px;
  height: 99px;
  padding: 11px 0px 0px 10px;
  margin: 10px 0px 0px 0px;
}

.foto_peq img {
  border: 0px solid;
  width: 90px;
  height: 90px;
}

.text_center {
  text-align: center;
}

.text_center img {
  border: 0px solid;
}

.foto_left {
  float: left;
  margin: 0px 15px 15px 0px;
}

.foto_right {
  float: right;
  margin: 0px 0px 15px 15px;
}

.destacado {
	font-weight:bold; 
  color: #B1043D; 
}

h5 {
  display: inline;
  font-size: 16px;
}

h6 {
  display: inline;
  font-size: 13px;
}

.text_right {
  text-align: right;
}
.img_menu_diario {
	float: right;
	margin: 8px;
	border: 1px solid black;
}

.tiny_style01 { font-size: 1.2em; }
.tiny_style02 { font-size: 1.4em; }
.tiny_style03 { color: #b1043D; font-weight: bold; }
.tiny_style04 { color: SteelBlue; font-size: 1.2em; font-weight: bold;}
