.contenedor-imagen-principal {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

img.imagen-principal {
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  position: absolute;
  height: 100%;
  width: 100%;
}


.b-post_img-bg_type-7 .entry-media:after {
	background-color: rgba(0, 0, 0, 0.45) !important;
}

.b-post .entry-meta__link strong {
	color: #fff;
}

.b-post_img-bg_type-7 .entry-meta__link {
	color: #fff;
}


.outer {
    margin: 0 auto; 
    overflow: hidden;
	height: 200px;
}

.inner {
    position:relative;
    right: 50%;
	height: 200px;
}

.inner img {
    position: relative; 
    right:-50%;
	width: 100%;
}

.agrandar {
	height: 100%;
	width: auto !important;
}

.breadcrumb {
	padding-top:0px;
}

.copyright {
	background-color:transparent;
    padding: 32px 0 37px;
    color: #666;
    font-size: 12px;
}