html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
#mainDiv {
	position:relative;
	background:white;
	width:768px;
	height:578px;
	overflow:hidden;
}
.A1,.A2,.A3,.B1,.B2,.B3,.C1,.C2,.C3,.D1,.D2,.D3 {
	position:absolute;
	left:8px;
	top:8px;
	width:182px;
	height:182px;
	overflow:hidden;
}
.B1 {
	left:198px;
	background:rgb(30,90,180);
}
.C1 {
	left:388px;
	background:rgb(30,90,180);
}
.D1 {
	left:578px;
	background:rgb(30,90,180);
}
.A2 {
	top:198px;
}
.B2 {
	top:198px;
	left:198px;
	background:rgb(30,90,180);
}
.C2 {
	top:198px;
	left:388px;
	background:rgb(197,16,21);
}
.C2 b {
	/*color:rgb(232,175,23);*/
	color:rgb(197,16,21);
}
/*.C2 .resaltado {
	background:rgb(216,96,99);
}*/
.D2 {
	top:198px;
	left:578px;
	background:rgb(30,90,180);
}
.D2 b {
	/*color:rgb(232,175,23);*/
	color:rgb(30,90,180);
}
/*.D2 .resaltado {
	background:rgb(105,145,205);
}*/
.A3 {
	top:388px;
}
.B3 {
	top:388px;
	left:198px;
	background:rgb(197,16,21);
}
.C3 {
	top:388px;
	left:388px;
	background:rgb(232,175,23);
}
.D3 {
	top:388px;
	left:578px;
	background:rgb(197,16,21);
}

* {
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:10px;
	line-height:11px;
}

img.menu {
	border:0;
	margin-bottom:3px;
}
