//Estilos bloque lista de descarga normatividad (url: /normatividad-politicas/normatividad)
.view-ofertas-de-empleo-y-pasant-as-en-la-polic-a-nacional,
.view-normatividad {
	margin: 0 auto;
	max-width: 660px;

	.view-filters {
		@include search-files;
	
		.views-exposed-widgets {
			.views-exposed-widget {
				.views-widget {
					width: 100%;
				}
				
				label {	
					width: 15%;
				}

				.form-text {
					width: 80%;
				}
			}
		} 	
	}

	.views-row {
		border-top: 1px dotted shade($c-silver, 20);
		display: inline-block;
		padding: 8px 0;
		position: relative;
		width: 100%;

		.views-field-title {
			float: left;
			margin-top: 9px;
			padding-right: 10%;
			width: 80%;

			span,
			a {
				color: $c-brand-green-dark;
				font-size: 130%;
				font-weight: 100;
    			line-height: 1.3;
				padding-right: 10%;
			}
		}

		.views-field-field-tipo-de-norma {
    		color: $c-dimgray;
    		float: left;
    		font-size: 90%;
    		font-weight: 300;
    		line-height: 1.2;
			padding-right: 10%;
			width: 80%;
		}

		.views-field-field-archivo,
		.views-field-field-archivo {
				
			.file-application-pdf {
				position: inherit;
			}

			.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; 
				}	
			}
		}
	}
}