@charset "UTF-8";
.txtTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #666666;
}
.txtparagrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.imgpos {
	top: 0px;
	bottom: 0px;
}
.txttitulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.fundo {
	background-attachment: fixed;
	background-image: url(img/fundo.png);
	background-repeat: no-repeat;
	background-position: center top;
}

