/* CONTENT - LISTA FLEXIBILA
---------------------------------------------------------------*/
.listItem h2.title {
  margin-bottom: 3px;
  margin-top: 0;
  padding-top: 0;
  line-height: 100%;
}

.listItem {
  padding-bottom: 10px;
  float:left;
  text-align:center;
  margin-right: 13px;
  margin-left: 13px;
  width:106px;

}

a.listItemPhoto{
  display: block;
  border: 1px solid #D3D3D3;
  width:104px;
  text-align:center;
  margin-bottom:2px;
}

a.listItemPhoto img{
  border: 2px solid #E2E2E2;
  /*padding-bottom: 2px;*/
}


a.listItemPhoto:hover{
  border: 1px solid #007C57;
}

