/*----- STYLE PRINCIPALE -----------------------------------------------*/
body {
	margin: 0 1px 0 0;
	padding: 0px;
	font: 0.80em verdana, sans-serif;
	background: #FFFFFF;
	background-attachment: fixed;          
	color: #000000;
	text-align: center;
	
}

/*div { border: 1px #FBFBFB solid; }*/
hr { display:	none;}
.alt { display:	none }


#bodyContent {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	/*background: white;*/
	border: 0px #FFFFFF solid;
	
}

#tophead {
  position:relative;
	color: #000;
	text-align: center;
	width:800px;
	height: 181px;
	padding:0px;
	background:url('../img/header.jpg') no-repeat;
}



#menuhead .tasto a{
  padding: 4px;
	height:16px;
	width:80px;
	position:relative;
	float:right;
	margin-right:3px;
	background:#ffffff url('../img/tastoH.jpg');
	border:1px #D3D8AF outset;
	font: 10px verdana;
	color:#353535;
	font-weight:bold;
	text-align:center;
	vertical-align: center;
	text-decoration:none;	
}

#menuhead .tasto a:hover{color:#FFEA00;border:1px #D3D8AF inset;background:#ffffff url('../img/tastoHI.jpg'); }

#colonne{ /*box unico sotto l'header*/
  width:800px;
  background: url('../img/sfondo.jpg');
  position:relative;
  
} 

#colonna-sx {
  position: relative;
	float: left;
	width: 180px;
	color: #000000;
	/*background: url('../img/sfondo_menu2.jpg');	
	background-repeat:no-repeat;
	background-position:bottom left;
	*/
}

#colonna-sx .box, #colonna-dx .box {
	padding: 1px;

	border:	0px #000 solid;
}

#colonna-dx { margin-right: -2px; }

#principale {
  float: left;
	width: 590px; /* Riportare a 60 per la colonna DX */
	color: #000000;
	margin: 0 0 2px 4px;
  background: #FFFFFF;	
}

#principale .box {
	/*padding: 10px;
  background: #FFaaaa;*/

}
#boxprincipale { /*dimensioni, colore ecc...del box centrale"*/
  float:left;
  margin-top:5px;
  padding:0px;
  margin-left:10px;
  padding-left:0px;
  width:580px;
}
  
#footer {
  width:800px;
  text-align:right;
	background:url('../img/footer.gif');
	background-repeat:no-repeat;
  color: #00000;
	font-size: .80em;
	height: 58px;
}

#footer a {font-size: 1em;}


/*----MAPPA HEADER--------*/
ul#logohead {
	margin:0;padding:0;
	list-style:none;
	position:relative;
	width:800px;height:275px;
	background:url('../img/header.jpg') no-repeat;
}
ul#logohead li {
	display:block;
	position:absolute;
	top:0px;left:0px;
	margin:0;padding:0;
}

li#logohead-home {
	left:0;top:0;
	width:220px;height:68px;
}

li#logohead-rai {
	left:665px;top:10px;
	width:130px;height:45px;
}

#logohead a {
	display:block;
	width:100%;
	height:100%;
}

#logohead .alt { display:none }


/*----FINE MAPPA HEADER--------*/

/*----- FINE STYLE PRINCIPALE -----------------------------------------------*/
#logonewstlv {
  width: 156px;
	height: 84px;
  background:  url('../img/televideorai7.png'); 
  background-repeat: no-repeat;
  background-attachment: top left;
  margin-left: 2px;
  margin-bottom: 5px;
}

ul.center {
 padding: 0px;
	width:200px;
	height:150px;
	list-style:none; /* elimino i punti elenco */
	margin:0; padding:0; /* elimino i rientri delle liste */ 
  background-repeat: no-repeat;
  background-attachment: top left;
  }
  
/* MENU LATERALE */
/* definizione per trasformare le liste sidemenu in link*/



ul.sidemenu {
  padding: 0px;
	width: 160px;
	height: 48px;
	list-style: none; /* elimino i punti elenco */
	margin: 0px; padding: 0px; /* elimino i rientri delle liste */
  background: #000000 url('../img/televideorai4.png'); 
  background-repeat: no-repeat;
  background-attachment: top left;
}

