body {
	
	font-family: 'VT323', monospace;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

#teclado button {

	font-size: 30px;
	margin: 8px 2px 8px 2px;
	font-weight: bold;
	width: 60px;
	color: #ccc;
}

.bgris {
	box-shadow: rgb(131, 131, 131) 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.5) -3px -3px 6px 1px inset;

} 

.brojo {
	box-shadow: rgb(220, 132, 141) 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.5) -3px -3px 6px 1px inset;
} 


.bverde {
	box-shadow: rgb(105, 165, 118) 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.5) -3px -3px 6px 1px inset;
font-size: 30px;
	margin: 8px 2px 8px 2px;

} 


input {
	text-align: center;
	font-size: 20px !important;
	max-width: 150px !important;
	display: inline-block;


}
.legal {
	color: #2a2a2a;
	font-size: 20px;
	opacity: 0.4;
}

.panel img {
	width: 150px;
	margin-bottom: 20px;
}

.pantalla {
	border-radius: 10px;
	min-height: 400px;

	padding: 20px;


}

.error {
	font-size: 90px;
	display: block;
	margin: 0px !important;
	padding: 0px !important;
	line-height: 110px;
}

.infom {
font-size: 17px;

}