@charset "utf-8";
/* CSS Document */

#divAlert{
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
	height: 100px;	
}
.divAlertErro{
	background-image: url(../Imagens/Gifs/divsErrors.gif);
}
.divAlertSucesso{
	background-image: url(../Imagens/Gifs/divsSuccessful.gif);
}
.divAlertAtencao{
	background-image: url(../Imagens/Gifs/divsAtencao.gif);
}
#textoSpanAlert {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	padding-top: 30px;
	text-align: center;
}