@charset "utf-8";

.Estilo1 {
	color: #FFF;
	font-family: Verdana;
	font-size: 16px;
}

.Estilo2 {
	color: #F00;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.Estilo3 {
	color: #808000;
}

.Estilo4 {
	color: #FFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.Estilo5 {
	color: #FFF;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}


body {
	background-image: url(images/fondo.jpg);
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
	margin: 0px;
	background-color: #030;
}

a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFC739;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #FFC739;
	text-decoration: none;
	font-weight: bold;
}
#logo {
	position:relative;
	width:552px;
	height:500px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/* CSS Document */

#sp {
	position:absolute;
	width:35px;
	height:28px;
	z-index:3;
	left: 121px;
	top: 400px;
}
#en {
	position:absolute;
	width:35px;
	height:26px;
	z-index:1;
	left: 409px;
	top: 400px;
}
.container0 {
	width: 850px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}

.container1 {
	width: 850px;
	margin-top: 0px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
    }

