
@charset "UTF-8";
/* CSS Document */

html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px }
#map_canvas { height: 100% }


#section {
	border-top:dotted #f1f7f8;
	border-bottom:dotted #f1f7f8;
	z-index: 100;
	position: absolute;
	top: 60px;
	width: 100%;
	padding-bottom: -100px;
	height: 220px;
}


h1 {
	z-index: 100;
	position: relative;
	font-size: 30pt;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-align:left;
}

h4 {
	z-index: 100;
	position: relative;
	font-size: 30pt;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-align:right;
	top:-25px;	

}



h2 {
	z-index: 100;
	position: relative;
	font-size: 30pt;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	font-weight:100;
	text-align:left;
	top:-40px;	
}

h5 {
	z-index: 100;
	position: relative;
	font-size: 30pt;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	font-weight:100;
	text-align:right;
	top:-100px;	
}

h3 {
	z-index: 100;
	position: relative;
	font-size: 16pt;
	color: #3a3937;
	font-family: 'Georgia', sans-serif;
	font-style:oblique;
	font-weight:100;
	text-align:left;
	top:-50px;	
	width: 500px
}

h6 {
	z-index: 100;
	position: relative;
	font-size: 16pt;
	color: #3a3937;
	font-family: 'Georgia', sans-serif;
	font-style:oblique;
	font-weight:100;
	text-align:right;
	top:-150px;	
}


#info {
	
	z-index: 100;
	position: absolute;
	top: 280px;
	width: 250px;
	padding-bottom: 60px;
	text-align:left;}
	
#info2 {
	
	z-index: 100;
	position: absolute;
	top: 280px;
	padding-bottom: 60px;
	width: 91%;
	text-align:right;}
	
#info3 {
	
	z-index: 100;
	position: absolute;
	top: 280px;
	padding-bottom: 60px;
	padding-left: 280px;
	width: 300px;
	text-align:left;}
	
	
h7 {
	z-index: 100;
	position: relative;
	font-size: 18pt;
	color: #8ba1a7;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	text-align:left;
	top: 30px;
}



p {
	z-index: 100;
	position: relative;
	font-size: 11pt;
	color: #3a3937;
	font-family: 'Georgia', sans-serif;
	font-style:oblique;
	font-weight:100;
	top:30px;	
}


	


.logo {
	position:relative;
	margin-left: 5px;
	padding-top: 0%;
	}



.logo a:hover{
	border-bottom-style:none;
	
}
	
.visitado {
	border-bottom-style:dotted;
	border-bottom-color: #768e95;
	}
	
.despres {
	position:relative;
	margin-left: 8%;
	padding-top: 5%;

	}







#bg {
	position:fixed; 
	top:0; 
	left:0; 
	
	/* Preserve aspet ratio */
	min-width:100%;
	min-height:100%;
}

#restaurante {
	background-image: url(images/restaurante.jpg);
}


#home {
	background-image: url(images/home.jpg);
}

#home {
	background-image: url(images/lacarta.jpg);
}

#galeria {
	background-image: url(images/galeria.jpg);

}

#content{
width:960px;
margin:0 auto;
}

#menu {
	background-repeat:no-repeat;
	z-index: 100;
	position: absolute;
	bottom: 0px;
	width: 960px;
	height:157px;
	background-image: url(../images/fons_menu.png);
	}

nav{
	padding-top: 100px;
	padding-left: 100px;
    width:900px;
	
}

nav ul{
    list-style:none;
    margin:0 10px 0 10px;
    padding:0;
}

nav ul li{
    font-family: 'Lato', sans-serif;
	font-weight:300;
    float:left;
    font-size:14px;
    margin-right:11px;
    text-align:center;
    }

nav ul li a{
    color:#8f8e8e;
    display:block;
    margin-left:10px;
	margin-right:10px;
    text-decoration:none;

}

nav ul li a:hover{
	border-bottom-style:dotted;
	border-bottom-color: #768e95;
}

nav ul li a:hover {
    color:#000;
}

nav ul li img {
	margin-top: -75px;
}