ul.sidemenu li { display:inline;} /*elimina lo spazio fra gli elementi della lista introdotto da Opera*/
ul.sidemenu li a {
	display:block; /* il link occupa tutto lo spazio orizzontale */
	text-decoration:none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
	padding:0 1em; /* lascia spazio far il bordo del menu e il testo del link */
	height:2em;line-height:2em; /* altezza del link: height e line-height devono avere il medesimo valore */
	border-left-width:5px; border-right:0px; border-style:none solid;text-align: left; 
  height: 100%;  /* aggiungo dei bordi laterali */
  
}
ul.sidemenu li a:link, ul.sidemenu li a:visited {	
	font-size: 10px;
	color: #2F2F2F;
	border-color: ;
	font-weight: bold;
  border-bottom: 1px solid #61A2E1;	
 /*colori per il link */
 }
ul.sidemenu li a:hover, ul.sidemenu li a:active {
	text-decoration:none;
	font-weight: bolder;

} /* colori per l'effetto roll-over */

ul.sidemenudx {
	width:100%;
	list-style:none; 
	margin:0; padding:0; 
  background-image: #FBFBFB url(); 
  border: 1 blue solid
}
ul.sidemenudx li { display:inline;}
ul.sidemenudx li a {
	display:block; 
	text-decoration:none; 
	padding:0 1em; /
	height:2em;line-height:2em; 
	border-left-width:5px; border-right:0px; border-style:none solid;text-align: left; 
  height: 100%;  
}
ul.sidemenudx li a:link, ul.sidemenudx li a:visited {	
	font-size: 10px;
	color: #FFFFFF;
	border-color: ;
	font-weight: bolder;
  border-bottom: 1px solid #CCCCCC;	
} /* colori per il link */
ul.sidemenudx li a:hover, ul.sidemenudx li a:active {
	color: #FFFFFF;	
	border-color:;
	text-decoration:none;
	font-weight: bolder;

} /* colori per l'effetto roll-over */

ul.listnews {
	width:100%;
	list-style:none; /* elimino i punti elenco */
	list-style-image: ;
	margin:0px; padding:0; /* elimino i rientri delle liste */
	/*background-image: url('../img/backgroundmenu.png');*/
	background-position:bottom left;
	background-repeat:repeat-x;
	
}

