@charset "utf-8";
/* CSS Document */

/* Zerando alguns atributos padroes do css */
* {margin: 0; padding: 0; border: 0 none; list-style-type: none; text-decoration:none;}

body {margin:0; width:100%; font-family:Verdana, Geneva, sans-serif;}

#geral {width:1000px; margin:0 auto; position:relative;}

/* inicial */
#pg_inicial {background:#ffffff url(../images/bg_index.jpg) no-repeat center top;}
#pg_inicial #topo {background:url(../images/bg_topo_incial.jpg) no-repeat center top;}
#pg_inicial #menu {background:url(../images/menu_index.jpg) no-repeat center top;}

/* Internas */
.interna {background:#ffffff url(../images/bg_interna.jpg) no-repeat center top;}
.interna #topo {background:url(../images/bg_topo_interna.jpg) no-repeat center top;}
.interna #menu {background:url(../images/menu_interna.jpg) no-repeat center top;}

#destaque_interna {width:1000px; height:262px; float:left;}
#destaque_interna h2 span {display:none;}
#destaque_interna img {border:0; margin:0; padding:0;}

#tudo {width:1000px; float:left; background:#ffffff url(../images/bg_tudo.jpg) repeat-x center top;}

#conteudo_interna {width:961px; background:#f4f5e0 url(../images/bg_cont_interna.jpg) no-repeat center top; float:left; margin-left:20px; padding-bottom:30px; display:inline;}

#col_lateral {width:310px; float:left;}
