#dv_texto_inicial{
	position:relative;
	width:100%;
	display:block;
	margin:0px;
	}
#dv_texto_inicial .textos{
	margin:0px;
	}
.dv_texto_inicial_item{
	position:relative;
	left:0px;
	top:0px;
	display:table;
	width:100%;
	clear:both;
	border-bottom:solid 1px #FFFFFF;
	padding-bottom:10px;
	margin-top:10px;
	}
.dv_texto_inicial_item:hover{
	background-color:#EEE;
	cursor:pointer;
	}
.dv_texto_inicial_item span{
	width:78px;
	height:78px;
	background-image:url(../imagens/fundo_foto_inicial.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	}
.dv_texto_inicial_item span img{
	margin:9px;
	}
#dv_texto_inicial .dv_texto_inicial_item .textos{
	margin-left:90px;
	}
#dv_texto_inicial .dv_texto_inicial_item .textos .titulo_flash{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#990000;
	margin:0px;
	}
#dv_texto_inicial .dv_texto_inicial_item .textos p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	margin:0px;
	line-height:120%;
	}
