@charset "UTF-8";

.containerFG {
	margin: 0 auto;
	text-align: center;
	font-family: 'myriad-pro-condensed', 'myriadpro-cond', 'Roboto Condensed', sans-serif
}

.containerFG h2 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	padding-top: 8rem;
}

.documentosFundosGeridos {
	width: 100%;
	border-collapse: collapse;
	margin: 5em 0 10em 0;
	text-align: center;
	font-size: 18px;
}

	.documentosFundosGeridos td {
		padding: 10px;
		vertical-align: middle;
	}

		.documentosFundosGeridos td img {
			width: 26px;
			vertical-align: text-bottom;
			margin-right: 10px
		}

	.documentosFundosGeridos tr:nth-child(even) {
		background-color: #fff;
	}

	.documentosFundosGeridos tr:nth-child(odd) {
		background-color: #f1f1f2;
	}

	.documentosFundosGeridos td:nth-child(1) {
		width: 60%;
	}

	.documentosFundosGeridos td:nth-child(2) {
		text-align: left;
	}

	.documentosFundosGeridos td {
		padding: 1.2em;
		font-weight: 300;
		font-family: 'myriad-pro-condensed', 'myriadpro-cond', 'Roboto', sans-serif;
		font-size: 22px;
	}

