/* CSS Document */
html {
	padding: 0 0 101px 0;
	background: #000000;
	overflow: auto;
	max-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../img/fondo.jpg) #000000 no-repeat center top;
	color: #FFFFFF;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a { color: #FFFFFF; }

a:hover, #footer a:hover {
	color: #FFCC00;
	font-weight: bold;
}

input, select, textarea {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#contenedor {
	background: url(../img/fondo_contenedor.jpg) no-repeat center top;
	height: 600px;
	width: 1030px;
	position: relative;
}

#fondo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

#bottom {
	margin: 0;
	padding: 0;
	background: url(../img/fondo_bottom.jpg) no-repeat center top;
	position: absolute;
	top: 478px;
	left: 0px;
	width: 100%;
	height: 300px;
}

/* Menú */
#menu {
	background: url(../img/fondo_menu.jpg) no-repeat center top;
	height: 600px;
	width: 1030px;
	position: relative;
}

#menu div { padding-top: 30px; }

/* Galería */
#galeria{
	background: url(../img/fondo_galeria.jpg) no-repeat center top;
	height: 600px;
	width: 1030px;
	position: relative;
}

#galeria div {
	padding-top: 30px;
	padding-left: 220px;
}

/* Sección: Inicio */
#inicio #cuadro {
	margin-left: 50px;
	background: url(../img/cuadro_inicio.jpg) no-repeat;
	width: 460px;
	height: 229px;
}

#inicio #cuadro h2 {
	padding-top: 30px; /*padding-right: 340px;*/
	color: #A64200;
	font-weight: bold;
	text-align: center;
}

#inicio #cuadro p {
	margin-right: 30px;
	margin-left: 60px;
	padding-top: 0px;
	padding-right: 5px;
	color: #906124;
	font-size: 9px;
	height: 160px;
	overflow: auto;
	text-align: justify;
	line-height: 18px;
}

/* Nuestra familia de restaurantes */
#restaurantes {
	margin: 0;
	padding: 0;
	width: 550px;
	position: absolute;
	top: 370px;
	left: 185px;
	/*overflow: auto;*/
}

#restaurantes img {
	margin-right: 400px;
	padding: 0;
}

#restaurantes div {
	margin-left: 5px;
	border: 2px solid #000000;
	float: left;
	background: #FFFFFF;
	width: 95px;
	height: 71px;
}

#restaurantes div img {
	border: 0;
	margin: 0;
	width: 95px;
	height: 71px;
}

/* Módulo: Boletín */
#boletin {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 328px;
}

#boletin .contenido h1 {
	background: #8E0606;
	width: 323px;
}

#boletin .contenido .recurso {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	width: 108px;
}

#boletin .contenido #mensaje { height: 135px; }

#boletin .contenido p {
	margin-top: 10px;
	padding-right: 5px;
	height: 30px;
	text-align: left; /*width: 180px;*/
}

#boletin .contenido div {
	padding-top: 20px;
	text-align: left;
}

#boletin .contenido div label {
	padding-right: 5px;
	font-weight: bold;
}

#boletin .contenido div input {
	border: 1px solid #000000;
	padding: 2px;
	margin-top: 5px;
	color: #9B0808;
	background: #FFFFFF;
	width: 140px;
}

#boletin .contenido .boton {
	margin-left: 150px;
	margin-bottom: 10px;
}

/* Módulo: Sugerencia */
#sugerencia {
	position: absolute;
	top: 50px;
	left: 380px;
	width: 203px;
}

#sugerencia .contenido .plato {
	border: 2px solid #7D0000;
	margin-top: 10px;
	width: 121px;
	height: 91px;
}

#sugerencia .contenido p {
	margin-top: 10px;
	padding-bottom: 7px;
	font-weight: bold;
}

/* Módulo: Reserva */
#reserva {
	position: absolute;
	top: 50px;
	left: 620px;
	width: 400px;
	height: 300px;
}

