.headerAlertas {
	padding: 2px 16px;
	background: #4e4e66;
	color: white;
	z-index: 100;
}

.headerAlertas .label {
	font-size: 100%;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%
}

.sticky + .content {
	padding-top: 20px;
}	

.alerta	{    
    padding: 10px;
    font-family: Arial;
    background: #fffea1;
    border: 1px solid #fc0;
}
