body
{
	text-align: justify;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: default;
	font-family: 'Lora', serif;
}

table
{
    border-spacing: 0px;
	border-collapse: collapse;
}

a:link, a:visited, a:hover
{
	cursor: pointer !important;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#container
{
	min-width: 800px;
}

#left
{
	float:left;
	height: 100%;
	width: 20%;
	background-color: grey;
	padding: 10px;
}

#center table
{
	margin: auto;
}

#center table tr td
{
	padding: 5px;
}

.titolo, .titolo_servizi
{
	font-weight: bold;
	color: #F09F33;
}

.titolo_servizi
{
	font-size: 26px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.index
{
	width: 50%;
	margin: auto;
	text-align: center;
}


.menu
{
	border-spacing: 5px;
	left: 0;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.menu tr td
{
	height: 100px;
	background-color: rgba(0,0,0,0.5);
	border: 3px solid white;
	text-align: center;
	color: white;
	cursor: pointer !important;
	width: 15%;
}

.siti tr td
{
	text-align:center;
	size: 13px;
	width: 33%;
	padding: 20px;
	cursor: pointer !important;
	background-color:white;
}

.siti tr td img
{
	height: 179px;
}

#right
{
	float: left;
	height: 450px;
	width: 70%;
	margin-left: 50px;
}

.hidden
{
	visibility: hidden;
}

.foto_servizi{
	width: 100%;
}

.titolo_album{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 72px;
	padding: 25 0px;
	color: white;
	text-shadow: 1px 1px #F09F33;
}

.img_servizi
{
	width: 210px;
	height: 210px;
	padding: 3px;
}

/* Facebook gallery section */
section#gallery {
    padding: 5% 0;
    text-align: center;
}
 
section#gallery a {
    background-size: cover;
    background-position: center;
    width: 210px;
    height: 210px;
	margin: 3px;
    /*margin: 1%;*/
    display: inline-block;
}