body {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
	font-size: 14px;
	line-height: 1.5;
	color: #24292e;
	background-color: #f9f9f9;
 }
a {
	cursor: pointer;
}
.bg-huyces {
	background-color: #0039A6 !important;
}
.flash {
	display: flex;
	background-color: rgba(255, 255, 255, 0.5);
	position: fixed;
	z-index: 50;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.flash > div {
	margin: auto;
	font-weight: 600;
	font-size: 1.1rem;
	display: flex;
	flex-direction: column;
}
.flash .flash-msg {
	font-weight: 600;
	font-size: 1.1rem;
	margin-top: 10px;
}
.flash .flash-type {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4rem;
}

.MensajeError {
	color:red;
}
[ng-cloak], .ng-cloak {  
   display: none !important;
}
md-toast, md-bottom-sheet {
  position: fixed !important;
}