.home_table
{
  width: 720px;
  border: none;
  background-color:none; 
  empty-cells: show;
  position: relative;
  left: 25px;
}  

.home_table td
{
  vertical-align: top;
}

.home_box
{
  width: 352px;
  empty-cells: show;
  margin-top: 10px;
}

.home_box img
{
  border: none;
  margin: 0px;
}

.home_box_title
{
  height:119px; 
  background-position: 0 0;
  background-repeat: no-repeat;
  width:100%
  
}

.home_box_content
{
  height:213px; 
  background-position: 0 0;
  background-repeat: repeat y;
  width:100%
  text-align: left;
  padding: 10px;
}

.home_box_servizi  
{
  height:98px; 
  background-position: 0 0;
  width:100%
}

.home_box_bottom
{
  height:12px; 
  background-position: 0 0;
  background-repeat: no-repeat;
  width:100%
}

.home_showcontent_link a
{
  text-decoration: none;
  color: #00F;
}

.home_showcontent_link a:hover
{
  text-decoration: none;
  color: #00f;
}

.home_showcontent_titolo
{
  padding-top: 50px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
}

.home_showcontent_sottotitolo
{
  font-style: italic;
  /*  padding: 10px;  */
  width: 99%;
  text-align:right;
}

.home_showcontent_riassunto
{
  font-weight: bold;
  font-size: 12px;
  
}


