
#columna_ajuda{
    position:relative;
    display: table-cell;
    font-size: 11px;
}
#ajuda_titol{
    background-color: #ed7703;
    color: white;
    padding: 0.6em 0em 0.6em 0.8em;
    font-weight: bold;
}
#ajuda_contingut{
    background-color: #ffe8c8;
    padding: 0.6em 0em 0.6em 0.8em;
    margin-top:0.1em;
}

#ajuda_contingut a{
    color:#666666;
}

#ajuda_contingut p{
    margin:0em 1.5em 1em 0em;
}
#ajuda_contingut p span{
    color:#ed7703;
    font-weight: bold;
}