//Estilos de las paginas de secciones de noticias (Url ejemplo: co/noticias/seccion/2)
.page-noticias-seccion {

	@include fringe-green($c-menu-observatory);

	#preface-first {
		background: $c-menu-observatory!important;
		margin-bottom: 1em;
		
		.section {
			position: initial;
		}

		.block-bean  {
			bottom: 0;
			margin: 4em 0 1em!important;
			position: relative;

			> .content {
				h2 {
					text-shadow: none;
					background: none;
					padding: 0;
				}
			}
		}

		.block-menu {
			> .content {
				.menu {
					@include menu-pages ($c-white, $c-white);
					border: none;
				}
			}	
		}
	}

	.all-items-news {
		.views-row { 
 			@media (min-width: $s-lg) {
				.views-field-created {
					bottom: 20px
				}

				.views-field-field-noticia-ciudad {
    				bottom: 40px;
					position: absolute;
 				}
			}
		}
	}

	.views-ef-fieldset-container-container-1  {
		> legend {
			@include element-invisible;
		}
		.fieldset-wrapper {
			.fieldset-description {
    			font-size: 0.9em;
    			font-weight: bold;
    			line-height: 1.3;
    			margin-bottom: 9px;
			}
		}
	}
}