@CHARSET "UTF-8";

* { 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

body
{
	background-color: #007987;
	color: #007987;
	
	background-image: url('/css/img/fondo.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
		
		#divWeb
		{
			position: relative;
			width: 900px;
			height: auto;
			margin: auto;
			min-height: 700px;
		}
				
				#divMenuLogo
				{
					position: absolute;
					top: 92px;
					left: 32px;
					width: 186px;
					height: 77px;
					overflow: hidden;
				}

				#divMenuPrinc
				{
					position: absolute;
					top: 272px;
					left: 49px;
					width: 104px;
					height: auto;
				}

						div.elem_menu
						{
							display: block;
							position: relative;
							float: left;
							width: 100%;
							height: 20px;
							color: white;
							
							background-image: url('/css/img/menu_separador.png');
							background-position: bottom center;
							background-repeat: no-repeat;
							
							padding-bottom: 7px;
							padding-top: 5px;
							
						}

				#divContacto
				{
					position: absolute;
					top: 512px;
					left: 32px;
					width: 186px;
					height: 77px;
					overflow: hidden;
				}


				#divContenido
				{
					position: absolute;
					top: 91px;
					left: 271px;
					width: 580px; /* 580 - padding */
					height: 519px;	/* 519 - padding */
					
					background-image: url('/css/img/fondo_contenido.png');
					background-position: bottom center;
					background-repeat: no-repeat;
				}

				#divTitulo
				{
					position: absolute;
					top: 67px;
					left: 686px;
					width: 165px;
					height: 24px;	
				}


#divPie
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;	
	text-align: right;
}

#divPie,
#divPie *
{
	color: white;
	text-decoration: none;
	font-size: 11px;
}



/* **************************************************************************** *
 * RESTAURANTE
 * **************************************************************************** */

div.restaurante h6
{
	margin: 30px 0px 0px 18px;
}

div.restaurante h2
{
	margin: 20px 45px 0px 45px;
	font-size: 18px;
	font-weight: normal;
}

div.restaurante p
{
	margin: 0px 45px 0px 45px;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}

		div.restaurante p span
		{
			font-weight: bold;
		}
		


div.restaurante div.columnas
{
	display: inline-block;
}

		div.restaurante div.columna_i
		{
			margin: 20px 50px 0px 45px;
			width: 220px;
			height: auto;
			position: relative;
			float: left;
		}
				div.restaurante div.columna_i h2,
				div.restaurante div.columna_i p
				{
					margin: 0px 0px 0px 0px;
				}
				
		
		div.restaurante div.columna_d
		{
			margin: 20px 45px 0px 0px;
			width: 220px;
			height: auto;
			position: relative;
			float: left;
		}
				div.restaurante div.columna_d h2,
				div.restaurante div.columna_d p
				{
					margin: 0px 0px 0px 0px;
				}
				
				div.restaurante div.columna_d h2
				{
					text-align: right;
				}
		
div.restaurante div.enlace
{
	position: relative;
	margin: 5px 45px 30px 45px;
	text-align: right;
}		

div.restaurante img
{
	text-align: center;
	margin-top: -10px;
	margin-bottom: -10px;
}







/* **************************************************************************** *
 * HOSTAL
 * **************************************************************************** */

div.hostal h6
{
	margin: 20px 0px 0px 18px;
}

div.hostal h2
{
	margin: 20px 45px 0px 45px;
	font-size: 18px;
	font-weight: normal;
}

div.hostal p
{
	margin: 0px 45px 0px 45px;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}



/* **************************************************************************** *
 * SITUACION
 * **************************************************************************** */

div.situacion h6
{
	margin: 20px 0px 0px 18px;
}

div.situacion h2
{
	margin: 20px 45px 0px 45px;
	font-size: 18px;
	font-weight: normal;
}

div.situacion p
{
	margin: 0px 45px 0px 45px;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}

div.situacion div.google_map
{
	position: relative;
	margin: 20px 45px 0px 45px;
	width: 486px;
	height: 312px;
	border: 1px solid #007888;
	background-color: white;
}



/* **************************************************************************** *
 * RESERVAS
 * **************************************************************************** */

div.reservas h6
{
	margin: 20px 0px 0px 18px;
}

div.reservas h2
{
	margin: 20px 45px 0px 45px;
	font-size: 18px;
	font-weight: normal;
}

div.reservas p
{
	margin: 0px 45px 0px 45px;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}


div.reservas table
{
	width: 310px;
	margin: auto;
	background-color: yellow;
	margin-top: 40px;
}


div.reservas table th
{
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* **************************************************************************** *
 * PLATOS
 * **************************************************************************** */

div.platos div.plato
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 560px;
	height: 498px;
}
