/*----------------INTERFACE---------------*/

body {
	background-color:#3C050A;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

.content{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #3C050A;
	text-align: center;
}

.header {
	width: 100%;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.anim{
	width: 100%;
	height: 480px;
	background-color: #3C050A;
}

.lang-box{
	width: 100%;
	margin-top: 30px;
	height: 30px;
	text-align: center;
	color: #E6E6E6;
}

.lang_nor, .lang_nor a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E6E6E6;
	text-decoration: none;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
}

.lang_nor:hover {
	color: #999999;
}

/*--------------------Netwebcity----------------*/
.netwebcity{
	width: 100%;
	margin-top: 0px;
	text-align: center;
}

.net, .net a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color: #4D4D4D;
	text-align:center;
	text-decoration: none;
}

.net:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color: #7f7f7f;
	text-align:center;
	text-decoration: none;
}

/*-------------Fin Netwebcity-------------------*/