.titulo_formulario {
	text-align:center;
	font-weight:bold;
	background-color:#B2B2B2;
	margin: 10px 0;
	width: 100%;
	color: #333;
    padding: 5px;
}
.titulo_formulario_gestion {
	text-align:center;
	font-weight:bold;
	background-color:#172b4d;
	margin: 10px 0px 0px  0px;
	width: 100%;
	color: #FFF;
    padding: 5px;
    font-size: 16px;
}
.titulo_formulario_gestion_solicitante{
	margin: 10px 0px 0px  0px;
	margin-bottom: 1px;
    background-color: #172b4d;
   	text-align:center;
	font-weight:bold;
	width: 100%;
	color: #FFF;
    padding: 5px;
    font-size: 16px;
}
#solicitante{
    border: 1px solid #172b4d;
    padding: 6px;
}
#datos-tercero
{
	border: 1px solid #172b4d;
    padding: 6px;
}
.titulo_formulario_gestion_solicitud{
	text-align:center;
	font-weight:bold;
	margin: 10px 0px 0px  0px;
	width: 100%;
	color: #FFF;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 1px;
    background-color: #172b4d;
}
#info_solicitud{
	border: 1px solid #172b4d;
    padding: 6px;
}
.titulo_formulario_gestion_comentarios{
	text-align:center;
	font-weight:bold;
	margin: 10px 0px 0px  0px;
	width: 100%;
	color: #FFF;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 1px;
    background-color: #172b4d;
}

#comentarios_pqr{
	border: 1px solid #172b4d;
    padding: 6px;
}
.titulo_formulario_gestion_comentarios_publicos{
	text-align:center;
	font-weight:bold;
	margin: 10px 0px 0px  0px;
	width: 100%;
	color: #FFF;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 1px;
    background-color: #172b4d;
}
#comentarios_publicos{
	border: 1px solid #172b4d;
    padding: 6px;
}
.titulo_formulario_gestion_estado{
	text-align:center;
	font-weight:bold;
	margin: 10px 0px 0px  0px;
	width: 100%;
	color: #FFF;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 1px;
    background-color: #172b4d;
}

#estado_actual{
	border: 1px solid #172b4d;
    padding: 6px;	
}

.titulo_formulario_gestion_documentos{
	text-align:center;
	font-weight:bold;
	margin: 10px 0px 0px  0px;
	width: 100%;
	color: #FFF;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 1px;
    background-color: #172b4d;
}

.caracteres-form{
	font-size: 11px;
}


.lb_formulario {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color:#000;
}
.lb_formulario_resp{
	color:#000;
}

.lb_formulario_textos{
	width: 100%;
}
.hash_formulario_helpd{ text-align: center; }
.btn-enviar-helpd{text-align: center; margin: 10px auto;}
#nombre_solicitante{background:#fff;border:1px solid #ccc;position:absolute;z-index:250px;width:25%}
#nombre_solicitante ul{height:20px;margin:0 0 0 0}
#nombre_solicitante li{margin:0 0 0 0}
#nombre_solicitante a{font-size:12px}
.texto_normal{
	text-align:left;
	color:#000000;
	border:thick;
	border-color:gray;
	margin-bottom:10px;
}
.form-admin-helpd{margin-top:5px; font-size:12px;}
.paginacion_pqr {text-align:center;border:1px solid #ccc;background:#eee;padding:5px;font:bold 1em tahoma;color:#6699CC;margin-top:5px}
.paginacion_pqr a {color:#555;cursor:pointer;}
.back-gestion-form{font-weight: bold; color: #000; background-color: #CECECE; margin: 0px 0;}
.back-gestion-formt{margin: 3px 0;}
.lb_advertencia_gestion{font-weight: bold; margin: 5px 0;}
.tr-table-gestion{background:#DBDBDB;color:#999;text-align:center;}
.ayuda-reportes{font-weight: bold; text-align: center; font-size: 10px;}
.title-conf-hepld{float:left;border:1px solid #D7D7D4;text-align:center;background-color:#F3F7FA;margin-right:2px}
.title-conf-hepld a{text-decoration:none;color:black;margin:2px 0px 2px 0px;background-color:#ECECF1;}
.cajas-conf-helpd{margin: 5px 0;}
.title-table-conf-hepld{text-transform: uppercase; font-weight: bold; text-align: center;}
.text-center{text-align: center;}
.archivo{margin-bottom: 13px;margin-top: 13px;}

.tbl_historico{
	margin-bottom: 30px;
    border: 0;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
}	

.tbl_historico tr{
	background-color: #FFF;
	color: #000;
	border-bottom: solid 1px #e8e8e8;
}

.tbl_historico th{
	font-size: 1.1rem;
	text-align: center;
	color: #8898aa;
	background-color: #f6f9fc;
	padding: 15px;
}