//Estilos pagina educacion en salud (Url: /node/126253)
.page-node-126253 {

	@include banner-internal;

	#preface-third {
		background: $c-menu-observatory;
		
		.block-menu-menu-educaci-n-en-salud {
			.menu {
				@include menu-pages($c-white, $c-white);
				margin: 0.8em 0;
			}
		}
	}
	
	#footer {
		margin-top: 0;
	}	

	#main-inner {
		background: $c-brand-whitesmoke;
		padding-top: 3em;

		.view-secciones-items {
			.views-row {
				.image-text-bk {
					.image-text-bk-content {
						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 {
							color: $c-dimgray;
							float: right;
							font-size: 1.1em;
							font-weight: 100;
							line-height: 1.5;
							padding: 2%;
							width: 51%;
							
							h2 {
								@include title-block(tint($c-dimgray, 10), 185%);
								font-weight: 100;
								margin-bottom: 15px;
								margin-top: 13px;

								&:after {
									width: 50px;
								}
							}

							ul {
								list-style: none;
								margin: 0;

								li {
  			 				 		float: left;
   			 						line-height: 1.1;
    								margin-right: 1%;
    								margin-bottom: 0.3em;
    								width: 49%;

									a, a:link {
										color: $c-brand-green-dark;
										font-size: 90%;
										font-weight: 100;
									}
								}
							}
						}
					}
				}

				&:nth-child(2n){
					.image-text-bk-content {
						img {
							float: right;
						}
							
						.image-text-bk-resume {
							float: left;
						}
					}
				}
			}
		}
	}
}