﻿/*  Layout  box */
.Box01
{
   clear:both;
   display:block;
}


.Box01 .c 
{	
	display:block;
	text-align:left;
}	

/* Titolo */
.Box01 .hd  h1 
{
   font-size:120%;
   color:#f9c801;
   font-weight:bold
}

.Box01 .hd 
{
	height:34px;
	background:transparent url(../../images/box/bg_box.gif) repeat-x;
}
.Box01 .hd .c 
{ 
  padding:9px 0 0 12px;
}
.Box01 .bd {
   padding:10px 12px 12px 12px;
   font-size:110%;
   line-height:16px;
}

.Box01 .bd .c 
{
   height:auto !important;
   height:0;
   overflow:visible;
   display:table;
   width:100%;   
}


.Box01 .ft {
   display:none;
}

/*Classe Menu*/
.Menu .hd  {
	height:38px;
	background:transparent url(../../images/box/bg_box2.gif) repeat-x;
}

.Menu .hd  h1 
{
   font-size:120%;
   color:#545454;
   font-weight:bold
}