.IMG-text-center {
	text-align:center;
}

/* Caja de autor */
.author-box p+p {
    color: #585858;
}

.author-box {
	border: 1px solid #6c726e;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 6px 6px 6px #6c726e;
}

h2 {
    border-left: 4px solid #7c37c6 !important;
    margin-bottom: 15px;
    margin-top: 50px;
    padding: 10px;
    background-color: #f4f4f4 !important;
}