.blog-wrap {
	max-width: 80%;
	margin-left: 10%;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
}
.blog-wrap:last-of-type {
	border-bottom: 0;
}
#contenido .blog-title {
	margin-bottom: 0;
}
.blog-title a {
    font-family: 'frutigernextltblackit';
	color: #0071bb;
	font-size: 42px;
	text-decoration: none;
	line-height: 1em;
	text-align: left;
}
.blog-title a:hover {
	text-decoration: none;
	color: #80ba1f;
}
.blog-wrap img {
	width: 100%;
	height: 380px;
    object-fit: cover;
    border: 1px solid #cecece;
    border-radius: 5px;
}
.date {
	color: #999;
	margin-top: 0;
	font-size: 1em
}
#contenido .blog-wrap h2 {
    font-family: 'frutigernextltblack';
	color: #0071bb;
	font-size: 32px;
	max-width: 100%;
	text-align: left;
} 
.blog-wrap p {
	max-width: 100%;
	line-height: 150%;
	margin-bottom: 40px;
    font-family: 'frutigernextltregular';
}
.blog-wrap p:last-of-type {
	margin-bottom: 0;
}
.blog-wrap b, .blog-wrap strong {
    font-family: 'frutigernextltlightit';
	color: #0071bb;
}
a.older {
	border: 1px solid #bbb;
	padding: 5px 10px;
	color: #666;
	margin-right: 10px;
	border-radius: 4px;
	font-size: 15px;
}
a.newer {
	border: 1px solid #bbb;
	padding: 5px 10px;
	color: #666;
	border-radius: 4px;
	font-size: 15px;
}
#disqus_thread {
	margin-top: 80px;
}
h6 {
	font-family: "whitney_black";
	font-weight: normal;
	font-size: 3em;
	max-width: 100%;
	color: #ffffff;
	text-align: center;
	margin: 10px auto 10px auto;
}
h7 {
	display: block;
	font-family: "whitney_lightregular";
	font-weight: normal;
	font-size: 1.2em;
	max-width: 800px;
	color: #ffffff;
	text-align: center;
	margin: -10px auto 50px auto;
}
.vermas {
    font-family: 'frutigernextltblackit';
}