/* CSS Document - Content Sec*/

#fundo_titulo_top{
	 top: -1px;
	 width: 700px;
	 height: 25px;
	 background: #09f;
}
#fundo_titulo_bottom{
	 margin-top: 10px;
	 width: 700px;
	 height: 25px;
	 background: #09f;
}
.titulo_top{
	top: 3px;
	padding-left: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	color: #fff;
	font-weight: bold;
}
.titulo_bottom{
    left: 26px;
	top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
}
.texto_cima{
	width: 630px;
	padding-top: 46px;
   	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}
.texto_cima a{
   	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.texto_meio{
display: none;
}
.texto_meio a{
display: none;
}
.texto_meio_s{
	width: 630px;
	margin-top: 12px;
   	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}
.texto_meio_s a{
   	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #09f;
}

#voltar a{
	display: none;
}
#banda_meio{
    width: 700px;
	height: 2px;
	font-size: 4px;
	background: #333;
	margin-top: 10px;
}
#banda_meio_inicio{
display: none;
}
#banda_meio_azul{
    width: 700px;
	height: 5px;
	font-size: 4px;
	background: #09f;
	border-top: 2px;
	border-top-color: #fff;
	border-top-style: solid;
}