/*****    Container fundo Verde Escuro ******/
.TituloFundoVerde {
    margin-bottom: 7px;
    margin-top:7px;
}
.TituloFundoVerde .titulo {
    background: -webkit-linear-gradient(left, #e3e4e4 20%, #e3e4e4); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right,  #e3e4e4 20%, #336666); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right,  #e3e4e4 20% , #336666); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right,  #e3e4e4 20% , #336666 ); /* Standard syntax */
    border:1px solid #fff;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    color: #336666;
    font-family:verdana;
    font-size:16px;
    display: block;
    font-weight: bold;
    padding: 15px 10px 5px 10px;
}

.TituloFundoVerde p, .TituloFundoVerde span, .TituloFundoVerde strong, .TituloFundoVerde blockquote,
.TituloFundoVerde a,.TituloFundoVerde .Normal,.TituloFundoVerde .NormalDisabled,.TituloFundoVerde .NormalDeleted {
    color:#000;
    font-size:12px;
    font-family:verdana;
}
.contentTituloFundoVerde {
 
     background-color:#e3e4e4;
     border-bottom:1px solid #336666;
     padding:15px 10px;
     border-bottom-left-radius:5px;
     border-bottom-right-radius:5px;
}
.contentTituloFundoVerde a{
    display:block;
    padding-bottom:5px;
}
.contentTituloFundoVerde a:hover{
	text-decoration:underline;
}
