/* CSS Document */

h2.artigos {
	background:url(img/tit_artigos.gif) no-repeat center left;
	width:620px;
	height:50px;
	text-indent:-9999px;
}

h2.duvidas {
	background:url(img/tit_duvidas1.gif) no-repeat center left;
	width:620px;
	height:50px;
	text-indent:-9999px;
	margin-bottom:20px;
}

h2.tecnicas{
	background:url(img/tit_tecnicas.gif) no-repeat top left;
	width:620px;
	height:50px;
	text-indent:-9999px;

}

h2.cv{
	background:url(img/tit_cv.gif) no-repeat top left;
	width:620px;
	height:50px;
	text-indent:-9999px;

}

h2.audios{
	background:url(img/tit_audios.gif) no-repeat top left;
	width:620px;
	height:50px;
	text-indent:-9999px;

}

h2.contatos{
	background:url(img/tit_contato.gif) no-repeat top left;
	width:620px;
	height:50px;
	text-indent:-9999px;

}

h2.agenda{
	background:url(img/tit_agendas.gif) no-repeat top left;
	width:620px;
	height:50px;
	text-indent:-9999px;

}

div#apoio{
	width:661px;
	background:#fff;
	border-left:1px solid #D3C8C3;
	border-right:1px solid #D3C8C3;
	padding:0 4px 4px 4px;
	background:#fff url(img/bg_conteudo.jpg) repeat-x bottom center;

}


div#conteudo{
	border-left:1px solid #D3C8C3;
	border-right:1px solid #D3C8C3;
	border-bottom:1px solid #D3C8C3;
	padding:10px;
/*	background:url(img/bg_flores.gif) no-repeat top right;
*/
}
div#conteudo h5{
	font-size:13px;
	font-weight:bold;
	margin:6px 5px 5px 5px;
	padding:2px 0 0 18px;
	color:#666;
}

div#conteudo h4{
	color:#6C396C;
	font-size:13px;
	font-weight:bold;
	margin:6px 5px 5px 5px;
	padding:2px 0 0 18px;
}

div#conteudo h3 {
	color:#6C396C;
	font-size:13px;
	font-weight:bold;
	margin:6px 5px 5px 5px;
	background:url(img/icoflores.gif) no-repeat 0 15%;
	padding:2px 0 0 18px;
}

div#conteudo p {
	margin:10px 5px 0 28px;
}

div#conteudo ul li {
	background:url(img/bullet.gif) no-repeat center left;
	padding-left:15px;
	margin:3px 0 0 30px;
}

div#conteudo table {
	width:520px;
	border:1px solid #ccc;
	margin:0px auto;
}

div#conteudo table td{
	padding:5px;
	text-align:left;
	font-weight:bold;
}

.formulario{
	width:95%;
	border:1px solid #ccc;
	text-align:left;
	padding:1px;
}

.linha{
	background:url(img/linha.gif) repeat-x bottom left;
}

div#voltar{
	background:url(img/voltar.gif) no-repeat top right;
	width:621px;
	height:25px;
	margin-top:10px;
}

div#voltar a{
	text-indent:-9999px;
	display:block;
	width:120px;
	height:22px;
	outline:none;
	position:relative;
	left:500px;
	top:0px;
}

#titulo_relacionadas{
	background:url(img/tit_relacionados.gif) no-repeat top left;
	width:625px;
	height:20px;
	text-indent:-9999px;
	margin-top:40px;
	
}

.data{
	color:#92708B;
	font-size:11px;
	background:url(img/calend.gif) no-repeat center left;
	padding-left:15px;
	font-weight:bold;
	margin-left:17px;
}

.data_agenda{
	color:#92708B;
	font-size:20px;
	font-weight:bold;
	margin:15px 0;
}

.titulo{
	color:#436B39;
	text-transform:uppercase;
	margin-left:6px;
	font-size:14px;

}
.autor{
	color:#670042;
	font-size:11px;
	font-weight:bold;
	margin:20px 30px 20px 0;
	text-align:right;

}

.negrito{
	font-weight:bold;
}

.bt{
	background:#670042;
	color:#fff;
	border:none;
	padding:2px;
	width:70px;
}