body {
  background-color: black;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:  #f5ebc5;  
  padding:0px;
  margin:0px;
	height:100%;
	text-align: center;
}

/*contenitore centr. orizz.*/
#blocco {
/*background-color: blue;*/
  position:relative;
  width:680px;
	height:380px; 
  margin-top: 5%; 
  margin-left:auto;
	margin-right:auto;
  text-align: left;
}
#box_left { /*per tab 9 quadrati*/
  /*background-color: yellow;*/
  position: absolute;/*anche relative*/
  width:340px;
  height:340px;
  top: 40px;
}

#box_right {  /*per testo master*/
  /*background-color: red;*/
  position: absolute;/*anche relative*/
  width:340px;
  height:340px;
  top: 40px;
  left:340px;
}
#tex {  /*testo che cambia da precisare pos*/
  position: absolute;/*anche relative*/
  width:200px;
  top: 0px;
  left:20px;
  font-size:32px;
}	 


/*argomento 1 visibile*/
.cisono1 {
visibility: visible;
position: relative;
top: 0px;
left: 20px;
width:250px;
/*z-index:100;*/
font-size: 32px;  }

/*argomento 2 visibile*/
.cisono2 {
visibility: visible;
position: relative;
top: 0px;
left: 20px;
width:250px;
/*z-index:100;*/
font-size: 32px;  }

.cisono3 {
visibility: visible;
position: relative;
top: 0px;
left: 20px;
width:250px;
/*z-index:100;*/
font-size: 32px;
 }

.cisono4 {
visibility: visible;
position: relative;
top: 0px;
left: 20px;
width:250px;
/*z-index:100;*/
font-size: 32px; 
 }

.cisono5 {
visibility: visible;
position: relative;
top: 0px;
left: 20px;
width:250px;
/*z-index:100;*/
font-size: 32px;  }

.cisono6 {
visibility: visible;
position:  relative;
top: 0px;
left: 20px;
width:250px;
/*z-index:100;*/
font-size: 32px;
  }

.cisono7 {
visibility: visible;
position: relative;
top: 0px;
left: 20px;
width:250px;
/*z-index:100;*/
font-size: 32px;  }

.cisono8 {
visibility: visible;
position: relative;
top: 0px;
left: 20px;
width:250px;
/*z-index:100;*/
font-size: 32px;  }

.cisono9 {
visibility: visible;
position: relative;
top: 0px;
left: 20px;
width:250px;
/*z-index:100;*/
font-size: 32px;  }

#para1,#para2,#para3,#para4,#para5,#para6,#para7,#para8,#para9 {
color: #bbaa88;  } 


/*blocco di testo*/
.cisono_t {
visibility: visible;
position: absolute;
top: 0px;
left: 0px;
width:320px;
height:320px;
/*padding: 10px;*/
margin: 10px;
z-index:100;
font-size: 14px; 
overflow: auto;
/*background-color: green; */}

.noncisono {
visibility: hidden;
position: absolute; 
top: 0px; 
left: 0px;
}

#box_left table { 
  margin:0; }

#box_left td img {
border: 0;
width:113px;
height:113px; 
 }

 td #box_left { 
height:113px;
width: 113px;
 }

#box_left tr  {
height: 113px;  } 
 
#box_left td#lar { 
width:330px;
 }

#aggiorna {
    position: absolute;
		bottom:5px;
		right:50px;
		font-size: 10px; 
} 

#dove  {
position: absolute;
		top:5px;
		right:5px;
		font-size: 30px;
		color:#554433;
		/*z-index: -10;*/
}

/* barra scaricamento documenti*/
.documenti {
    position: absolute;
		left :10%;
		width:80%;
		bottom:3px;
		text-align: center;
    background-color:#332222; /*#ffaa33;*/
    font-size: 85%;
		font-weight: bold;
    padding: 5px;
		line-height: 16px;
		z-index: 10;
}
.documenti a:link, .documenti a:visited, .documenti {
    color:  #bbaa99; /*#000033;*/
		text-decoration: none;
		z-index: 20;
}
/* accensione bottone*/
.documenti a:hover {
    color:  white;
    /*background-color: #554433;*/  
		padding: 4px 0 4px 0;
		z-index: 20;
}
/* per ombra bordino documenti */
.documenti{
border-left:1px solid #666600; border-right:0px solid #666600; border-top:1px solid #666600; border-bottom:0px solid #666600; 
}

a.intxtlnk, a:link.intxtlnk, a:visited.intxtlnk  {
    color:  #cc6600;
		text-decoration: none;
		font-weight: bold;
}
a#nov, a:link#nov, a:visited#nov {
    color:  #ffee00;
		text-decoration: none;
		font-weight: bold;
}

/* accensione bottone*/
a:hover.intxtlnk, a:hover#nov {
    color:  white;
		text-decoration: none;
		font-weight: bold;
    background-color: #000000;  
}

.justi 
{
text-align: justify;  }

.destra
{
text-align: right;  }