.node-type-pico-y-placa  {
	.block-policia-filtro-nodos {
		@include form-select;
    	background: shade($c-whitesmoke, 3);
		border: 1px solid shade($c-whitesmoke, 10);
		box-sizing: border-box;
		max-width: 660px;
		margin: 0 auto 3em;
		padding: 2%;

		.form-type-select {
			@include inline-block(bottom);
			width: 88%;

			label {
				color: $c-dimgray;
				display: inline-block;
				font-weight: bold;
				width: 30%;

    			@include mq('portable') {
					width: 100%;
				}
			}
		}

		.form-submit {
			@include button;
			@include inline-block(bottom);
			max-width: 11%;
			margin: 0;
		}
	}	

	.field-name-field-tabla-pico-y-placa {
		@include table;

		table {
			th,
			td {
				text-align: center;
			}

			p {
				margin: 0;
			}
		}
	}

	.field-collection-item-field-tabla-pico-y-placa {
		margin-bottom: 3em;

		> .content {
			.field-name-field-title  {
				text-align: center;
				font-weight: bold;
				font-size: 160%;
				color: $c-dimgray;
				margin-bottom: 1em;
    			line-height: 1.3;
			}
		}

		.field-name-field-unica-imagen {
			text-align: center;
		}

		.group-horario {
			margin-bottom: 1em;

			h3 {
				color: $c-dimgray;
				font-size: 130%;
				font-weight: bold;
				margin-bottom: 0;
				margin-right: 10px;
			}

			.field-name-field-horario-pc  {
				color: $c-dimgray;
				display: inline-block;
			    font-size: 95%;
			}
		}

		.field-name-field-bloques-extras {
			font-size: 90%;
			color: $c-dimgray;
		}
	}
}