#reserva .contenido {
	border-left: 3px solid #7D0000;
	border-right: 3px solid #7D0000;
	background: url(../img/fondo_reserva.jpg) #8E0606 no-repeat;

}

#reserva .contenido p {
	margin-left: 70px;
	padding-top: 5px;
	text-align: left; /*width: 150px;*/
}

#reserva .contenido input {
	border: 1px solid #000000;
	padding: 2px;
	margin-top: 5px;
	color: #9B0808;
	background: #FFFFFF;
	width: 250px;
}

#reserva .contenido select {
	border: 1px solid #000000;
	padding: 2px;
	margin-top: 5px;
	color: #9B0808;
	background: #FFFFFF;
	width: 255px;
}

#reserva .contenido .boton {
	margin-top: 10px;
	margin-bottom: 5px;
}
/* Sección: Restaurantes */
#restaurante .contenido .imagen {
	float: left;
	border: #000000 solid 2px;
	margin-right: 10px;
	background: #000000;
	width: 200px;
}

#restaurante .contenido .imagen #paginacion #prev {
	float: left;
	padding: 5px;
	display: none;
}

#restaurante .contenido .imagen #paginacion #next {
	float: right;
	padding: 5px;
	display: inline;
}

#restaurante .contenido p {
	float: left;
	overflow: auto;
	height: 180px;
	width: 230px;
	text-align: left;
}

/* Localización */
#localizacion {
	width: 380px;
	position: absolute;
	top: 50px;
	left: 10px;
}

#localizacion .plano {
	float: left;
	width: 250px;
	height: 200px;
}

#localizacion p {
	float: right;
	width: 125px;
	text-align: left;
	line-height: 18px;
}

/* Módulo: Reserva extendida */
#reserva_extendida {
	position: absolute;
	top: 50px;
	left: 400px;
	width: 600px;
	height: 300px;
}

#reserva_extendida .contenido {
	border-left: 3px solid #7D0000;
	border-right: 3px solid #7D0000;
	background: url(../img/fondo_reservaonline.jpg) #8E0606 no-repeat;
}
#reserva_extendida .contenido h1 {
	background: #8E0606;
	width: 595px;
}

#reserva_extendida .contenido #izquierda {
	float: left; /*width: 120px;*/
	padding: 5px 10px 10px 10px;
	text-align: right;
	white-space: nowrap;
}

#reserva_extendida .contenido #izquierda div input { width: 150px; }

#reserva_extendida .contenido #derecha {
	float: right;
	padding: 5px 10px 10px 10px;
	text-align: right;
	white-space: nowrap;
}

#reserva_extendida .contenido #derecha #el_restaurante { width: 200px; }
#reserva_extendida .contenido #derecha #el_tipo { width: 80px; }
#reserva_extendida .contenido #derecha div select { width: 50px; }
#reserva_extendida .contenido #derecha #fecha_ID {
	right: 190px;
}
#reserva_extendida .contenido #mensaje {
	position: absolute;
	top: 160px;
	left: 30px;
	width: 230px;
	text-align: justify;
}

#reserva_extendida .contenido #botones {
	clear: both;
	text-align: right;
}

#reserva_extendida .contenido #botones .boton {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 50px;
}
/* Sección: Sugerencias */
#sugerencias .contenido img {
	border: #000000 solid 2px;
	float: left;
	margin-right: 10px;
	width: 200px;
}

#sugerencias .contenido p {
	float: left;
	overflow: auto;
	height: 200px;
	width: 230px;
	text-align: left;
}

/* Sección: ¿ Sabías que... ? */
#anecdota #cuadro {
	margin-left: 50px;
	background: url(../img/cuadro_anecdota.jpg) no-repeat;
	width: 460px;
	height: 229px;
}

#anecdota #cuadro h2 {
	padding-right: 160px;
	padding-top: 20px;
	color: #A64200;
	text-align: right;
}

