#heder_cliente{
	width: 99%;
    margin-top: 2px;
}

#contenedor_heder{
	width: 70%;
	margin-left:auto;
	margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#nombre_clinte_{
}
#heder_cliente #contenedor_heder a {
	padding:5px 12px;
    margin-left: 3px;
	display:block;
    /* color: #ffffff;
    font-weight: bold; */
	color: rgb(255, 255, 255);
    font-size: 15px;

}

#mostrarmodal_aviso_rejistro{
	border: solid 4pt #99ccff;
}
#form_inicio_seccion{
border-radius: 5px;
}
#form_inicio{
background: #ffffff;
width: 90%;
padding: 1rem;
border-radius: 5px;
margin-left: auto;
margin-right: auto;;
}
#form_inicio {
}
#loginform-email, #loginform-password{
	width: 90%;
}

#txt_secion{
	font-weight: bold;
	font-size: 15px;
}


.contenedor_header_a{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	color: rgb(255, 255, 255) !important;
}
