/* CSS Document */

  /* SOLUÇÕES */
  #solucoes {
    width: 465px;
    float: left;
    border-left: 1px dotted #CCC;
    padding: 0 4px 0 11px;
    margin: 10px auto;
  }
  
  #solucoes h2{
    background: url('../imagens/solucoes.jpg') center left no-repeat;
    width: 450px;
    height: 61px;
    text-indent: -5000px;
    overflow: hidden;
    margin: 5px 7px;
  }
  
  #solucoes h3 {
    border-bottom: 3px double #DDD;
    color: #72706F;
    font: normal 25px "Trebuchet MS", Verdana;
    margin-top: 15px;
    display: block;
    padding-left: 7px;
  }
  
  #solucoes p {
    color: #FD8A00;
    font: normal 11px Verdana;
    text-align: justify;
    line-height: 15px;
    margin-left: 7px;
  }
  
    #solucoes ul li {
      font: normal 14px "Trebuchet MS", Verdana;
      margin: 4px 30px;
      list-style: square;
    }
  
  #solucoes #links a {
    font: bold 16px "Trebuchet MS", Verdana;
    color: red;    
    display: block;
    text-align: center;
    margin: 7px auto;
  }
  
  #solucoes #links a:hover {
    text-decoration: underline;
    color: blue;
  }
  
  

  /* FIM DE SOLUÇÕES */
