body{width: 100%;
		height:100%;
		min-width: 1024px;
		min-height: 768px;
		background-image: url(image/cielo2.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		}
	
.contenido
{
	
	width: 1024px;
	height: 700px;
	position: fixed;
	margin-left: 50%;
	left: -512px;

}
.logo{
	margin-left: 312px;
}

.chico
{
margin-top: -50px;
}
.globo{
	margin-top: 100px;
	margin-left: 100px;
	}

.figu1{
	position: fixed;
	margin-left: 500px;
	margin-top: -400px;
}
.figu2{
	position: fixed;
	margin-left: 650px;
	margin-top: -400px;
}
.figu3{
	position: fixed;
	margin-left: 800px;
	margin-top: -400px;
}

.figu4{
	position: fixed;
	margin-left: 425px;
	margin-top: -200px;
}
.figu5{
	position: fixed;
	margin-left: 575px;
	margin-top: -200px;
}
.figu6{
	position: fixed;
	margin-left: 725px;
	margin-top: -200px;
}
.figu7{
	position: fixed;
	margin-left: 875px;
	margin-top: -200px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 1024px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #00ccff;

}
.logo2{
	margin-left: 262px;
}
h1{
	text-align: center;
}
.figu{
	margin-left: 50px;
}
.figus2{
	margin-left: 200px;
}
.close{
	margin-left: 994px;
}
.descarga
{
	margin-left: 370px;
}