#register-free {
	margin-right: 270px;
}

#promocion p,
#register-free p {
	position: relative;
}

#code,
#nombre,
#empresa,
#email,
#pais,
#license,
#passww,
#num-licencias {
	position: absolute;
	width: 300px;
	left: 150px;
}

#enviaremail,
#contenedor-enviaremail {
	margin-left: 150px;
	text-indent: 0px;
}

#edicion {
	margin-left: 20px;
}

.descripcion-edicion {
	position: absolute;
	left: 200px;
	margin-top: 2px;
	color: #008fd8;
	font-size: 8.5pt;
	font-style: italic;
}

#promocion #submit,
#register-free #submit {
	margin-left: 40px;
	margin-bottom: 20px;
}

#contenido #numero-serie {
	font-size: 24pt;
	text-align: center;
	text-indent: 0px;
}

#descargas {
	position: relative;
	left: 50%;
	margin-left: -287px;
	width: 575px;
	height: 218px;
	background-image: url(../imagenes/descargar.png);
	background-repeat: no-repeat;
}

#descarga-windows,
#descarga-linux {
	position: absolute;
	width: 155px;
	height: 45px;
	left: 390px;
	background-repeat: no-repeat;
}

#descarga-windows {
	top: 33px;
	background-image: url('../imagenes/descargar-windows.png');
}

#descarga-windows:hover {
	background-image: url('../imagenes/descargar-windows-hover.png');
}

#descarga-linux {
	top: 90px;
	background-image: url('../imagenes/descargar-linux.png');
}

#descarga-linux:hover {
	height: 128px;
	background-image: url('../imagenes/descargar-linux-hover.png');
}

#descargas a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

#descargas a span {
	display: none;
}

#columna-free {
	position: relative;
	float: right;
	width: 250px;
	text-align: center;
	margin-left: 20px;
}