.custom-body {
	margin: 0;
  padding-left:15px;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #947af4;
}

.navegacion{
	 color: #fff;
	background-color:#652bf8;
	margin: 0;
}
.navegacion a{
	color: #fff;
}
.doctimg{
	height:15px;
	margin-bottom:3px;
	vertical-align:right;
	width:auto;
}
.doctimg-span {
	font-size:13px;
}
.doctimg-text{

	display:block;
	text-align:center;
	background-color:#0596DE;
	color:#ffffff;
	font-size:14px;
	overflow:hidden;
	width:257px;
	height:40px;
	border-bottom-right-radius:none;
	border-bottom-left-radius:none;

	bottom:10px;left:
	 0;right:5px;
	 z-index:1000;
	 border-top-left-radius:4px;
	 border-top-right-radius:4px;
	line-height:40px;
}
.elemento-fijo {
	position:fixed;
	right: 0;
  }
  .doct
  {

width:100%;
height:40px;
  }
  .photo{

margin-top: 20px;
margin-bottom: 20px;
  }
  .photo1{
	display: flex;
	justify-content: center;

	margin-top: 20px;
	margin-left:20px;
	
  }
  @media (max-width: 480px) {
	.photo1 {
	  display: none;
	}
  }
  .pie{
color: #fff;
background-color:#652bf8;

  }
  .pie a{
color: rgb(196, 245, 245);


  }
  hr.featurette-divider{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#fff;


  }
  .alinear{
	
	text-align: center;


  }