
.conteudo-noticia .conteudo-editor {
    font-size: 20px;
    color: #737373;
    text-align: left;
}

.desc-noticia h2 {
    font-size: 33px;
    text-align: center;
    color: #777777;;
}

.desc-noticia h3 {
    text-align: center;
    font-size: 22px;
    color: #999999;
}



.desc-noticia p{
    color: #3c4858;
    font-size: 16px;
}

.desc-tags h3 {
    text-align: left;
    color: #5d5d5d;
    font-size: 13px;
}

.linha-tags {
    background-color: #777777;
}

.tags p {
    background-color: #777777;
    color: white;
}

.tags p:hover {
    background-color: #3a3a3a;;
}

/* Formul�rio */

#formularioDinamico h3{
    color: #333333;
    text-align: center;
    font-size: 23px;
}

#formularioDinamico .titulo {
    color: #2e508b;
    text-align: center;
    font-size: 36px;
}

#formularioDinamico table h1 {
    text-align: left;
    color: #999999;
}

#formularioDinamico .FORM_DESCRICAO {
    color: #999999;
}

#formularioDinamico #Submit {
    color: #ffffff;
    font-size: 16px;
    background: none repeat scroll 0 0 #999999;
}

#Submit:hover {
    background: none repeat scroll 0 0 #444444;
}

#formularioDinamico input,
#formularioDinamico textarea,
#formularioDinamico select {
    background-color: #f5f5f5;
    color: #565656;
    border: 1px solid #e8e8e8;
}


.nome-gravatar{
    color: #4e4e4e;
    font-size: 20px;
    font-weight: bold;
}

.funcao-gravatar{
    color: #929292;
    font-size: 14px;
}


.sobre-gravatar{
color: #999999;
      text-align: justify;
      font-size: 14px;
}