body {
	min-height: 1000px;
	font-family: Arial, 'Raleway', sans-serif;
	margin: 0;
	font-size: 18px;
	background-image: url(../img/texture.png);
	background-color: #000;
}

 
.footsi {
	height: 100px;
  	/*line-height: 100px;*/ /* <-- this is what you must define */
	vertical-align: middle;
}

.container {
  margin: 0 auto;
  width: 90%;
  background-color:#000000;
}
	
.spaziobottom {
	margin-bottom:50px;
	}	
			
.collapse {
	margin-right:1px;
}

.fontlogo {
	font-family: "Segoe Script";
	font-size: 16px;
}

body,td,th {
	font-family: Arial, Raleway, sans-serif;
	color: #FFF;
}

.navbar-inverse {
	background-color: #000000;
}

.linkattivo {
	background-color: #333;
}

/*.navbar-static-top {
  margin-bottom: 0px;
  width:80%;
}*/


.navbar-default .navbar-brand {
	color: #FFFFFF;
}

.dimfoto {
	width:100%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}
 
.virgolettato {
	margin-top:50px;
	font-size:24px;
	margin-bottom:50px;
}

.spaziocubi {
	padding-right:0;
	padding-left:0;
}

.interlinea {
	margin-top: 10px;
	margin-bottom: 10px;
}

.riduzione {
	width: 80%;
}

.quadro {
	border-color: grey;
	border-style: inset;
	border-width: 2px;
	background-color: grey;
	/*centrato*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*width: 250px;*/
	width: auto;
	height: 200px;
	/**/
}


.sfondo_quadro {
	background-color: #222222;
	border-radius: 10px;
	width: auto;
	height: 300px;
	padding: 10px;
	border: 2px solid #6c757d;
	color: #6c757d;
	text-align: center;
}

.sfondo_premi {
	background-color: #222222;
	border-radius: 10px;
	width: 500px;
	height: auto;
	padding: 10px;
	border: 2px solid #6c757d;
	color: #6c757d;
	text-align: center;
}