@charset "utf-8";
a:link {
	color: #630;
	text-decoration: none;
}
a:visited {
	color: #630;
	text-decoration: none;
}
a:hover {
	color: #630;
	text-decoration: underline;
}
a:active {
	color: #630;
	text-decoration: underline;
}
body {
	background-color: #D1C1B2;
	background-image: url(images/sfondo_pagina.png);
	background-repeat: repeat-x;
	margin: 0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
}
.centrale {
	width: 880px;
	border: medium solid #630;
	top: 0px;
	bottom: 0px;
	background-image: url(images/appartamenti_norcia.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 300px;
	min-height:550px;
	background-color: #FDFCFC;
}
.testo {
	width: 685px;
	background-image: url(images/sfondo_testo.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 160px;
	border: medium solid #630;
	padding: 5px;
	display: block;
}
.pulsanti {
	margin-top: 5px;
	float: left;
	width: 150px;
	display: block;
}
.barra {
	margin-top: 40px;
	margin-left: 50px;
	display:block;
}
.suggerimenti {
	margin-left: 30px;
	color: #633;
	font-weight: 500;
}
.titolocamere {
	margin-left: 30px;
	color: #633;
	font-weight: 500;
}

.dettagli-sottotitolo {
	font-size: small;
	line-height: 1%;
}
h1 {
	font-size: x-large;
	color: #630;
}
h2 {
	font-size: large;
	color: #630;
}
h3 {
	font-size: medium;
	color: #630;
	font-style: italic;
	text-decoration: underline;
}
h4 {
	font-size: medium;
	font-weight: bolder;
	font-style: italic;
	color: #633;
}
.centrale .testo p {
	text-align: justify;
}
.FotoGrande {
	float: right;
	clear: none;
}
.FotoDx {
	float: right;
	clear: none;
	margin: 3px;
	padding: 3px;
	border: thin solid #630;
}
.FotoSx {
	float: left;
	clear: none;
	margin: 3px;
	padding: 3px;
	border: thin solid #630;
}

