div.pantalla
{
	position: absolute;
	
	left: 10px;
	top: 10px;
	
	width: 770px;
	height:540px;
	
	background-image: url('../img/fondo.png');
	background-repeat: no-repeat;
	background-position: center center;
	
	box-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

div#opciones
{	
	width: 200px;
	height: 300px;
	
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin-left: -105px;
	margin-top: -150px;
}

div.opcion
{
	width: 100%;
	height: 25px;
	
	padding: 5px;
	
	border: 3px solid white;
	
	background: white;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
	text-align: center;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
	box-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	
	color: white !important;
	
	cursor: pointer;
	
	position: absolute;
}

div#japon
{
	background: #EE3169;
	
	top: 0px;
}

div#naturaleza
{
	background: #9FCC3B;
	
	top: 123px;
}

div#presente
{
	background: #9D71B1;
	
	top: 246px;
}


div.galeria
{
	position: absolute;

	
	height: 400px;
	width: 500px;
	
	border: 3px solid black;
}

img.imagenGaleria
{
	height: 400px;
	
	display: block;
	margin: auto;
}

a.reiniciar
{
	position: absolute;
	bottom: 10px;
	right: 50px;
	
	width: 70px;
}


a.regresar
{
	position: absolute;
	
	right: 30px;
	bottom: 30px;
}