@charset "utf-8";
/* CSS Document */

body{
	
	background-image:url(../imagenes/madera.jpg);
	background-position:center;
}

a{ color:#752D1E; }

#monio{
	
	background-image:url(../imagenes/monio.png);
	background-repeat:no-repeat;
	width:149px;
	margin-left:600px;
	height:140px;
	position:absolute;
	z-index:10;
}

#liston{
	
	background:url(../imagenes/liston.png);
	background-repeat:no-repeat;
	width:171px;
	height:87px;
	margin-left:72px;
	margin-top:35px;
	position:absolute;
	z-index:11;
}

#locote{
	
	width:890px;
	margin:0 auto;
	padding-top:10px;
}
	
#main{
	
	width:900px;
	height:600px;
	background-image:url(../imagenes/main.png);
	background-repeat:no-repeat;
}

#content{
	
	width:600px;
	height:400px;
	position:relative;
	top:50px;
	left:87px;
}

#login{
	
	font-family:"Courier New", Courier, monospace;
	width:70px;
	float:right;
	margin-top:115px;
	margin-right:50px;
}

a.home{
	
	clear: both;
	width: 70px;
	height: 25px;
	display: block;
	position: relative;
	z-index: 1000;
	top: 453px;
	margin-bottom: -25px;
	margin-left: 622px;
}

a.registrate{
	
	width: 100px;
	height: 25px;
	display: block;
	position: relative;
	z-index: 1000;
	top: 487px;
	margin-bottom: -25px;
	margin-left: 582px;
}

a.trivia{
	
	width: 60px;
	height: 25px;
	display: block;
	position: relative;
	z-index: 1000;
	top: 522px;
	margin-bottom: -25px;
	margin-left: 592px;
}

a.profile{
	
	width: 80px;
	height: 25px;
	display: block;
	position: relative;
	z-index: 1000;
	top: 557px;
	margin-bottom: -25px;
	margin-left: 572px;
}