ul.contenedor_botones {
	display: inline-block;
	margin: 0;
	padding: 1px 0px 0px 0px;
	width: 100px;
	height: auto;
}

ul.contenedor_botones li{
	position: relative;
	float: left;
	list-style: none;
	cursor: pointer;
	padding: 0px 0 2px 0;
	margin: 1px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 12px;
	display: block;
	height: 20px;
	background-color: #007894;
	-moz-border-radius: 5px;
	border-radius: 5x;
	border: none;
}

ul.contenedor_botones li.numeros{
	width: 19px;
}

ul.contenedor_botones li.teclado_borrar{
	width: 40px;
	color: white;
	padding: 2px 0 4px 0;
	font-size: 11px;
	font-weight: bold;
	background-color: #007894;
}

ul.contenedor_botones li.when_numeros_over{
	background: #007894;	
	color: white;
}

ul.contenedor_botones li.when_borrar_over {
	background: #007894;
	color: white;	
}