@charset "utf-8";
body { 
	text-align:center; 
}

#content {
	width: 900px;
	margin:0 auto;
	text-align:left;
}
#site{
	position:relative;
	width:900px;
	height:700px;
	background-image: url(images/multicopias_back.jpg);
}
	
.form {
	height: 180px;
	width: 400px;
	position:relative;
	top:310px;
	left:460px;
}
.form #nombre {
	font-family: "helvetica Neue";
	color:#999999;
	background-color: #FFFFFF;
	position:absolute;
	top:9px;
	left:2px;
	width: 127px;
	height: 16px;
	background: none;
	border: none;
	font-style: italic;
}
.form #email {
	font-family: "helvetica Neue";
	color:#999999;
	background-color: #FFFFFF;
	position:absolute;
	top:9px;
	left:137px;
	width: 127px;
	height: 16px;
	background: none;
	border: none;
	font-style: italic;
}
.form #comentarios {
	font-family: "helvetica Neue";
	color:#999999;
	background-color: #FFFFFF;
	position:absolute;
	top:37px;
	left:2px;
	width: 257px;
	height: 58px;
	background: none;
	border: none;
	font-style: italic;
	}
.form #enviar {
	position:absolute;
	top:8px;
	left:270px;
	width: 26px;
	height: 21px;
}

#content img {
	position:absolute;
	top:440px;
	left:575px;
	width: 313px;
	height: 103px;
}
#box-link {
	position: absolute;
	top: 639px;
	left: 3px;
	width: 51px;
	height: 45px;
	background-color: transparent;
}
#facturacion{
	position: absolute;
	top: 451px;
	left: 563px;
	width: 313px;
	height: 103px;
	z-index: 999;
}
}

