.page-rendicion-de-cuentas {
	#main {
		@include holder;
		max-width: 660px;
	}

	.block-seed-tools-seed-title {
		.title {
			@include title-block($c-dimgray, 230%);
			margin: 1em 0;
			font-weight: 100;
			text-align: center;
			width: 100%;

			&:after {
				background: tint($c-dimgray, 50);
				margin: 20px auto;
				width: 55px;
			}
		}
	}

	.view-rendici-n-de-cuentas {
		@include search-files;

		.views-exposed-widgets {
			.views-exposed-widget {
				.description {
					color: $c-dimgray;
					font-size: 87%;
					margin-left: 13%;
				}
				label {
					width: 12%;
				}

				.form-text {
					width: 82%;
				}

				.views-widget {
					width: 100%;
				}		
			}
		} 
		
		.views-row {
			border-top: 1px dotted shade($c-silver, 20);
			display: inline-block;
			padding: 8px 0;
			position: relative;
			width: 100%;

			&.views-row-last {
				border-bottom: 1px dotted shade($c-silver, 20);
			}

			.views-field-field-fecha-publicaci-n-rendici- {
				float: left;
				padding-right: 10%;
				width: 80%;

				.date-display-single {
					color: $c-dimgray;
					font-size: 87%;
				}
			}
			.views-field-title {
				float: left;
				padding-right: 10%;
				width: 80%;

				a {
					color: $c-brand-green-dark;
					font-size: 130%;
					font-weight: 100;
    				line-height: 1.3;
					padding-right: 10%;
				}
			}

			.views-field-field-version {
    			color: $c-dimgray;
				float: right;
    			font-size: 90%;
    			font-weight: 300;
    			line-height: 1.2;
				padding-right: 10%;
				width: 80%;
			}

			.views-field-field-rendicion-de-cuentas {

				.file-application-pdf {
					position: inherit;

					.element-invisible {
						display: none;
					}
				}

				.content {
					margin-top: -20px;
					position: absolute;
					right: 0;
					top: 50%;

					.file-icon {
						display: none;
					}

					a {
						@include imgreplace;
						@include size(40px);
						display: inline-block;
						background: url('../images/button-download-pdf-big.png') no-repeat;
						background-size: 40px; 
					}	
				}
			}
		}
	}
}