ul.listnews li{border-bottom:0px solid #FFFFFF; border-bottom:5px}/*interlinea tra le notizie: informa-consumatori, economia, colonna sx*/

ul.listnews li a {
	display:block; /* il link occupa tutto lo spazio orizzontale */
	text-decoration:normal; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
	/*padding:0 1em; /* lascia spazio far il bordo del menu e il testo del link */
	/*height:2em;*/
	
}

ul.listnews li a:link, ul.listnews li a:visited {
  color: #FFFFFF;
} /* colori per il link */
ul.listnews li a:hover, ul.listnews li a:active {
  color: #FFFFFF;
	background:none;
	text-decoration:none;
}

 /* colori per l'effetto roll-over */



/* ---------- FINE MENU LATERALE ---------------*/

/* OGGI IN HOME PAGE  */
/*box centrale */
.centralbox {
/*width:580px;
height:100px;*/
color:#000000;
padding-left:5px;
text-align:left;
font-family:verdana;
font-size:12px;
font-weight:normal;
}

.centralbox .title{
  color:#FFFFFF;
  text-align:center;
  font-family:arial;
  font-size:14px;
  float:left;
  text-transform:normal;
  background-image:url('../img/testatabox.gif');
  background-repeat:no-repeat;
  width:270px;
  height:57px;
}

.centralbox .title_piemonte{
  color:#FFFFFF;
  text-align:center;
  font-family:arial;
  font-size:14px;
  float:left;
  text-transform:normal;
  background-image:url('../img/testatapiemonte.gif');
  background-repeat:no-repeat;
  width:270px;
  height:57px;
}

.centralbox .subtitle{
  color:#000000;
  text-align:center;
  font-family:arial;
  font-size:14px;
  font-weight:bold;
  float:left;
  text-transform:normal;
  }
.centralbox .body{
  width:100%;
  height:100%;
  color:#000000;
  clear:both;
  text-align:left;
  font-family:verdana,arial;
  font-size:12px;
  font-weight:normal;
}
.centralbox .imgright{
  padding:2px;
  float:right;
}

.centralbox .imgleft{
  padding:2px;
  float:left;
  }
/*box parte centrale della home, vengono creati dalla funzione theme_draw_homebox*/

.homebox {
  width:270px;
  float:left;
  color:#000000;
  text-align:left;
  font-family:verdana;
  font-size:9px;
  margin-left:10px;
}
.homebox .title {
  color:black;
  text-align:left;
  font-family:verdana;
  line-height:12px;
  font-size:12px;
  background-repeat:no-repeat;
  text-transform:normal;
  background-color:none;
  font-weight:bold;
  padding-bottom:8px;
  padding-left:5px;
}

.homebox .body {
  color:#000000;
  text-align:left;
  font-family:verdana;
  font-size:12px;
  font-weight:none;
  margin-left:5px;
  text-align: justify;
}
.homebox .title table{
  background-color:transparent;
  text-transform:normal;
}
.homebox .title table .titolo{
  background-color:transparent; 
  text-align:left; 
  color:#000000; 
  text-transform:normal;
  font-size:10px;
  font-family:verdana,arial;
}

/*fine box centrali*/

/* Notizie laterali a sx */

.sidenews{/*box di sinistra, menu della colonna in alto */
  padding: 0px;
  width: 100%;
  
  margin-bottom:5px;
}

.sidenews .line{
  border-bottom:1px solid #808080;
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
.sidenews .menu {
	font-weight: bold;
	padding:0px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-family: verdana;
	color: #FFFFFF;
	background:#5B5B5B url('../img/sfondo_menu.jpg') no-repeat top right;
	cursor:pointer;
	padding-top:5px;
	height:300px;

}
.sidenews .pulsante{
  background:#5B5B5B;
  font-size: 12px;
  width:158px;
  border:none;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  margin-top:5px;
  margin-left:5px;
  margin-right:auto;
  background-image:url('../img/iconamenu.gif');
  background-repeat:no-repeat;
  background-position:left;
}
.sidenews .light {/*pulsante Homepage (effetto OnmouseOver*/
  background:#E1E7EF;
  color:#000000;
  font-size: 12px;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  width:158px;
  margin-top:5px;
  margin-left:5px;
  margin-right:auto;
  background-image:url('../img/iconamenu_home.jpg');
  background-repeat:no-repeat;
  background-position:left;
}
.sidenews .light1 {/*pulsante sotto i venti*/
  background:#E1E7EF;
  color:#000000;
  font-size: 12px;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  width:158px;
  margin-top:5px;
  margin-left:5px;
  margin-right:auto;
  background-image:url('../img/iconamenu_sottoiventi.jpg');
  background-repeat:no-repeat;
  background-position:left;
}
.sidenews .light2 { /*pulsante sopra i venti*/
  background:#E1E7EF;
  color:#000000;
  font-size: 12px;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  width:158px;
  margin-top:5px;
  margin-left:5px;
  margin-right:auto;
  background-image:url('../img/iconamenu_sopraiventi.jpg');
  background-repeat:no-repeat;
  background-position:left;
}
.sidenews .light3 {/*pulsante la scuola sotto i venti*/
  background:#E1E7EF;
  color:#000000;
  font-size: 12px;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  width:158px;
  margin-top:5px;
  margin-left:5px;
  margin-right:auto;
  background-image:url('../img/iconamenu_lascuolasotto.jpg');
  background-repeat:no-repeat;
  background-position:left;
}
.sidenews .light4 { /*pulsante  venti di pace*/
  background:#E1E7EF;
  color:#000000;
  font-size: 12px;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  width:158px;
  margin-top:5px;
  margin-left:5px;
  margin-right:auto;
  background-image:url('../img/iconamenu_ventidipace.jpg');
  background-repeat:no-repeat;
  background-position:left;
}
.sidenews .light5 { /*pulsante articolo venti*/
  background:#E1E7EF;
  color:#000000;
  font-size: 12px;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  width:158px;
  margin-top:5px;
  margin-left:5px;
  margin-right:auto;
  background-image:url('../img/iconamenu_articoloventi.jpg');
  background-repeat:no-repeat;
  background-position:left;
}
.sidenews .light6 { /*pulsante forum */
  background:#E1E7EF;
  color:#000000;
  font-size: 12px;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  width:158px;
  margin-top:5px;
  margin-left:5px;
  margin-right:auto;
  background-image:url('../img/iconamenu_forum.jpg');
  background-repeat:no-repeat;
  background-position:left;
}
.sidenews .light7 {/*pulsante la provocazione */
  background:#E1E7EF;
  color:#000000;
  font-size: 12px;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  width:158px;
  margin-top:5px;
  margin-left:5px;
  margin-right:auto;
  background-image:url('../img/iconamenu_laprovocazione.jpg');
  background-repeat:no-repeat;
  background-position:left;
}
.sidenews A{
  font-size: 12px;
  text-align: center;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  width:140px;
  margin-top:5px;
  margin-left:5px;
  margin-right:auto;
}
.sidenews A:hover{
  color:#000000;
}
/*menu di sinistra in basso, contiene le ultime notize, scrivi alla redazione ecc..*/
.sidenews2 {
  padding: 0px;
  width: 100%;
  height:530px;
  	 background-image:url('../img/sfondo_menu2.jpg');
  background-repeat:no-repeat;
  background-position:bottom-left;

}

.sidenews2 .line{
  width:90%;
  margin-left:2px;
  margin-right:auto;
  position:relative;
  top:150px;
  padding-left:2px;
  line-height:20px; 

}
.sidenews2 .menu {
	font-weight: bold;
	padding:0px;
	font-size: 12px;
	text-align: left;
	font-family: verdana;
	color: #FFFFFF;
	cursor:pointer;


}
.sidenews2 .pulsante{
  background:transparent;
  font-size: 12px;
  width:155px;
  border:none;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
 /* margin-top:5px;*/

}
.sidenews2 .light {
  /*background:#5499B6;*/
  font-size: 12px;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  width:155px;
 /* margin-top:5px;*/
  margin-left:0px;
  margin-right:10px;
}
.sidenews2 A{
  font-size: 12px;
  text-align: left;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  width:145px;
  margin-top:5px;
  margin-left:0px;
  margin-right:10px;
}
A, A:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*color : #FFFFFF;*/
	text-decoration: none;
}

A:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	/*color : #FFFFFF;*/
}

