@charset "utf-8";

#aviso {
	text-align: center;
	margin: 5px;
	padding: 15px;
	font-size: 14px;
	background: #FDF3D0;
	background: -moz-linear-gradient(top, #fff 0%, #FDF3D0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#FDF3D0));
}
#aviso strong {
	color: #000;
}