@charset "utf-8";
/* CSS Document */

/* Geral */
img,body,ul,li,h1,h2,h3,h4,h5 { padding:0; border:0; margin:0;}
.espacador5 { width:100%; height:5px; clear:both; }
.espacador10 { width:100%; height:10px; clear:both; }
.espacador15 { width:100%; height:15px; clear:both; }
.espacador20 { width:100%; height:20px; clear:both; }
.espacador30 { width:100%; height:30px; clear:both; }

/* Corpo */
body { background-color:#EFEFEF; margin:0; padding:0; border:0; font-family:Verdana; }
#site_container { width:1080px; margin:0 auto; }
#meio_site { width:100%; background-image:url('imagens/fundo_pagina.jpg'); }
#lateral_esquerda { width:299px; position:relative; float:left; }
#principal { width:482px; position:relative; float:left; }
#lateral_direita { width:299px; position:relative; float:right; }
#principal_conteudo { clear:both; width:442px; margin-right:20px; margin-left:20px; background-image:url('imagens/sombra_meio.jpg'); background-repeat:repeat-x; min-height:250px; }

.titulo_secao { font-size:13px; font-weight:bold; letter-spacing:-0.1em; }
.texto_secao { padding:20px; font-size:11px; }

.noticia1 { background-color:#B2AD7D; color:#FFF; margin-bottom:5px; padding:3px; }
.noticia2 { background-color:#C7C5A3; color:#FFF; margin-bottom:5px; padding:3px; }
.noticia1 a { color:#000; text-decoration:none; }
.noticia2 a { color:#000; text-decoration:none; }

/* Lateral esquerda */
#menu_container { width:200px; position:relative; top:28px; left:46px; }
#logo_marcadagua { width:188px; height:54px; background-image:url('imagens/logo_marcadagua.png'); }
.item_menu_1 { width:200px; height:27px; line-height:27px; background-image:url('imagens/fundo_menu1.png'); }
.item_menu_2 { width:200px; height:27px; line-height:27px; background-image:url('imagens/fundo_menu2.png'); }
.separador_menu { clear:both; width:100%; height:6px; background-image:url('imagens/separador_menu.png'); }
.item_menu_1 a { margin-left:40px; color:#FFF; font-size:12px; font-weight:bold; text-decoration:none; }
.item_menu_2 a { margin-left:40px; color:#FFF; font-size:12px; font-weight:bold; text-decoration:none; }
.menu_titulo { font-size:14px; text-align:center; font-weight:bold; letter-spacing:-0.1em; }
#box_contato { width:224px; height:80px; background-image:url('imagens/fundo_box_contato.png'); position:relative; left:-12px; font-size:10px; padding-left:12px; overflow:hidden; }

/* Lateral direita */
#servicos_destaque_container { width:224px; position:relative; top:28px; left:46px; }
#box_servicos { width:224px; background-image:url('imagens/fundo_box_servicos.png'); position:relative; left:-12px; font-size:10px; padding-left:12px; }
#fim_box_servicos { width:224px; height:4px; clear:both; background-image:url('imagens/fim_box_servicos.png'); position:relative; left:-12px; font-size:10px; padding-left:12px; }
.box_servicos_item { margin-top:5px; margin-bottom:5px; }
.box_servicos_item a { color:#000; text-decoration:none; }


/* Rodape */
#rodape_container { background-image:url('imagens/fundo_pagina.jpg'); }
#rodape_creditos { background-color:#4F7134; width:100%; height:40px; color:#FFF; text-align:center; font-size:10px; padding-bottom:10px; }
#rodape_creditos a { color:#FFF; text-decoration:none; }
#rodape_creditos a:hover { color:#FFF; text-decoration:underline; }