/* Características generales de la página. */
body {
					font-family:			Verdana, Arial, Helvetica, sans-serif;
					font-size:				10pt;
					color:						#5d5d5d;
					background-color:	#d8d9b9; 
}

.textoResaltado {
					font-weight:			bold;
					font-family:			Verdana, Arial, Helvetica, sans-serif;
					color:						#800000;
}

.tituloApartado {
					font-weight:			bold;
					font-family:			Verdana, Arial, Helvetica, sans-serif;
					color:						#800000;
					font-size:				11pt;
					text-decoration:	underline;
}

.apartado {
					text-align:				justify;
}

.menuDegustacion {
					text-align:				center;
}
/**********************************************************/

/* Posición y características de los textos informativos. */
.mensaje {
					text-align:				center;
					border:						groove #aaaaaa 2px;
					color:						#eeeeee;
					background-color:	#ff0000;
					visibility:				visible;
					z-index:					1;
					cursor:						wait;
}
div#mensaje {
					position:					absolute;
					left:							5px;
					top:							5px;
					width:						150px;
}

/**********************************************************/

/* Posición y características del título de la página. */
.titulo {
					font-weight:			bold;
					font-size:				16pt;
					font-family:			Verdana, Arial, Helvetica, sans-serif;
					color:						#800000;
					text-decoration:	none;
					text-align:				center;
}
div#titulo {
					position:					absolute;
}

/**********************************************************/

/* Posición y características del cambio de idioma. */
.idiomas {
					text-decoration:	none;
}
div#idiomas {
					position:					absolute;
}

/* Posición y características del cambio de tamaño. */
.AAA {
					color:						#800000;
					text-decoration:	none;
					font-size:				10pt;
					text-align:				left;
}
.AAA:hover {
					cursor:						pointer;
}
div#AAA {
					position:					absolute;
}

/* Posición y características de la dirección. */
.situacion {
					color:						#800000;
					text-decoration:	none;
					font-size:				10pt;
					text-align:				left;
}
div#situacion {
					position:					absolute;
}

/* Posición y características del cambio de colores. */
.color {
					color:						#800000;
					text-decoration:	none;
					font-size:				10pt;
					padding:					0px;
}
.color:hover {
					cursor:						pointer;
}
div#color {
					position:					absolute;
}
/**********************************************************/

/* Características del pie de página. */

.piePagina {
					text-align:				center;
}

div#piePagina {
					position:					absolute;
}

.piePagina a{
					font-size:				8pt;
					font-family:			Verdana, Arial, Helvetica, sans-serif;
					color: 						#5d5d5d;
					text-decoration:		none;
}

.piePagina:hover a {
					text-decoration:		none;
}
.piePagina:visited a {
					color: 						#5d5d5d;
}


/* Características de las acreditaciones. */

.acreditaciones {
					text-decoration:	none;
					border:						none; 
}
.acreditaciones:hover {
					text-decoration:		none;
}
.acreditaciones:visited {
					color: 						#5d5d5d;
					border:						none;
}
div#acreditaciones {
					position:					absolute;
					text-align:				left;	
					text-decoration:	none;		
					border:						none;		
}
/**********************************************************/

/* Características de los enlaces */
.enlace {
					text-decoration:	none;
					border:						none;
					color:						#ffffff;
}
.enlace:visited {
					color:						#ffffff;
}
.enlace:hover {
					color:						#44c8ee;
}

/**********************************************************/

/* Caraterísticas del cuerpo de la página. */
.cuerpo {
					font-family:			Verdana, Arial, Helvetica, sans-serif;
					font-size:				10pt;
					color:						#5d5d5d;
					text-align:				center;
/*					overflow:					scroll; */
}
div#cuerpo {
					position:					absolute;
					font-size:				10pt;
}
.negrita {
					font-weight:			bold;
}

.fondoFotos {
					background-image:	url('../img/fondo_fotos.png');
}

/**********************************************************/

/* Caraterísticas del menu de la página. */
.menu {
					font-family:			Verdana, Arial, Helvetica, sans-serif;
					font-size:				10pt;
					color:						#ffffff;

}
.menu:hover {
					text-decoration:	none;
					}
div#menu {
					position:					absolute;
					font-size:				10pt;
					padding-left:			5px;
					padding-top:			5px;
/*					background-color:	#800000;					 */
					background-image:	url('../img/fondo_menu.png');
}
.opcionActiva {
					font-family:			Verdana, Arial, Helvetica, sans-serif;
					font-size:				10pt;
					color:						#ff0000;
}
/**********************************************************/

/********************* pagina7.php ************************/
/* Características del mapa de situacion. */
.mapa {
					border:						groove 3px #aaaaaa;
}
div#mapa {
					position:					absolute;
}

/**********************************************************/

/********************* pagina4.php ************************/
/* Características del formulario de reservas. */
.formularioReservas {
					position:					absolute;
					text-align:				left;
}

.etiqueta {
					font-family:			Verdana, Arial, Helvetica, sans-serif;
					font-size:				10pt;
					color:						#5d5d5d;
}

.campo {
					position:					absolute;
					left:							120px;
					font-family:			Verdana, Arial, Helvetica, sans-serif;
					font-size:				10pt;
					color:						#5d5d5d;
}
.boton {
					color:						#5d5d5d;
					border:						ridge 2px #aaaaaa;
					position:					absolute;
}
/**********************************************************/

/********************* pagina1.php ************************/
/* Características del la página de links de interés. */

.columnaDerecha {
					float:						right;
					margin:						50px;
}

.columnaIzquierda {
					float:						left;
					margin:						50px;
}


.enlaceInteres {
					text-decoration:	none;
					border:						none;
					color:						#5d5d5d;
}
.enlaceInteres:visited {
					color:						#5d5d5d;
}
.enlaceInteres:hover {
					color:						#800000;
}