/*------*/
/*STYLE ARTICOLI NEI RIQUADRI (ANTICIPAZIONI)*/
.articoli{
  width:280px;
  height:350px;
  float:left;
  margin-top:40px;
  margin-left:10px;
}
.articoli .title{
  font-family:verdana,arial;
  font-size:12px;
  font-weight:bold;
  color:#000000;
  text-align:center;
  padding-bottom:10px;
  text-decoration:underline;
  /*background-color:#0187CE;*/
}
.articoli .body{
  font-family:verdana,arial;
  font-size:12px;
  font-weight:normal;
  color:#000000;
  text-align:left;
  padding-left:2px;
}
.articoli .imgleft{
  padding:2px;
  float:left;
}
.articoli .imgright{
  padding:2px;
  float:right;
}
.articoli .title A{
  font-family:verdana,arial;
  font-size:12px;
  font-weight:bold;
  color:#000000;
  text-align:center;
}
.articoli_border_topleft,.articoli_border_topright,.articoli_border_bottomleft,.articoli_border_bottomright{
  width:10px;
  height: 10px;
  font-size:1px;
  float:left;
  border:2px solid #0187CE;
}

.articoli_border_topleft{
  border-right: none;
  border-bottom: none;
}

.articoli_border_topright{
  border-left: none;
  border-bottom: none;
  top:0px;
  right:0px;
}

.articoli_border_bottomleft{
  border-right: none;
  border-top: none;
}

.articoli_border_bottomright{
  border-left: none;
  border-top: none;
  bottom:0px;
  right:0px;
}

/*-----*/


