.formError {
    margin-top: -24px !important;
}

.span_obl{
	color: red;
}

.dialog_form_registrarse_labels{
	float: left; 
	text-align: right; 
	width: 150px;
}

.dialog_form_registrarse_fields{
	float: left; 
	margin-left: 5px; 
	width: 200px;
}

.dialog_form_registrarse_div{
	overflow: hidden; 
	margin-top: -10px;
}

.wrapper_sa_1_form_buttons{
	text-align: center; 
	margin-top: 10px;
}

.text{
	height:18px;
}

#header{
	border-bottom: 5px solid #02165f;
}

#wrapper_sa{
	width: 100%; 
	display: flex; 
	margin-bottom: 20px;
}

#wrapper_sa_1{
	left: auto; 
	position: relative; 
	top: auto; 
	margin: auto; 
	width: 35%;
}

#wrapper_sa_1_title{
	cursor: context-menu;
}

#wrapper_sa_1_form{
	position: unset;
}

#btn_postulante_existente{
	height: 50px;
	width: 200px;
}

#btn_postulante_nuevo{
	height: 50px;
	width: 200px;
}

#div_nav{
	text-align: center;
}

#t_documento{
	background: #f2f2f2;
	border-color: #c3c3c3;
	border-radius: 1%;
	border-width: 1px;

	border-radius: 4px;
	width: 255px;
}

#dialog_form_registrarse_div_1{
	margin-top: 15px;
}

.jb_lupa.ui-button.ui-corner-all.ui-widget{
	height: 18px;
	width: 30px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 6px;
}

.btn, .btn-primary{
	color: #fff;
	background-color: #363a7d;
	border-color: #363a7d;
}

.btn:active, .btn:hover, .btn-primary:active, .btn-primary:active{
    color: #fff;
    background-color: #286090;
    border-color: #286090 !important;
}