//Estilos de la pagina integranrtes de nuestra red (Url: /unidades/integrantes_de_nuestra_red/382)
.page-unidades-integrantes-de-nuestra-red {


	#menu-policia-unidad-observatorio {
		@include menu-big;
	}

	#preface {
		background: $c-menu-observatory;
    	position: relative;
		
		.block-seed-tools-seed-breadcrumb {
			background: rgba($c-black, 0.4);
			left: 0;
			margin: 0;
			padding: 8px 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;

			> .content {
				@include holder;
			}

			#breadcrumb {
				font-weight: 100;
						
				a, a:link {
					color: $c-white;
					font-weight: 100;
				}
				
				.nolink {
					color: $c-white;
					font-weight: 100;
				}
			}
		}

		#page-title {
			color: $c-white;
    		font-size: 190%;
			font-weight: 100;
			margin: 1.5em 0 1em;
		}
	}

	.block-views {
		> h2 {
			@include title-block($c-dimgray, 230%);
			margin: 1em 0;
			font-weight: 100;
			text-align: center;
			width: 100%;

			&:after {
				background: tint($c-dimgray, 40);
				margin: 30px auto;
				width: 55px;
			}
		}
	}

	#main-inner {
		.section {
			@include reset-holder;
		}

		.field-name-menu-observatorio-del-delito {
			background: $c-menu-observatory;;
			margin-bottom: 2em;
			padding-bottom: 0.5em;

			ul {
				@include holder;
				padding: 0;
			}

			~ div {
				@include holder;
			}
		}
	}

}