.center {
	text-align: center;
}
.caja{
	display: flex;
  margin-bottom: 0px;
}
.caja .patron{
	width: 45px;
	border-radius: 2px;
	margin: 5px;
  margin-top: 0px;
}
.caja .patron4{
	width: 60px;
	border-radius: 2px;
	margin: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.caja .titulo {
  font-size: 11px;
  margin: 5px;
  margin-bottom: 0px;
}
   .rol{
	  color: yellow;
   }
   .rol:hover{
	  background-color: #66bb6a;
   }

.dropdown-item:hover{
	background-color: #c4d6e9 !important;
}
