//Estilos de la pagina vinculese a nuestra red (Url: /observatorio-delito/red)
.page-unidades-vinculese-a-nuestra-red {
	@include fringe-green($c-menu-observatory);

	#menu-policia-unidad-observatorio {
		@include menu-big;
	}
	#preface {
		padding: 0!important;
	}
	
	#preface-first {

		.block-seed-tools-seed-title {
			margin: 2em 0;
		}		
	}


	#main-inner {
		.section {
			max-width: 660px!important;
			margin: 0 auto!important;
		}
	}
	
	.group-nuestra-red {
		margin-bottom: 3em;
		
		> h3 {
			@include title-block(tint($c-dimgray, 10), 234%);
    		font-weight: 100;
    		line-height: 1;
   			margin-bottom: 26px;
    		margin-top: 1em;
    		text-align: center;
    		
    		&:after {
    			margin: 0.4em auto 0;
    			width: 54px;
    		}
		}	

		.field-name-field-body {
			color: shade($c-dimgray, 10);
			font-size: 110%;
    		font-weight: 100;
		}
	}

	.block-entityform-block {
		@include form;
	}
}