/*STYLE commenti NEI RIQUADRI (ANTICIPAZIONI)*/
.commenti{
  margin-bottom:20px;
}
.commenti .title,.commenti .title_invia{
  font-family:verdana,arial;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  color:#000000;
  text-align:center;
  padding-bottom:2px;
  
  /*text-decoration:underline;*/
  background-color:#D0DAE6;
  margin-left:15px;
  margin-right:15px;
  margin-bottom:10px;
}

.commenti .title_invia{
  background-color: #85C95A;
}

.commenti FORM{
 margin:0px;
 padding:0px;
}

.commenti .info{
 position:relative;
 font-family:verdana,arial;
 background-color: #F5F5F5;
 color: #696969;
 padding:2px;
 margin-bottom:4px;
 border-bottom: 1px solid #000000;
}

.commenti .adminlinks{
 position:absolute;
 right:2px;
 top:2px;
}

.commenti .inputbtn{
 background-color: transparent;
 border:1px solid #0187CE;
 
}

.commenti .body{
  font-family:verdana,arial;
  font-size:12px;
  font-weight:normal;
  color:#000000;
  text-align:left;
  padding:2px;
  margin-bottom:10px;
}
.commenti .imgleft{
  padding:2px;
  float:left;
}
.commenti .imgright{
  padding:2px;
  float:right;
}
.commenti .title A{
  font-family:verdana,arial;
  font-size:12px;
  font-weight:bold;
  color:#000000;
  text-align:center;
}
.commenti_border_topleft,.commenti_border_topright,.commenti_border_bottomleft,.commenti_border_bottomright{
  width:10px;
  height: 10px;
  font-size:1px;
  float:left;
  border:2px solid #0187CE;
}

.commenti_border_topleft{
  border-right: none;
  border-bottom: none;
}

.commenti_border_topright{
  border-left: none;
  border-bottom: none;
  top:0px;
  right:0px;
}

.commenti_border_bottomleft{
  border-right: none;
  border-top: none;
}

.commenti_border_bottomright{
  border-left: none;
  border-top: none;
  bottom:0px;
  right:0px;
}
/*-----*/


h1{
	color: #ffffff;
	margin: 0 auto;
	width: 98%;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: 4px;
	background-image: url('../img/backtitle.png');
	padding-left:2px;
}

h2{
	margin: 0 auto;
	width: 98%;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: 1px;	
	padding-left:2px;
}

.regnews {
  text-align: center;
  background: #000000 url('../img/backregnews.png');
  border-top: 4px solid #000000;  
  border-bottom: 4px solid #000000;  
}

.sidelinks {float: right}
.sidelinks img{border: 1px solid 000000;margin: 3px;}

/*newsbox*/

.newstitle {
	color: #003471;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:8px;
}

.newstitletlv {
  font-weight: bold;
	color: #003471;
	
}

.newsreg{
	font-size: 16px;
	font-weight: bold;
}
/* Menu sopra il footer, footer menu*, che si trova in theme.php*/

.footermenu{
width:100%;
font-size: 11px;
font-weight:bold;
font-family: arial, sans-serif, verdana;
cursor: pointer;
text-align: center;
color:#000000;
}
.footermenu A:hover {
color:#000000;  
font-weight:bold;
text-decoration:underline; 
font-family:arial,sans-serif, verdana;
font-size:11px
}


