/* TAGS */

html {
height: 100%;
padding-top: 0px;
font-family: PTSans, Arial, sans-serif;
font-size: 100%;

background-size: cover;
}
/*
body {
width: 80%;
height: 90%;
padding: 20px;
margin: 0 auto;
border-radius: 10px;
box-shadow: 10px 10px 10px rgba(0,0,0,.5);
background-color: rgb(247,226,155);
background-color: rgb(255,255,255);
background-color: #E1EDEB;
border: 3px solid rgb(75,75,75);
font-family: Arial, Helvetica, sans-serif;
}*/

div,footer, iframe {
border: 1px solid red;
text-align: center;
}


h1, h2, h3 {
color: #6A94CC;
font-family: Arial, "Palatino Linotype", Times, serif;
padding-top: 10px;
padding-bottom: 5px;
}
h1 {
font-size: 3em;
}
p {
font-family: "Palatino Linotype", Baskerville, serif;
font-size: 1.25em;
color: #616161;
color: black;
line-height: 150%;
margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
text-align: justify;
}

/* IDENTIFICATORI*/
.Header {
  text-align: center;
  font-family: Georgia, "Times New Roman";
  margin-bottom: 30px;
}
.Header h1 {
  font-size: 3em;
}
.MenuPanel {

  left: 10px;
  width: 150px;
  /**background-color:#eee;
  border-width: 1px;
  border-style: solid;
  border-color: black;**/
  padding-bottom: 8px;
}
.MenuPanel h1
{
  background-color: black;
  color: white;
  font-size: medium;
  padding: 6px;
  margin-bottom: 3px;
  margin-top: 0px;
}
.MenuPanel a
{
  margin: 6px;
}
.MenuPanel p
{
  margin: 6px;
}

.footer {

}

/* SELETTORI */











.logo {
text-align: center;
font-family: Baskerville, Palatino, sans-serif;
font-style: italic;
color: rgba(255,255,255,.8);
background-color: rgb(191,91,116);
padding: 10px;
border-radius: 0 0 10px 10px;
margin-bottom: 0px;
}

.sidebar {
float: left;
width: 16em; 
}

.qui {
margin-left: 0px;
background-color: white;
width: 75%; 
height: 400px;

}

.titolo { /* Titoli*/
  text-align: center;
  color: #CC6600;
  font-size: 30px;
  font-weight: lighter;
}
.sottotitolo { /* sotto titoli */
  text-align: center;
  color: #CC6600;
  font-size: 20px;
  font-weight: lighter;
}
.annuncio { /* testo centrato */
  font-family: "Palatino Linotype", Baskerville, serif;
  text-align: center; 
  color: #336699;
  font-size: 20px;
  font-weight: bold;
}


.nav {
margin: 0px;
padding: 0px;
list-style: none;
border-bottom: 3px solid rgb(204,204,204);
overflow: hidden;
}
.nav li {
float: left;
}

.nav a {
width: 10em;
display: block;
border: 3px solid rgb(204,204,204);
border-radius: 5px 5px 0 0;
padding: 10px;
margin-left: 5px;
background-color: rgb(95,95,95);
background-image: linear-gradient(rgb(175,175,175), rgb(95,95,95));
text-decoration:none;
color: white;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
ul.nav {
list-style-type: none;
}
