html, body{
height:100%;}
body{
	font-family: Verdana;
	background-position: center center;
	background-repeat: repeat;
	margin: 0px;
}
ul.directorios, ul.directorios ul{
	font-size: 11px;
	list-style-type: none;
}
ul.directorios li{
	padding-top: 1px;
	padding-bottom: 1px;
	color:black;
	float: left;
	clear: both;
}
ul.directorios ul li{
	margin: 0px;
}
ul.directorios ul li p{
	margin: 0px;
	background-color: white;
	padding: 2px;
	font-size: 9px;
}
#obras{
	position: absolute;
	top: 30px;
	left: 30px;	
}
a:link{
	color:white;
	background-color:black;	
	text-decoration:none;	
}
a:visited{
	color:white;
	background-color:black;	
	text-decoration:none;	
}
a:hover{
	color:white;
	background-color: red;	
	text-decoration:none;	
}
table#game td{
	background-color:#CCCCCC;
}
#big {
	position: absolute;
	height: 200px;
	width: 200px;
	top: 10px;
	right: 10px;
	display: none;
}
td.over{
background-color:#990000;
}
td.out{
background-color:#000000;
}
#sin_cabeza{
	position:absolute;
	bottom:0px;
	right:20px;
	width:100px;
	height:100px;
	background-color:black;	
}