//Estilos de la pagina de noticias polired. (Url: /polired)

.page-polired-noticias {

	.block-seed-tools-seed-title {
		margin: 1em 0;
		position: relative;
		text-align: center; 
			
		> .content {
			.title {
				color: tint($c-dimgray, 10);
				font-size: 234%;
				font-weight: 100;
				max-width: 660px;
    			margin: 0 auto;
				text-align: left;
			}
		}
	}

	#main-inner {
		.section {
			max-width: 660px;
		}
	}
	.polired-noticias {
		.field-name-field-fecha-de-publicacion {
			color: tint($c-dimgray, 30);
			font-size: 90%;
		}

		.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-name-field-body {
			color: shade($c-dimgray, 30);
 			font-size: 110%;
    		font-weight: 100;
    		margin-top: 1em;	
		}
	}
}