/* CSS Document */
.geral
   {
     width      : 260px;
     height     : 300px;
     margin     : 2px;
     float      : left;
     text-align : center;
     border     : 1px solid;
   }
.foto
   {
     width         : 200px;
     height        : 200px;
     margin-top    : 10px;
     margin-bottom : 10px;
     margin-left   : 30px;
     margin-right  : 30px;
     float         : center;
     text-align    : center;
   }
.descricao
   {
     width      : auto;
     height     : auto;
     text-align : left;
     clear      : left;
     margin-left: 10px;
     margin-right:10px;
   }