#anecdota #cuadro p {
	margin-right: 30px;
	margin-left: 150px;
	padding-top: 5px;
	padding-right: 10px;
	color: #906124;
	font-size: 9px;
	height: 160px;
	overflow: auto;
	text-align: justify;
	line-height: 18px;
}

/* Anécdotas */
#anecdotas {
	width: 950px;
	position: absolute;
	top: 50px;
	left: 40px;
}

#anecdotas img {
	margin-right: 25px;
	margin-left: 25px;
	width: 100px;
	height: 124px;
}

/* Sección: Contacto */
#contacto #formulario {
	padding: 10px;
	padding-top: 0;
	margin-right: 70px;
	text-align: right; /*width: 120px;*/
	white-space: nowrap;
}

#contacto #formulario label { text-align: right; }
#contacto #formulario input,
#contacto #formulario select,
#contacto #formulario textarea {
	border: 1px solid #000000;
	padding: 2px;
	margin-top: 5px;
	color: #9B0808;
	background: #FFFFFF;
	width: 200px;
}

#contacto #formulario textarea { height: 20px; }

#contacto #formulario .boton { margin-top: 10px; }

#contacto #formulario .calendarDateInput {
	width: auto;
}
#contacto #formulario #fechanacimiento {
	vertical-align: super;
}
#contacto #formulario #table_calendar {
	display: inline;
}
/* Opciones especiales */
#contacto #formulario #opciones {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contacto #formulario #opciones div {
	padding: 0;
	margin: 0;
	margin-right: 10px;
	padding-bottom: 5px;
}

#contacto #formulario #opciones label { float: right; }

#contacto #formulario #opciones .checkbox {
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
	margin-left: 10px;
	background: none;
	width: auto;
	height: 14px;
}

/* Reglas combinadas */
#boletin .contenido, #sugerencia .contenido {
	border-left: 3px solid #7D0000;
	border-right: 3px solid #7D0000;
	background: url(../img/fondo_boletin.jpg) #8E0606 no-repeat;
}

#sugerencia .contenido h1, #reserva .contenido h1 { background: #8E0606; }

#restaurante .contenido, #sugerencias .contenido {
	padding-left: 50px;
	padding-top: 5px;
	width: 450px;
}

#reserva_extendida .contenido input, #reserva_extendida .contenido select {
	border: 1px solid #000000;
	padding: 2px;
	margin-top: 5px;
	color: #9B0808;
	background: #FFFFFF;
}

#sugerencias, #anecdota, #contacto, #inicio, #restaurante {
	margin-left: 310px;
	margin-right: 200px;
	position: absolute;
	height: 478px;
	left: 0;
	top: 0;
	width: 480px;
	z-index: 1;
}

#sugerencias h1, #anecdota h1, #contacto h1, #inicio h1, #restaurante h1 {
	margin-top: 100px;
	margin-right: 190px;
}

#footer {
	color: #797979;
	font-size: 10px;
	position: relative;
	top: 280px;
}

#footer a { color: #C50000; }

/* Debug */
.debug {
	border: 1px solid #800080;
}

.clear { clear: both; }

.boton { cursor: pointer; }

.overlay {
	border: 2px solid #000000;
	display: none;
	position: absolute;
	top: 40px;
	right: -50px;
	z-index: 100;
}

/* Términos legales */
#legal .titulo {
	background: #970000;
	height: 45px;
	text-align: left;
}

#legal .titulo img { padding: 5px; }

#legal #contenido {
	border: 8px solid #970000;
	margin: 10px;
	padding: 10px;
	background: #000000;
	width: 600px;
	height: 450px;
	overflow: auto;
	text-align: left;
}

#legal #contenido div {
	margin-bottom: 25px;
}

#legal #contenido div h1 { font-size: 12px; }

#legal #contenido div p { margin: 10px 0 10px 0; }

#footer a:hover {
	color: #FFCC00;
	font-weight: bold;
}

#restaurante h2, #sugerencias h2 {
	padding-left: 60px;
	font-variant: small-caps;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}





