/* CSS Document */

#rcabecera{
	height:30px;
	text-align:center;
	border:solid 1px;
	margin-bottom:5px;
}

#fecha{
	width:100px;
	height:30px;
	float:left;
	text-align:center;
	border-right:solid 1px;
}
#mapa{
	width:150px;
	height:30px;
	float:left;
	border-right:solid 1px;
	text-align:center;
}
#jugadores{
	width:auto;
	text-align:center;
	height:30px;
}

#jugadores a{text-decoration:none;}

#jugadores hover{background:#999999;}

#version{
	width:50px;
	height:30px;
	float:right;
	border-left:solid 1px;
	text-align:center;
}
#tipo{
	width:100px;
	height:30px;
	float:right;
	border-left:solid 1px;
	text-align:center;
}

.rlista{
	display:compact;
	height:30px;
	border:solid 1px #666666;
	margin:1px;
	width:99%;
	font-size:11px;
	padding-top:1px;
}
.rlista:hover{
	background:#2e2d26;
	cursor:pointer;
}
.rlista img{
	border: 0px;
}

.dlista{
	display:compact;
	height:30px;
	border:solid 1px #666666;
	margin:1px;
	width:99%;
	font-size:11px;
	padding-top:1px;
}
.dlista .dizq{
	width:100px;
	height:30px;
	float:left;
	text-align:center;
	border-right:solid 1px;
	color:#81E8F7;
	font-weight:bold;
	margin-right:20px;
}
.dlista .dder{
	width:auto;
	text-align:left;
	height:30px;
}
