.tabla {
	border: 5px outset #6A00FF;
	font-size: 14px;
	height: 300px;
}
.celda {
	text-align: center;
	border: 1px solid #777777;
	vertical-align: top;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-transform: uppercase;
}
.letras {
	width: 140px;
	text-align: center;
	border-width: 0px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
}
.resul {
	width: 35px;
	text-align: center;
	border-width: 0px;
	font-size: 16px;
	font-weight: bold;
}
.Marcador {
	background-color: #FFFFFF;
	color: #000000; 
	font: bold 16px Helvetica, sans-serif;
}
.boton {
	height: 40px;
	width: 120px;
	color: white;
	font-weight: bold;
}
.Marcador {
	font-size: 30px;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
	border: 5px outset #1BA1E2;
}
p:first-letter {
	margin-left: 20px;
	font-size: 28px;
}
.tablero {
	text-align: center;
	padding: 20px 5px;
}
.superior {
	vertical-align: top;
}
.vacia {
	height: 40px;
}
