.agrupaEventos{
    width: 500px;
}
.evento{
    background-image: url("../imagens/fundoTestemunho.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 20px;
    margin-top: 15px;
}
.agrupaImagem{
    width: 90px;
    margin-right: 5px;
    display: inline;
}
.titEvento{
    font-size: 17px;
    font-weight: bold;
    color: #FF0;
    width: 400px;
    text-decoration: none;
}
.titEventoLong{
    font-size: 17px;
    font-weight: bold;
    color: #FF0;
    width: 500px;
    text-decoration: none;
}
.descLocal{
    width: 300px;
    font-size: 13px;
}
.descLocalLong{
    width: 400px;
    font-size: 13px;
}
.dataEvento{
    font-size: 13px;
    width: 400px;
}
.dataEventoLong{
    font-size: 13px;
    width: 500px;
}
.local{
    font-size: 13px;
    font-weight: bold;
    padding-right: 3px;
}
