* {
	margin: 0px;
	padding: 0px;
}

a img, img { border-width:0; }
img { -ms-interpolation-mode: bicubic; }

a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	color:black;
}
body {
	padding-bottom:50px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	color:black;
	background-color:#262018;
	min-width:990px;
}
.clear { clear:both; }

h1 { 
	margin-bottom:30px; 
	font-family:Georgia, Serif;
	font-size:30px;
	font-weight:normal;	
}
h2 { 
	margin-bottom:20px; 
	font-family:Georgia, Serif;
	font-size:20px;
	font-weight:normal;	
	clear:left;
}
p { margin-bottom:20px; }

#body {
	width:950px;
	height:633px;
	margin:50px auto 0px auto;
	background:url(5927571.jpg) left top no-repeat;
	position:relative;
	border:1px solid #120F0B;
}
#info {
	position:absolute;
	top:50px;
	left:50px;
	padding:20px;
	width:300px;
	height:493px;
	background-color: rgba(255, 255, 255, 0.5);
}
#info a {
	font-weight: bold;
	text-decoration: none;
	color: #0000CC;
}
#info a:hover { text-decoration: underline; }

.field {
	clear: left;
	margin-bottom: 10px;
}
.field span {
	float: left;
	width: 120px;
}
.submit {
	margin-top: 20px; 
}
#cookiewarning {
	color: #AA0000;
	margin-top: 20px;
}
.error {
	color: #AA0000;
	margin-bottom: 20px;
}

.footer {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.footer a {
	color: white;
	font-size: 12px;
	line-height: 12px;
	float: left;
	margin-left: 20px;
	text-decoration: none;
}
.footer a:hover { text-decoration: underline; }


/* Login pag */
body.login input.txt { width: 160px; }
