.page-contratos {
	@include table;

	.block-seed-tools-seed-title {
		h1 {
			@include title-block(tint($c-dimgray, 10), 234%);
			margin: 10px auto;
			font-weight: 100;
			text-align: center;
			max-width: 660px;

			&:after {
				background: tint($c-dimgray, 40);
				margin: 15px auto;
				width: 55px;
			}
		}
	}

	.view-contratos {
		@include search-files;
		@include form-select;

		.views-exposed-form {
			max-width: 660px;
			margin: 10px auto 30px;

			.views-exposed-widget {
				label {
					width: 17%;
				}

				.views-widget {
					width: 78%;
				}
			}
		}
	}

	table {
		.views-field-field-numero-proceso {
			width: 17%;
		}	

		.views-field-field-objeto-contrato {
			width: 45%;
		}
	}
}