.view-publicaciones-institucionales {
	.view-filters {
		border: 1px solid $c-silver;
		margin-bottom: 2em;
		padding: 2%;

		.views-exposed-widget {
			@include inline-block(bottom);
			float: none;
			width: 28%;

			label {
    			color: $c-dimgray;
   		 		font-weight: bold;
    			font-size: 105%;
   				margin-bottom: 4px;
    			padding: 0;
			}

			.form-text {
				@include input-text;
			}
		}

		.views-submit-button {
			padding: 0;
			width: auto;

			.form-submit {
				@include button;
				margin: 0;
			}
		}
	}

	.views-row {
		border: 1px solid shade($c-brand-whitesmoke, 10);
		box-shadow: 1px 1px 3px shade($c-brand-whitesmoke, 40);
		display: inline-block;
		margin-bottom: 1em;
		padding: 2%;
		width: 96%;

		.views-field-field-publicacion-thumbnail {
			float: left;
			margin-right: 1%;
			padding-right: 1%;
			width: 10%;

			~ .views-field {
				color: $c-dimgray;
				float: right;
				width: 87%;
				
				.views-label {
					color: $c-dimgray;
					font-size: 88%;
					font-weight: 100;
					line-height: 1;
					text-transform: uppercase;
					width: auto;
				}

				.field-content {
					color: shade($c-dimgray, 20);
					font-size: 90%;
					font-weight: 100;
				}
			}
		}

		.views-field-title {
			a {
				color: $c-dimgray;
				font-size: 120%;
				font-weight: 100;
			}
		}

		.views-field-field-publicaciones-descargable {
			.file-application-pdf {
				> .content {
					img {
						display: none;
					}

					a {
						background: url("../images/link-icon-arrow-download.png") no-repeat center top;
						background-size: 50px;
						display: inline-block;
						height: 50px;
						text-indent: -9999px;
						width: 51px;
					}
				}
			}
		}
	}
}