
#content {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    padding: 10px;
}
#titolo {
    background-color: #306883;
    padding: 5px 0 2px 0;
    text-align: center;
}
div.icon {
    height: 60px;
    padding: 2px 0 10px 55px;
    background-repeat: no-repeat;
    background-position: center left;
}
img {
    border: 0;
}

h2.lim, h4.lim {
    color: #1f4458;
}

h1.lim {
    font-size: 2em;
    font-weight: bold;
    color: #d3e6ef;
}

h2.lim {
    font-size: 1.6em;
    font-weight: bold;
    text-align: left;
    background-color: #add1e2;
    padding: 10px 0 10px 10px;
}

h3.lim {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 30px;
    color: #2d6682;
}

h4.lim {
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
}

h5.lim {
    font-size: 1.1em;
    font-weight: bold;
    color: #d3e6ef;
}

hr.lim {

  color: #add1e2;
  background-color: #add1e2;
  border: 1px;
  width: 100%;
}