/* CSS Estrutura da página */

#centralizador_div{
	text-align:left;
	margin:0 auto;
	padding:35px 0 0 0;
	width: 772px;
	height:auto;
}
	
body { background:#f2f2f2 url(../img/fundo_geral.gif) repeat-x;}

a:link, a:visited { color:#0372b4;}
a:hover { text-decoration:underline;}

/* header */

.header { width:690px; padding:0 0 0 80px; height:240px; float:left; position:relative; border:1px solid #fff; background:#f5f4f4 url(../img/fundo_header.gif) no-repeat right;}
.header h1 { width:184px; height:53px; padding:0; margin:25px 0 0 0px; background:url(../img/logo.gif) no-repeat;}
.header h1 span { display:none;}
.header h2 { width:100%; height:auto; margin:0; padding:25px 0 0 0px; float:left; font-size:13px; color:#000000; line-height:20px;}
.header h2 span { color:#0372b4;}
.header a.bt { display:block; width:329px; height:38px; margin:25px 0 0 0; float:left; clear:both; background:url(../img/bt.gif) no-repeat top left;}
.header a.bt:hover { background-position:bottom left;}

/* CONTEUDO */

.conteudo { width:770px; margin:15px 0 0 0; padding-bottom:100px; height:auto; float:left; position:relative; background:#f7f7f6 url(../img/finalera.gif) no-repeat bottom;}
.bg { width:610px; padding:60px 80px 0 80px; height:auto; float:left; position:relative; background:url(../img/conteudo_right.gif) no-repeat top; border:1px solid #fff; border-bottom:none;}
.conteudo h3 { padding:0; margin:0 0 60px 0; color:#000; font-size:16px;}
.conteudo img.thumb1 { position:absolute; z-index:10; top:100px; left:70px;}
.conteudo img.thumb2 { position:absolute; z-index:10; top:259px; right:70px;}
.conteudo img.thumb3 { position:absolute; z-index:10; top:474px; left:70px;}
.conteudo img.thumb4 { position:absolute; z-index:10; top:649px; right:70px;}
.conteudo p { width:100%; height:74px; margin:0 0 100px 0; background:#f1f1f1; color:#454545; line-height:17px;}
.conteudo p.img_left { width:350px; padding:20px 40px 0 220px; background:#f1f1f1 url(../img/p_direita.gif) no-repeat right;}
.conteudo p.img_right { width:350px; padding:20px 220px 0 40px; background:#f1f1f1 url(../img/p_esquerda.gif) no-repeat left;}

