.custom-nav{
	font-weight: bold;
}

.custom-barra{
	display: flex;
	justify-content: space-between;
}

.full-height{
	max-height: 100%;
}

@media (min-width: 451px){
	.custom-afiliacion{
		max-height: 33px;
	}

}

.btn-peruapis{
	margin-left: -1.8em;
    background: #e5bb87;
    color: #FFF;
    border: none;
    border-radius: 0 5px 5px 0;
	cursor: pointer;
	width: 9%;
	/* display: none; */
}

.btn-peruapis:hover{
	background: #a0743e;	
}

.lupa{
    background: url(../img/icons/icono-se.png) no-repeat right center;
    border: none;
    cursor: pointer;
    width: 100%;
	outline: none;
}