//Estilos del nodo de noticias (Url ejemplo: /noticia/proyecciones)
.node-type-noticias {
	@include fringe-green($c-menu-observatory);

	.block-seed-tools-seed-title {
		margin: 1em 0;
		position: relative;
		text-align: center; 
			
		> .content {
			#page-title {
				color: tint($c-dimgray, 10);
				font-size: 234%;
				font-weight: 100;
				max-width: 660px;
    			margin: 0 auto;
				text-align: left;

				&:after {
					content: none;
				}
			}
		}
	}

	#preface-first {
		.block-menu  {

			> .content {
				.menu {
					@include menu-pages($c-white, $c-white);
					border-bottom: none;
					margin: 0.5em 0;
				}
			}
		}

		.block-bean-noticias {
			margin: 3em 0 2em 0;
		}
	}

	#main-inner {
		> .section {
			max-width: 660px;
		}
	}

	.node-noticias {
		.field-name-field-noticia-ciudad,
		.field-name-field-fecha-de-publicacion {
			@include inline-block(top);
			color: tint($c-dimgray, 30);
			font-size: 90%;
		}

    	.field-name-field-noticia-ciudad {
			margin-right:12px;
		}		

		.field-name-field-resumen {
			color: $c-dimgray;
			font-size: 132%;
    		font-weight: 100;
    		line-height: 1.2;
    		margin-bottom: 1em;
			margin-top: 0.5em;
		}

		.field-type-text-with-summary {
			color: shade($c-dimgray, 30);
 			font-size: 110%;
    		font-weight: 100;
    		margin-top: 1em;
		}
	}

	.block-service-links-service-links,
	#block-sharethis-sharethis-block {
		text-align: right;
	}
	
	.block-facebook-comments-box {
		.fb_iframe_widget {
			width: 100%;

			> span {
				width: 100%!important;
			}

			iframe {
				width: 100%!important;
			}
		}
	}

	.block-views-solr-noticias-block-2 {
		> .block-title {
			@include title-block(tint($c-dimgray, 10), 234%);
			font-weight: 100;
			padding: 0;
			text-align: center;
			width: 100%;
					
			&:after {
				margin: 20px auto 0;
				width: 60px;
			}	
		}
	}
	.view-solr-noticias {
		.view-content {
			.views-row {
				@include block-category-box;
				@include inline-block(top);
				margin: 1em 1% 1em 0;
				position: relative;
				width: 23.8%;

				&:nth-child(4n) {
					margin-right: 0;
				}
 				
 				.grouping-field {
 					padding-bottom: 3em;
 				}

 				@media (min-width: $s-lg) {
					.views-field-created {
						position: absolute;
						bottom: 10px
					}

					.views-field-field-noticia-ciudad {
    					bottom: 35px;
    					display: block;
						position: absolute;
						width: 80%;
 					}
				}
			}
		}
	}

	.field-name-slider-noticias {
		@include slidercss3(1200px, true, false);

		.slideshow label:not(.arrows) {
			height: 4px;
			width: 20px;
		}

		.slideshow-inner {
			li {
				img {
					height: 350px;
				}
			}
		}

	}
}