ul.contenedor_botones {
	margin: 0 auto;
	padding: 1px 0px 0px 0px;
	width: 122px;
	height: 78px;
}

ul.contenedor_botones li{
	float: left;
	list-style: none;
	cursor: pointer;
	padding: 3px 0 0 0;
	margin: 0px 0px 1px 1px;
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: block;
	height: 26px; 
	background: url(../images/boton-off.png) no-repeat;	
}

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

ul.contenedor_botones li.teclado_borrar{
	width: 59px;
	color: #666;
	padding: 3px 0 0 0;
	font-size: 12px;
	background: url(../images/boton-borrar-off.png) no-repeat;
}

ul.contenedor_botones li.when_numeros_over{
	background: url(../images/boton-on.png) no-repeat;	
	color: #333	;
}

ul.contenedor_botones li.when_borrar_over {
	background: url(../images/boton-borrar-on.png) no-repeat;
	color: #333;	
}