/*
**
	ESTILOS PAGINA RELACIONAR
**
*/
.cajaRelacion{
	height: 500px;
	overflow-y: scroll;
}

.btn{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.botonSeleccionar{
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.botonSeleccionar.active{
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}