.justificado
{
	text-align: justify;
  text-justify: inter-word;
}
.text-ponente {
	color: #b2b718;
	font-variant: small-caps;
	text-decoration: none;
	margin-bottom: 10px;
}

.tachado {
	color: #3f0ad1;
	text-decoration: line-through;
}

@media screen and (max-width:600px){
  .container-fluid {
    flex-direction:column
  }
  .ponente-foto{
    order: -1;
  }
}

.text-seccion {
	color: #353a90;
	font-variant: small-caps;
	text-decoration: none;
	margin-bottom: 10px;
}

.lineaTema {
	background-image: url('../images/separador.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  margin-bottom: 140px;
	margin-top: 50px;
}

.lineaCorta {
	width: 50%;
	height: 29px;
	border-style: dashed;
	color: #0ad1ca;
	text-align: center;
}
.lineaCortaRoja {
	width: 80%;
	height: 59px;
	border-style: dashed;
	color: #3f0ad1;
	text-align: center;
	font-size: 50pt;
	line-height: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.text-ponenciaTitulo {
	color: #660ad1;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 25px;
}

.text-azul{
	color: #3f0ad1;
}
