.foto{
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	display: block;
	height: 415px;
	position: relative;
}
.fecha{
	background-color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 40px;
	margin-bottom: -1px;
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 95%;
	transform: translateX(-50%);
	left: 50%;
}
.fecha b{
	display: inline-block;
	border-top:2px solid #000;
	margin: 0 5px;
	width: 75px; height: 5px;
}
.title,
.subtitle{
	color:#000;
	display: block;
	font-family: 'Serif';
	font-size: 32px;
	margin: 25px 0;
	text-align: center;
	text-decoration: none;
}
.subtitle{
	font-size: 28px;
	line-height: 100%;
	margin: 20px 0;
}


.item{
	border-bottom: 1px solid #dcdcdc;
	padding: 35px 0;
}

#main .item:first-child,
#side .item:first-child{
	padding-top: 0;
}

#side .foto{
	height: 300px;
}
#side .fecha b{
	width: 50px;
}


@media (max-width: 768px){
	#main{
		width: 100%;
	}
	#side{
		display: none;
	}
	#share{
		display: none;
	}
	.title, .subtitle{
		font-size: 22px;
	}
	.fecha{
		font-size: 12px;
	}
	.fecha b{
		width: 40px;
	}
}
@media (max-width: 500px){
	#main .foto{
		height: 250px;
	}
}