/* ------ VARIE BREVI ------ */
.hor {clear:both;width:100%;height:1px;border-top:1px #000000 solid;/*background:#FF7C3A url('../img/hor.png');*/}
.clear {clear:both}
.cornice{border: 1px dashed #000000;}
.noborder{border:0;}
.solid {border: 1px solid #ccc;}
.bold {font-weight: bold;}
.ital {font-style: italic;}
.hilite{color: #BC2B14;}
.dashed{border: 1px dashed #ffffff;}
.center{text-align: center;}
.def{font-style: italic;font-size: 0.8em;}
.personaggio{border: 1px dashed #000000;margin:3px;float: left;width:168px; height:300px}
.pseudolink {cursor: pointer;}
.pseudolinktitle {cursor: pointer;font-weight: bold; color:#123A6D}
.warning {font-weight: bold; color: #D83731; text-align: center}
.note {color: #7F7F7E; font-style: italic; }
.ghosted {color: #7F7F7E;}
.small{font-size: 0.8em;}
.right {float: right}
.left {float: left}
/* ------ FINE VARIE BREVI ------ */

a.roll1{
	display: block;
	background: url('../img/personaggi/box-giulia.jpg');
	width: 168px;
	height: 300px;
	border: 1px #000000 solid;
}

a.roll1:hover{
	background: url('../img/personaggi/box-giulia2.jpg');
}

.iform {
	border: 1px solid #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}

.pulsante {
	border: 2px solid #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	background: #E1E8EF;

}


DIV.onairmsg{
	overflow: auto;
	z-index: 0;

	text-align: left;
	background: #F7D565;
	vertical-align: top;
	padding: 2px;
}

.onairmsg .msg {
	background: #F7D565;
	display:block;
	padding: 2px;
}

.onairmsg .info {
	display:block;
}

.msgdate {
	color: #ffffff;
	background: #F7AC4A;
	text-align: center;
	display:block;
	font-weight: bold;
}

.boxino {
	background: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
}

.boxino .title, .boxino {
	/*display: block;*/
	text-align: center;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	background: #BF1D3C;
	color: #ffffff;
}

.boxino .content{
	width: 100%;
	font-size: 10px;
	color: #CC3B44;
}

.infobig{
	float: left;
	width: 100%;
}


.fascia {
	float: left;
	width: 100%;
}

.strillobig{
	background: #FFF5D6;
	float: left;
	width: 99%;
}

.strillobig img{
	border: 1px solid #535353;
}


.sx-strillo{
	text-align: left;
	float: left;
	margin-bottom: 8px;
	margin-top: -5px;
	margin-top: 8px !important;
	width: 48%;
}

.sx-strillo p{
	margin: 3px 0px;
}

.dx-strillo{
	text-align: left;
	float: right;
	margin-bottom: 8px;
	margin-top: -5px;
	margin-top: 8px !important;
	width: 48%;
}

.dx-strillo p{
	margin: 3px 0px;
}

.dx-strillo a img.audio-icon {
	border: none;
	float:none;
	margin:0px 5px 0px 0px;
}

.sx-strillo p.titolo, .dx-strillo p.titolo{
	color: #003471;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}


/*------------brozzy style----------*/

.scenbox{
	float: left;
	width: 100px;
	border: 0px;
	margin: 3px;
	padding-top: 3px;
	background-color: #FFCE8F;
	text-align: center;
}

.evidorange {font: 12px verdana, sans-serif; color: #000000; /*font-weight: bolder;*/ background:#FFDAAA; padding: 1px 5px; border-bottom: 2px #F7AC4A solid;}

.scenbox A IMG{
	border: 2px #ffffff dotted;
}


.scendati{
	width: 600px;
	border: 0px;
	margin: 5px;
	padding: 5px;
	background: url('../img/sfform.png');
	text-align: left;
	font-weight: bold;
}

.scenform{
	border: 2px #ffffff dotted;
	padding: 5px;
	background-color: #FFEABB;
	text-align: left;
	font-weight: bold;
}

.float{
	display: none;
	width: 95%;
	background: /*#EA9E3B*/ #BF1D3C;
	padding-left: 5%;
	color: #ffffff;
}

.boxesempio{
	background: #ffffff;
	border: 5px #F75500 solid;
	padding: 5px;
	width: 600px;
	text-align: left;
	margin-top: 15px;
}

.laterale_es{
	background: #F3F4EB;
	padding: 3px;
	float:left;
	width:120px;
	height: 130%;
	margin-right:5px;
	border-left: 3px solid #DFE0D7; border-right: 3px solid #DFE0D7; border-top: 3px solid #DFE0D7;
}


.pseudolink2{
	cursor: pointer;
	border-left:5px #BF1D3C solid;
	border-right:5px #BF1D3C solid;
	background: #F7F6EA;
	text-align: center;
}


.title_es { font-weight: bold; text-align: center; }
.didascalia_es   { text-decoration: none; color: #6A787C; font-style: italic; }
.horinv {clear:both;width:100%;height:1px;border-top:0px #000000 solid;}
.didasc{text-decoration:underline; font-style: italic;}



