﻿/* CSS Document */
/*				Proporzione Pixel -->  Dimensione standard
		7  -->  44px
		6  -->  32px
		5  -->  24px
		4  -->  18px
		3  -->  16px
		2  -->  13px
		1  -->  9px

*/
body 
{
    margin: 0px;
    text-align: center;
}
.CorniceGen
{
    border:2px outset #009933;
    margin: 0px;
    width:955px;
    overflow:hidden;
}
.CorniceMini
{
    margin: 0px;
    width:230px;
    height:100px;
    overflow:hidden;
    text-align:left;
    background-color:#CCFF99;
}
.TitoloMini
{
    font-family: Verdana;
    font-size: 11px; 
    text-align: center;
    color:#009933;
    font-weight:700;
}
.Allegati
{
    width:950px;
    overflow:hidden;
}
.Descrizione
{
  width:540px;
  height:320px;
  float:left;
  overflow:auto;
  font-family: Verdana;
  font-size: 13px;
}
.MappaAll
{
 float:left;
 width:400px;
 height:424px;
 background-color:#CCFF99;   
}
.PulMap
{   
  border-right: 5px outset #C0C0C0;
  border-top: 4px outset #C0C0C0;
  background-color:#000000;
  width:70px;
  height:20px;
  float:left;
}
.PulMapText
{
  color:#FFFFFF;
  font-family:Verdana;
  font-size:13px;
  text-align:left;
  text-decoration: none;
}
.Cornice
{
    width:955px;
    height:550px;
    overflow:hidden;
    margin: 0 auto;
    background-color:#CCFF99;
}
.Titolo
{
    /*height:600px;*/
    width:700px;
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
}
.Testata
{
    height:150px;
    background-color:#CCFF99;
    width:955px;
    overflow:hidden;
}
.Coda
{
    height:30px;
    background-color:#009933;
    width:955px;
    overflow:hidden;
}
.A5a
{
    font-family: Verdana;
    font-size: 24px;
    text-align: center;
}
.A2a
{
    font-family: Verdana;
    font-size: 13px;
}
.A1a
{
    font-family: Verdana;
    font-size: 10px;
}
