@charset "UTF-8";
/* CSS parall FFF8DC */

body { 
	margin:0; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif;
}
.container {position:fixed;}
.estrellas {
	position:absolute;
	top:0vw;
	width:100vw;
	height:11vw;
}
@keyframes blink { 
	0% {opacity:0;} 
	50% {opacity:0.7;
	} 
	100% {opacity:0;
	} 
}
.estrella1 { 
	position:absolute; 
	top:1.5vw; 
	left:2vw; 
	width:1.8vw; 
	height:1.8vw; 
	transition:all 2s ease-in-out; 
	animation:blink normal 3s infinite ease-in-out;
}
.estrella2 { 
	position:absolute; 
	top:5vw; 
	left:5vw; 
	width:1.2vw; 
	height:1.2vw; 
	transition:all 1s ease-in-out; 
	animation:blink normal 2s infinite ease-in-out;
}
.estrella3 { 
	position:absolute; 
	top:8vw; 
	left:8vw; 
	width:1.2vw; 
	height:1.2vw; 
	transition:all 3s ease-in-out; 
	animation:blink normal 4s infinite ease-in-out;
}
.estrella4 { 
	position:absolute; 
	top:3vw; 
	left:17vw; 
	width:1vw;	
	height:1vw; 
	transition:all 5s ease-in-out; 
	animation:blink normal 6s infinite ease-in-out;
}
.estrella5 { 
	position:absolute; 
	top:8vw; 
	left:25vw; 
	width:2vw; 
	height:2vw; 
	transition:all 2s ease-in-out; 
	animation:blink normal 7s infinite ease-in-out;
}
.estrella6 { 
	position:absolute; 
	top:3vw; 
	left:30vw; 
	width:1vw;	
	height:1vw; 
	transition:all 2s ease-in-out; 
	animation:blink normal 3s infinite ease-in-out;
}
.estrella7 { 
	position:absolute; 
	top:6vw; 
	left:36vw; 
	width:1vw; 
	height:1vw; 
	transition:all 2s ease-in-out; 
	animation:blink normal 6s infinite ease-in-out;
}
.estrella8 { 
	position:absolute; 
	top:9vw; 
	left:40vw; 
	width:1.5vw; 
	height:1.5vw; 
	transition:all 2s ease-in-out; 
	animation:blink normal 7s infinite ease-in-out;
}
.estrella9 { 
	position:absolute; 
	top:8vw; 
	left:50vw; 
	width:1vw; 
	height:1vw; 
	transition:all 2s ease-in-out; 
	animation:blink normal 3s infinite ease-in-out;
}
.estrella10 { 
	position:absolute; 
	top:6vw; 
	left:55vw;	
	width:1.8vw; 
	height:1.8vw; 
	transition:all 2s ease-in-out; 
	animation:blink normal 5s infinite ease-in-out;
}
.estrella11 { 
	position:absolute; 
	top:9vw; 
	left:67vw;	
	width:1.2vw; 
	height:1.2vw; 
	transition:all 2s ease-in-out; 
	animation:blink normal 4s infinite ease-in-out;
}
.estrella12 { 
	position:absolute; 
	top:7vw; 
	left:79vw;	
	width:1.7vw; 
	height:1.7vw; 
	transition:all 2s ease-in-out; 
	animation:blink normal 6s infinite ease-in-out;
}
#est1 { 
	position:absolute; 
	top:15vw; 
	left:2.2vw; 
	width:4vw; 
	height:4vw; 
	cursor:pointer;
	transition:all 3s ease-in-out; 
	animation:blink normal 3s infinite ease-in-out;
}
#est2 {
	position:absolute; 
	top:11vw; 
	left:10.8vw; 
	width:4vw; 
	height:4vw; 
	cursor:pointer;
	transition:all 5s ease-in-out; 
	animation:blink normal 5s infinite ease-in-out;
}
#est3 {
	position:absolute; 
	top:13.5vw; 
	left:19.5vw; 
	width:4vw; 
	height:4vw; 
	cursor:pointer;
	transition:all 3s ease-in-out; 
	animation:blink normal 3s infinite ease-in-out;
}
#est4 {
	position:absolute; 
	top:11.6vw; 
	left:27.9vw; 
	width:4vw; 
	height:4vw; 
	cursor:pointer;
	transition:all 5s ease-in-out; 
	animation:blink normal 5s infinite ease-in-out;
}
#est5 {
	position:absolute; 
	top:13vw; 
	left:36.5vw; 
	width:4vw; 
	height:4vw; 
	cursor:pointer;
	transition:all 3s ease-in-out; 
	animation:blink normal 3s infinite ease-in-out;
}
#est6 {
	position:absolute; 
	top:11.5vw; 
	left:45vw; 
	width:4vw; 
	height:4vw; 
	cursor:pointer;
	transition:all 9s ease-in-out; 
	animation:blink normal 9s infinite ease-in-out;
}
#est7 {
	position:absolute; 
	top:14vw; 
	left:53.6vw; 
	width:4vw; 
	height:4vw; 
	cursor:pointer;
	transition:all 10s ease-in-out; 
	animation:blink normal 10s infinite ease-in-out;
}
#est8 { 
	position:absolute; 
	top:16vw; 
	left:62.2vw; 
	width:4vw; 
	height:4vw; 
	cursor:pointer;
	transition:all 6s ease-in-out;
	animation:blink normal 6s infinite ease-in-out;
}
#est9 { 
	position:absolute; 
	top:12vw; 
	left:70.7vw; 
	width:4vw; 
	height:4vw; 
	cursor:pointer;
	transition:all 2s ease-in-out; 
	animation:blink normal 2s infinite ease-in-out;
}
#cont-1 {
	position:fixed; 
	top:0; 
	width:100vw; 
	height:100vh; 
	overflow:scroll; 
	cursor:pointer; 
	display:none; 
	background-color:#FFF8DC;
}
#cont-2 {
	position:fixed; 
	top:0; 
	width:100vw; 
	height:100vh; 
	overflow:scroll; 
	cursor:pointer; 
	display:none; 
	background-color:#FFF8DC;
}
#cont-3 {
	position:fixed; 
	top:0;
	width:100vw; 
	height:100vh; 
	overflow:scroll; 
	cursor:pointer; 
	display:none; 
	background-color:#FFF8DC;
}
#cont-4 {
	position:fixed; 
	top:0; 
	width:100vw; 
	height:100vh; 
	overflow:scroll; 
	cursor:pointer; 
	display:none; 
	background-color:#FFF8DC;
}
#cont-5 {
	position:fixed; 
	top:0; 
	width:100vw; 
	height:100vh; 
	overflow:scroll; 
	cursor:pointer; 
	display:none; 
	background-color:#FFF8DC;
}
#cont-6 {
	position:fixed; 
	top:0; 
	width:100vw; 
	height:100vh; 
	overflow:scroll; 
	cursor:pointer; 
	display:none; 
	background-color:#FFF8DC;
}
#cont-7 {
	position:fixed; 
	top:0; 
	width:100vw; 
	height:100vh; 
	overflow:scroll; 
	cursor:pointer; 
	display:none; 
	background-color:#FFF8DC;
}
#cont-8 {
	position:fixed; 
	top:0; 
	width:100vw; 
	height:100vh; 
	overflow:scroll; 
	cursor:pointer; 
	display:none; 
	background-color:#FFF8DC;
}
#cont-9 {
	position:fixed; 
	top:0; 
	width:100vw; 
	height:100vh; 
	overflow:scroll; 
	cursor:pointer; 
	display:none; 
	background-color:#FFF8DC;
}
#cont-10 {
	position:fixed; 
	top:0; 
	width:100vw; 
	height:100vh; 
	display:none; 
	cursor:pointer; 
	background-color:#FFF8DC;
}
#cont-11 {
	position:fixed; 
	top:0; 
	width:100vw; 
	height:100vh; 
	display:none; 
	cursor:pointer; 
	background-color:#FFF8DC;
}