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

/* Estilos do hotsite do Programa Senac de Boas Práticas em Resíduos Sólidos para o setor Hoteleiro */
/* Senac Pernambuco */
/* Autor: Eric Campos - ericcampos@pe.senac.br, campos.eric@gmail.com */
/* Data: 04/06/2014 */

/* Geral */
*{margin:0; padding:0;}
html, body {height:100%;}
body {margin:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#333;}
img {border:0;}
h1, h2, h3 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom:15px;}
h1 {font-size:20px; color:#205928;}
h2 {font-size:16px; color:#82BA47;}
h3 {font-size:13px; color:#82BA47;}
p {margin-bottom:15px;}
ul {margin-left:15px; margin-bottom:15px;}
ol {margin-left:22px; margin-bottom:15px;}
.p_final {margin-bottom:0;}
.ul_final {margin-left:15px; margin-bottom:0;}
.ol_final {margin-left:22px; margin-bottom:0;}

/* Divs estruturais: características gerais */
#principal {width:100%; min-height:100%; margin:0 auto; position:absolute;}
#conteudo {left:50%; margin-left:-450px; position:relative;}

/* Divs estruturais: características individuais */
#conteudo {width:820px; min-height:485px; padding:40px 40px 10px 40px; position:relative; background-image:url(imagens/bg.jpg); background-repeat:no-repeat;}

/* Divs de conteúdo */
#menu {width:100%; margin:0 0 40px 0;}
#txt_conteudo {float:right; width:540px; min-height:290px;}

/* Links */
a:link {text-decoration:none; color:#205928;}
a:visited {text-decoration:none; color:#205928;}
a:hover {text-decoration:underline; color:#205928;}
