/* 
    Document   : duvida
    Created on : 07/11/2014, 11:58:04
    Author     : danilo
    Description:
        Purpose of the stylesheet follows.
*/


span {
    text-decoration: underline;
}

span.tituloConteudo{
    text-decoration: none;
}

#itens li {
    line-height: 20px;
}

#duvidas ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style: url(../img/icones/favorito.png);
}


.opiniao {
    background-image:
        linear-gradient(#fff, #ccc),
        linear-gradient(#f3c, #4ec);
    box-shadow:
        1px 1px 1px #000,
        2px 2px 1px 1px #ccc inset;
}

.autor {
    text-align: right;
    font-weight: bold;	
    color: gray;
}

.liTitulo {
    font-weight: bold;
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.depoimento {
    border: 1px solid #06286A;
    padding: 5px 15px;
    margin-top: 15px;
}
.depoimento legend {
    font-weight: bold;
    padding: 0px 10px;
}