/* norm margin, padding
-----------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, ore, form, fieldset,
input, p, blockquote, th, td { 
			 margin: 0;
			 padding: 0;
			 }
/* norm font-size titoli
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { 
			 font-size: 100%;
			 }
/* no list-style liste
-----------------------------------------------------------------------------*/
ol, ul { 
			 list-style: none;
			 }
/* norm font-style e font-weight
-----------------------------------------------------------------------------*/
address, caption, cite, code, dfn, em, strong, th, var { 
			 font-style: normal;
			 font-weight: normal;
			 } 
/* no border tabelle
-----------------------------------------------------------------------------*/
table	{ 
			border-collapse: collapse;
			border-spacing: 0;
			}		 
/* no border fieldset e img
-----------------------------------------------------------------------------*/
fieldset, img { 
					border: 0;
					}
/* allineamento caption e th
-----------------------------------------------------------------------------*/
caption, th { 
					text-align: left;
					}			 
/* no quotation marks q
-----------------------------------------------------------------------------*/
q:before, q:after { 
					content: "";
					}	
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/

.bambole { 
				 color: #f0c;
				 }
.hijos { 
				 color: #f00;
				 }
.pachamama { 
				 color: #3c3;
				 }
.viaggio { 
				 color: #03f;
				 }


a { 
	text-decoration: none;
	color: #9ff;
	font-weight: 600;
	}


body {
		 position: relative;
		 width: 800px;
 		 margin: 20px auto;
		 background-color: #022;
		 font-family: Tempus Sans ITC, Arial;
		 color: #9dd;
		 }
div#note {
				 position: float;
				 float: left;
			 	 width: 100%;
			 	 font-size: 13px;
			 	 text-align: center;
				 margin: 20px 0px;
			 	 }

h3 {
	 font-size: 40px;
	 }
h5 {
	 font-size: 25px;
	 }
li.navigazione {
	 display: block;
	 position: floating;
	 float: left;
	 width: 15%;
	 text-align: center;
	 margin: 20px 0px 0px 0px;
	 }

address#info {
			 width: 100%;
			 font-size: 13px;
			 text-align: center;
			 }
					

