*{ /*Estilo aplicado a todos los elementos de página*/
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

.wth-100 {
	width: 100%;
	border-bottom: 1.5px solid rgba(50, 50, 50, 0.3);
	margin-bottom: 10px;
}

.header-imagen {
  width: 85%;
  height: auto;
  margin-top: 10px; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;

}

.whimagen {
  width: 200px; 
  height: 110px;
}

@media (min-width: 1366px) {
  .whimagen {
    width: 250px; 
    height: 130px;
  }
}

.contenido {
  width: 80%;
  padding: 20px 10px 20px 10px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}

footer {
  	display: block;
  	font-size: 15px;
	bottom: 15px;
	width: 100%;
	border-top: 1px solid rgba(50, 50, 50, 0.3);
	text-align: center;
}

.titulos {
  font-size: 19px;
  font-weight: bold;
}

.tibod {
   font-size: 19px;
   text-align: justify;
}

.header-title {
  width: 90%;
  margin-right: auto;
  margin-left: auto
}

.fecha {
  display: flex;
  justify-content: right;
}

.fecha > p {
  margin: 0;
}

