﻿span.palestrante
{
    font-weight: bold;
}
ul.listaPalestrantes
{
    list-style-type: none;
    padding: 0px;
}
li.palestrante
{
    border: 1px solid #000;
    padding: 10px;
    padding-bottom: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    min-height:133px;
}
li.palestrante p
{
    font-size:12px;
}
li.palestrante img
{
    float: left;
    margin-right: 10px;
    width: 128px;
    height: 123px;
}
ul.listaPalestrantes ul
{
    font-size:12px;
}
