/* CSS Document */

header {
	padding-bottom:20px;
	border-bottom:5px #eee solid;
	}	
.navbar { 
	height: 108px!important;
	 
	}
		
header  .loghi{ 
	margin-top:-10px; 
	}
.giallo { 
	color:#fdb932; 
	}
.blu {
	color:#2c6387;
	}	
body {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	}	
h1, h2, h3, h4 {
		font-family: 'Roboto', sans-serif;
	}	
	h3 {
		line-height:28px;
		}
.medio {
		font-weight:500;
	}
.leggero {
		font-weight:300;
	}	
.grassetto {
		font-weight:700;
	}
.ombra {
	text-shadow: 1px 1px #888;
	}	
.corpo {
		background:url(../../images/immagine.png) top right no-repeat;
		min-height:800px;
		font-size:12px;
		line-height:20px;
		color:#777;
	}	
.secondi-loghi {
		padding:20px 0 0;
		border-top:1p #ccc solid;
	}	
	.secondi-loghi img{
			margin:0 auto;
	}
.btn {
	border-radius:0;
	}
.feed {
	margin-top:20px;
	}	
.testata {
		margin-bottom:10px;
		color:#666;
	}	
	
