@charset "utf-8";
#automatico {
	position: relative;
	width: 1000px;
	height: 160px;

	box-shadow: 0 0 20px rgba(0,0,0,0.4)
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	}
	
#automatico > div {
	position: absolute;
	top: 8px;
	left: 1px;
	right: 10px;
	bottom: 10px;
	width: 1000px;
	height: 140px;
	
	}
