body {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
/*	background: #FF0; */
	padding: 5px;
}
body, table {
	background: #333;
	color: #FFF;
	font-size: 12px;	
	font-family: arial, "lucida console", sans-serif
}

#obj_normal, #obj_completa {
	position: absolute;
	bottom: 4px;
	right: 8px;
	z-index: 100;
	color: #FFF;
	background: #000;
	width: 100px;
	height: 30px;
}

#juego {
/*	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -240px;
*/
	z-index: 10;
	width: 768px;
	height: 576px;
	border: 2px #000 solid;
	background:  #000;
}

#opina table{
	background:#494053;
}
#opina #botonete{
	position:relative;
	width:165px;
	height:65px;
	background:url(../img/botonete.gif) no-repeat;
	border:0;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
}
#opina #botonete a{
	position:absolute;
	display:block;
	left:25px;
	top:20px;
}
#opina p{
	font-size:12px;
}
