﻿body {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	background: #fff;
	overflow-x: hidden;
	padding:0 !important;
	margin-top:0 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: inherit;
	font-family: 'Calibri', sans-serif;
	font-weight: 500;
	line-height: 1.1;
}

h3, .h3 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #0182A9;
	border-radius: 0;
	color: #0182A9 !important;
	font-size: 18px;
	margin: 0 0 11px;
	padding: 4px;
	font-weight:normal !important;
}

p {
	margin: 0;
	padding: 0;
}

a, a visited {
	color: #0182A9;
	text-decoration: none;
  cursor:pointer;
}

.visibile{
  display:block;
}

.nascosto{
  display:none;
}

.contenuti {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 4px;
  width:100%
}

.contenuti img {
	border: 1px solid #bbb;
	display: block;
	margin: 0 auto;
	padding: 5px;
	position: relative;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 6px 1px #ccc;
	box-shadow: 0px 4px 6px 1px #ccc;
	width: 90%;
}

.contenuti h3{
  text-align:center;
  margin-top:18px;
}

.contenuti p{
  text-align:justify;
}

table#menu {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    width:100%
}
  
table#menu td {
    background-color: #FF831C;
    border-bottom: 5px solid #54BAE2;
    /*display: block;*/
    width: 100px;
    height: 35px;
    margin: 2px;
    text-align: center;
}
  
table#menu td a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
    width: 100%;
    height: 35px;
    text-align: center;
    vertical-align:middle
}
  
table#menu td.active, table#menu td:hover {
    background-color: #54BAE2;
    border-bottom: 5px solid #FF831C;
}

.panel-title{margin:0 0 0 11px;font-size:16px;color:inherit}
.row{margin-right:0px;margin-left:0px}
.row:before,.row:after{display:table;content:" "}
.row:after{clear:both}
.row:before,.row:after{display:table;content:" "}
.row:after{clear:both}
.clearfix:before,.clearfix:after{display:table;content:" "}
.clearfix:after{clear:both}

.control-groupn {
	margin: 2px 0px;
	padding: 0px;
}

.input-large {
	width: 90% !important;
	display: inline-block;
}

.pubblicazione{
  text-align:center;
  margin: 10px 0 10px 0;
  cursor:pointer
}

.libroTesto{
  margin: 0px; 
  color: #444444; 
  /*font-family: Times, Times New Roman, serif;*/ 
  font-size: medium; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: normal; 
  letter-spacing: normal; 
  line-height: normal; 
  text-align: justify; 
  text-indent: 0px; 
  text-transform: none; 
  white-space: normal; 
  word-spacing: 0px;
}

.libroSottotitolo{
  background-color: white; 
  color: #173940; 
  /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
  font-weight:normal;
  line-height: 18px;
  font-size: 12px;
  font-style:italic;
  margin:30px 0 10px 0
}

.widget-content img{
	border: 1px solid #bbb;
	display: block;
	margin: 0 auto;
	padding: 5px;
	position: relative;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 6px 1px #ccc;
	box-shadow: 0px 4px 6px 1px #ccc;
	width: 50%;
}

.libroCopertina{
  float:left;
  margin:0 10px 10px 0;
  border:0;
  width:150px;
  vertical-align:top;
}

.pagine{
  text-align:justify;
  font-size:14px;
  font-family: Calibri;
  margin-top:20px;
}

.pagine ol {
	list-style:decimal;
	margin: 5px 20px 5px 20px;
}

.pagine h3{
  text-align:center !important
}