body {
	background: #FFF no-repeat scroll 0 50%;
    font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0;
	}
#base {
	background: #FFEDBD ;/* fondo groguet */
	text-align: center;
	}
#body_content {
	margin: 0 auto; 
	background:  none repeat scroll 0 50%; /* blanc fondo contingut*/
	overflow: hidden; 
	position: relative; 
	text-align: left; 
	width: 900px;
	}
#nav_layer {
	 background: #FFF url(../img/florence-skyline.jpg) no-repeat top; 
	 margin: 0; 
	 position: relative; 
	 width: 898px; /*s'ha de deixar 2 px espai pel border*/
	 z-index: 0;
	 border:#000 1px solid;
	 }
.navlogo {
	position: absolute;  
	z-index: 2;
	}
.navfloren{
	height: 51px;
	width: 300px;
	left: 10px; 
	top: 20px;
	}
.navtourist {
	height: 53px;
	width: 298px;
	left: 602px; 
	top: 150px;
	}	
.navbar {
	background-color: #000; /* background negre menu*/margin-top: 180px; position: relative; width: auto; z-index: 1;
	font-family:Arial, Helvetica, sans-serif;
	}
.navbar-list {
	background-color: #000; /* background negre llista menu*/
	width:664px;	/* si modifiquen mides margins o paddings dels botons (navbar li) modifica aquesta mida*/
	height:25px;
	margin:0;
	padding:3px 0 0 50px;
	}
	
.navbar li {
	background: #000;
	padding:0 2em;
	display: inline;
	margin: 0 2em 0 0;
	   text-align:center;
	   
	height:25px;
	}
.navbar a {
	font-size:14px;
    color: #fff;
    text-decoration: none;
	}
.navbar a:visited {
    color: #fff;
    text-decoration: none;
	}
.navbar a:hover {
    color: #333;
    text-decoration: none;
	}
#title_layer, #header_layer, #body_layer {  
	margin-left: 0; 
	position: relative; 
	z-index: 10;
	}
#header_layer div {
	position: absolute; z-index: 1;
	}
#footer_layer { 
	background:#000; 
	height: 120px;
	position: relative;
	z-index: 1;
	}
.footer {
	 height: 41px; 
	 padding: 30px 0 10px;  
	 background: #000;
	 }
.spacer {height: 1px; line-height: 1px;}
.clear {clear: both; height: 0; line-height: 0;}
p, h2 {
    color: #333;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	margin:0;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
	}
.footer p, #footer_layer p {
    color: #F5F5F5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 17px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
}
a {
    color: #fff;
    text-decoration: underline;
	}
a:visited {
    color: #fff;
    text-decoration: underline;
	}
a:hover {
    color: #d4d4d4;
    text-decoration: underline;
	}
div { 
    overflow: visible; 
	}
img { 
    border: none; 
	}
#header_layer a {
    color: #000;
    text-decoration: underline;
	}
#header_layer a:visited {
    color: #777;
    text-decoration: underline;
	}
#header_layer a:hover {
    color: #FFD701;
    text-decoration: underline;
	}
