 .haccordion .header, .haccordion .content, .haccordion .head{
   float: left;
   /*height: 100px;*/
  }
  
  .haccordion .header{
   /*width: 121px;*/
   
   background: #ffffff; /* url(../images/bsabadell.jpg) ;background-repeat:no-repeat;*/
   color: #fff;
   cursor: pointer;
   overflow: hidden;
   margin-left: 40px;
   outline: 0;
  }
  .haccordion .head {
   /*width: 121px;*/
   
   background: #ffffff; /* url(../images/bsabadell.jpg) ;background-repeat:no-repeat;*/
   color: #fff;
   cursor: pointer;
   overflow: hidden;
   margin-left: 40px;
   outline: 0;
   border:0px;
   
  } 
  .head a{
   /*width: 121px;*/
   display: block;
   background: #ffffff; /* url(../images/bsabadell.jpg) ;background-repeat:no-repeat;*/
   color: #fff;
   cursor: pointer;
   overflow: hidden;
 
   outline: 0;
   border:none;
   
  }  
  .haccordion .content{

   width: 100px;
   height: 80px;
   margin: 5px;
   
   overflow: hidden;
   display:block;
  }
  
  
.content ul{
       list-style:none;
       margin:0px
       }
ul li{
       margin:0px
       }
.content a{
 color:#bc2e16;
 text-decoration:none;
 font-size: 11px;
 font-family:Arial;
 margin: 0px;
 }
 