.txt {
	clear: both;
	width: 90%;	
	margin-left: 5%;
}
.txt span {font-weight: bold;}

.txt a {
	font-style: italic;
	color: #7F8080;
}
.txt a:hover {color: #EAA231;}

.txt p {
	text-align: justify;
	line-height: normal;
}

.txt2 {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
}
.txt2 span {font-weight: bold;}
.txt2 p {
	text-align: justify;
	line-height: normal;
}



/* imagem */
#fundo_imagem {
	clear: both;
	width: 100%;
}
#fundo_imagem img {width: 100%;}


/* fichas cadastrais */

.bt_ficha {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	
}

.bt_ficha img {
	width: 120px;
	margin-left: 5px;
	margin-right: 5px;	
}
.bt_ficha img:hover {-webkit-filter: brightness(0.8);}



@media only screen and (min-width: 768px) {
/* fichas cadastrais */	
.bt_ficha {
	margin-top: 40px;
	margin-bottom: 40px;	
}

.bt_ficha img {
	width: 140px;
	margin-left: 8px;
	margin-right: 8px;	
}	
}

@media only screen and (min-width: 1280px) {
/* fichas cadastrais */	
.bt_ficha {
	margin-top: 50px;
	margin-bottom: 50px;	
}	
}