/* 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:left;
margin-top:0px;
margin-bottom:0px;
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_eventos{
width:510px;
/* height:610px; */
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;
}
#rodape_sede{
width:562px;
height:37px;
float:left;
background-color:#5D96BE;
}
#box_todos_eventos{
width:500px;
min-height:100px;
_height:100px;
margin:4px;
}
#box_eventos_futuros {
width:500px;
min-height:100px;
_height:100px;
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;
min-height:100px;
_height:100px;
margin-top:10px;
margin-bottom:10px;
overflow:auto;
float:left;
}
#box_eventos_realizados {
width:500px;
min-height:100px;
_height:100px;
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;
min-height:100px;
_height:100px;
margin-top:10px;
margin-bottom:10px;
overflow:auto;
float:left;
}
#box_todos_eventos a{
text-decoration:none;
color:#CC0033;
}
#box_todos_eventos a:active{
text-decoration:none;
}
#box_todos_eventos a:hover {
text-decoration:underline;
color:#FF6666;
}
.texto_eventos {
width:90%;
margin:6px;
}  
.titulo_eventos{
margin:3px;
}   
.comentario {
width:200px;
height:40px;
overflow:auto;
}
