//Estilos pagina Planeacion, gestion y control (Url: /node/126242)
.page-node-126242 {

	@include banner-internal;

	#preface-third {
		background: $c-menu-observatory;
		
		.block-menu-menu-planeacion-gestion-y-contro {
			.menu {
				@include menu-pages($c-white, $c-white);
			}
		}
	}
	
	#footer {
		margin-top: 0;
	} 

	#main-inner {
		background: $c-brand-whitesmoke;
		padding-top: 3em;
		
		.view-secciones-items {
			.views-row {
				.image-text-bk {
					.image-text-bk {
						background: $c-white;
						border: 1px solid shade($c-brand-whitesmoke, 10);
						box-shadow: 2px 2px 1px shade($c-brand-whitesmoke, 20);
						display: inline-block;
						margin-bottom: 1.5em;
						padding: 0;
						width: 100%;

						img {
							float: left;
							width: 45%;
						}

						.image-text-bk-resume {
							float: right;				
							margin-top: 90px;
							padding: 2%;
							width: 51%;

							h2 {
								@include title-block ($c-brand-green-dark, 200%);
								font-weight: 100;
								line-height: 1.5;
							}
						}
					}
				}

				&:nth-child(2n){
					.image-text-bk {
						img {
							float: right;
						}

						.image-text-bk-resume {
							float: left;
						}
					}
				}
			}
		}
	}
}