
#barraEsquerda{
    width: 300px;
    float: left;
}

#eventoList{
    width: 65%;
}

.agenda .conteudo{
    float: left;
    width: 100%;
}
.agenda .agendaitem{
    border-bottom: 1px solid #dedede;
    float: left;
    width: 100%;
    padding: 15px 0px; 
}
.agenda .imagem{
    float: left;
    width: 200px;
    margin-right: 10px;
    overflow: hidden;
    height: 250px;
}

.agenda .data{
    float: left;
}

.agenda .titulo{
    font-weight: bold;
    margin-bottom: 10px;
}

.agenda{
    float: right;
    border-bottom: 1px #EEEEEE dotted;
    margin-bottom: 30px;
    width: 68%;
}
#barraEsquerda input{
    width: 200px;
}
#barraEsquerda button{
    height: 30px;
}

#agendaConteudo{
    width: 70%;
    float: left;
}

#dirInner{
    width: 25%;
    float: right;
}

#componente h4{
    color: #64A6CD;
}

#filter_tipo_evento{
    width: 258px;
    margin-bottom: 10px;
}

.limit{
    display: none;
}