@charset "iso-8859-2";
/* CSS Document */

.txt-lancamentos {
	width: 100%;
	height: auto;
	display: table;
}

.content-txt-lancamentos {
	width: 1268px;
	height: auto;
	display: table;
	margin: 0 auto;
}

.coluna01-txt-lancamentos {
	width: 45%;
	height: auto;
	float: left;
	display: table;
	margin-top: 30px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.coluna02-txt-lancamentos {
	width: 45%;
	height: auto;
	float: left;
	display: table;
	margin-top: 30px;
	margin-left: 5%;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.coluna02-txt-lancamentos p{
	font-size: 26px;
}

.coluna01-txt-lancamentos p{
	font-size: 26px;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

