.btnmacront{
	min-width: 330px;
	min-height: 60px;
	background: black;
	color: white;
}

.btnmacront:hover{ 
background: #00acec;
}

.btn-light{ 
	color: white !important;
}

a#registro-tab:active > .btnmacront{
	background: red;
}

#usrmodal{
	margin-top: 20%;
}

#datosmodal{
	margin-top: 20%;
}

.nav-item{ 
	background:#00acec;
}

.nav-item a{  
	color: white !important;
}

.nav-item .active{ 
	color:#00acec !important;
	font-weight: bold;
}

