.bannerlanding {
	position: relative;
	height: 260px;
	margin: 0 0 0 0;
}

.fondoexamen {
	background: url('../img/banner_apostolica.jpg') no-repeat center center;
	background-size: cover;
}

.barraazul {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 70%;
	height: 100%;
	background: rgba(16, 37, 64, 0.7);
	-webkit-clip-path: polygon(0 0, 86% 0, 52% 100%, 0% 100%);
	clip-path: polygon(0 0, 86% 0, 52% 100%, 0% 100%);
}

.logoblanco {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 40px;
}

.txt1 {
	font-size: 20px;
	color: #FFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	z-index: 2;
	top: 105px;
	left: 90px;
}

.tituloseccionbanner {
	font-size: 40px;
	line-height: 40px;
	color: #FFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 10px;
}

.nohay {
	text-align: center;
	font-size: 22px;
	color: #9B9B9B;
}

.publicacion {
	width: 95%;
	margin-bottom: 50px;
	/*padding: 0 30px 0 30px;*/
}

.publicacion-img {
	width: 100%;
	min-height: 375px;
}

.publicacion-titulo {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 20px;
	height: 50px;
}

.publicacion-cajaredes {
	text-align: right;
}

.publicacion-redes {
	display: inline-table;
	width: 30px;
	height: 30px;
	background: #102540;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

.publicacion-redes span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	color: #FFF;
	font-size: 14px;
}

.publicacion-fecha {
	padding: 0 0 0 0;
	color: #9B9B9B;
}

.publicacion-contenido {
	text-align: justify;
	padding: 0 0 0 0;
	min-height: 150px;
	max-height: 200px;
	overflow: hidden;
}

.publicacion-contenido-interior {
	text-align: justify;
	padding: 0 0 0 0;
}

.volverblog {
	display: table;
	font-size: 18px;
	color: #9B9B9B;
	text-decoration: none;
}

.volverblog span {
	display: table-cell;
	vertical-align: middle;
	height: 35px;
}

.volverblog:hover {
	color: #9B9B9B;
	text-decoration: none;
}