/* CSS Document */
*{
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
font-size:11px;
text-align:center;
}
#tudo_sede{
width:562px;
margin:auto;
text-align:justify;
background-color:#FFFFFF;
}
#topo_sede{
width:562px;
height:211px;
float:left;
background-image:url(images/topo.jpg);
}
#menu_sede{
width:562px;
height:31px;
float:left;
text-align:center;
}
#conteudo_sede{
width:510px;
height:350px;
color:#666666;
float:left;
margin-left:26px;
_margin-left:13px;
margin-top:10px;
margin-bottom:35px;
}
#tit_conteudo_sede{
width:510px;
height:20px;
float:left;
font-size:16px;
color:#666666;
font-weight:bold;
}
#texto_conteudo{
width:510px;
min-height:330px;
_height:330px;
float:left;
text-align:justify;
}
#texto_conteudo p{
width:510px;
text-align:justify;
}
#rodape_sede{
width:562px;
height:37px;
float:left;
margin-left:2px;
_margin-left:0px;
background-color:#5D96BE;
}
#box_todos_eventos{
width:500px;
height:380px;
margin:4px;
}
#box_eventos_futuros {
width:500px;
height:400px;
background-color:#EFEFEF;
margin-top:30px;
float:left;
}
#box_eventos_futuros_titulo{
width:500px;
height:20px;
background-color:#FF9933;
color:#FFFFFF;
font-weight:bolder;
float:left;
}
#box_eventos_futuros_conteudo{
width:500px;
height:380px;
overflow:auto;
float:left;
}
#box_eventos_realizados {
width:500px;
height:160px;
background-color:#EFEFEF;
margin-top:30px;
float:left;
}
#box_eventos_realizados_titulo{
width:500px;
height:20px;
background-color:#FF9933;
color:#FFFFFF;
font-weight:bolder;
float:left;
}
#box_eventos_realizados_conteudo{
width:500px;
height:140px;
overflow:auto;
float:left;
}
#box_galeria{
width:500px;
float:left;
border:thin;
border-color:#CCCCCC;
border-style:solid; 
}
#box_imagem_comentario{
width:100px;
height:120px;
float:left;
margin:10px;
} 
#box_galeria img{
width:100px;
height:100px;
border:none;
}
.texto_eventos{
width:90%;
margin:6px;
}  
.titulo_eventos{
margin:3px;
}   
.comentario{
width:250px;
height:150px;
overflow:auto;
}
.campo{
width:250px;
}