/************problemas************************/
@charset "utf-8";
/* CSS Document */
.boards{
border:2px;
border-style:solid;
width:242px;
text-align:center;
}
a{
text-align:center;
font-size:12px;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
}

/* Css rules for board with 60x60 pixel squares */
.ChessBoardInner60{
	width:480px;
	height:480px;
	background-image:url('imagfen/board-bg-brown-480.png');
	border:1px solid #000;
	top:0px;
}

.ChessBoard60{
	width:495px;
	height:500px;
	padding:0px;

}
.ChessPiece60{
	width:60px;
	height:60px;
	
}

/* Css rules for board with 45x45 pixel squares */
.ChessBoardInner45{
	width:360px;
	height:360px;
	background-image:url(imagfen/board-bg-brown.png);
	border:1px solid #000;
	top:0px;
}

.ChessBoard45{
	width:375px;
	height:380px;
	padding:0px;
}
.ChessPiece45{
	width:45px;
	height:45px;
}
/* Css rules for board with 30x30 pixel squares */
.ChessBoardInner30{
	width:240px;
	height:240px;
	background-image:url(imagfen/board-bg-brown-240a.png);/* :url('../chessfen/images/board-bg-brown-240a.png');*/
	border:1px solid #000;
	top:0px;
}

.ChessBoard30{
	width:255px;
	height:260px;
	padding:0px;

}
.ChessPiece45{
	width:30px;
	height:30px;
}
.ChessBoardLabel45{
	font-size:0.9em;
}

.ChessBoardLabel{	/* Labels A-F, 1-8 around chess board */
	font-weight:bold;
}



#problemas{
position:absolute;
width:644px;
height:auto;
background-image:url(texture.jpg);
background-repeat:repeat;
top:0px;
left:0;
margin-top:0;
margin-left:-4px;
}
#problehead{
color:#000000;
font-family:"Times New Roman", Times, serif;
font-size:12px;
text-align:left;
}
#head{
border-bottom:double;
border-bottom-color:#000000;
padding-left:3px;
}

