/* CSS Document - Content Sec*/
#fundo_titulo_top{
     float: left;
	 position: relative;
	 top: -1px;
	 width: 800px;
	 height: 25px;
	 background:  url(../imagens/linha_azul.jpg);
}
#fundo_titulo_bottom{
	 margin-top: 30px;
	 width: 800px;
	 height: 25px;
	 background: #09f;
}
.titulo_top{
    position: relative;
    left: 26px;
	top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.titulo_bottom{
    position: relative;
    left: 26px;
	top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.texto_cima{
	width: 700px;
	margin-left: 60px;
	margin-top: 70px;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.texto_cima a{
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #09f;
}
.texto_meio{
	width: 700px;
	margin-left: 60px;
	margin-top: 30px;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background: url(../imagens/fundo.gif) no-repeat;
}
.texto_meio a{
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #09f;
}
.texto_meio_s{
	width: 700px;
	margin-left: 60px;
	margin-top: 30px;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.texto_meio_s a{
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #09f;
}
#texto_baixo{
	top: 30px;
	left: 28px;
	width: 432px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
#voltar a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #09f;
	margin-left: 750px;
}
#banda_meio{
    width: 800px;
	height: 2px;
	font-size: 4px;
	background: #333;
	margin-top: 20px;
}
#banda_meio_inicio{
    width: 800px;
	height: 2px;
	font-size: 4px;
	background: #333;
	margin-top: 30px;
}
#banda_meio_azul{
    width: 800px;
	height: 5px;
	font-size: 4px;
	background: #09f;
	border-top: 2px;
	border-top-color: #fff;
	border-top-style: solid;
}