#apDivAlerta {
	position:absolute;
	width:243px;
	height:50px;
	z-index:1;
	background-color: #FBFCDC;
	text-align: center;
}
.msgError {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #930;
	text-transform: capitalize;
	font-weight: bold;
	background-color: #F7F4D7;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}
