.list.fotos {
	ul > li {
		img {
			width: 150px;
			height: 150px;
			position: relative;
			top: -25px;
			left: -25px;
		}
		display: inline-block; width: 25%;
		overflow: hidden; float: left;
		border: 0.5px solid #f0f0f0; height: 98px;
		box-sizing: border-box;
		span {
			position: absolute;
			-webkit-text-stroke: 0.5px silver;
			color: white;
			font-weight: bold;
			background-color: rgba(128,128,128,0.75);
			padding-left: 2px; padding-right: 2px;
			&.created.time {
				bottom:2px; right:2px;
				font-size: 6.5pt;
			}
			&.created.date {
				bottom:2px; left:2px;
				font-size: 6.5pt;
			}
			&.header {
				top:2px;left:2px;
				font-size: 6.5pt;
			}
			
		}
	}
}