/* CSS Document */

#colunaDireita {

width:320px;
height:280px;
background:url(../imagens/sombraBox.png) repeat-x top;
margin-top:4px;
float:right;
padding:10px 0 0 0;

}

#colunaPrincipal {
background:url(../imagens/sombraBox.png) repeat-x top;
width:660px;
float:left;
margin-top:4px;
padding:10px 0 0 0;
}

#colunaInteira {
background:url(../imagens/sombraBox.png) repeat-x top;
width:951px;
float:left;
margin-top:4px;
}

#logoEmpresa, #conteudoEmpresa {
border:#DCDCDC solid 1px;
height:107px;
vertical-align:middle;
display:table-cell;
float:left;
margin-bottom:5px;
}

#logoEmpresa {
width:163px;
text-align:center;
}

#conteudoEmpresa {
width:470px;
margin-left:5px;
}

#infoEmpresa {
width:295px;
float:left;
padding:6px;
}

#fotoEmpresa {
width:143px;
float:right;
padding:4px;
}

#eventoLista {
width:50%;
float:left;
}

#fotoEvento {
border:#DCDCDC solid 1px;
width:110px;
height:85px;
float:left;
padding:5px;
margin:3px;
}

#fotoEventoBackground {
width:110px;
height:85px;
border:0;
}

#paginacao {
float:left;
width:100%;
text-align:center;
margin:10px;
}

.paginacaoSelecionado {
background-color:#878A91;
color:white;
padding: 0px 2px 0px 2px;
}