/* - - - - - - - - - - - - - - - - - - - - -
Título		: 	Teclado virtual
Autor		: 	Alvaro Talavera (alvarotala@gmail.com) - Puntopy
GRACIAS MAN, ya te choreamos el script :) muy bueno

Descripción : 	Teclado virtual para interbanco

Creado 		:	11 de marzo, 2008
Modificado	:	11 de marzo, 2008

- - - - - - - - - - - - - - - - - - - - - */
A:link
{
    COLOR: #0d3d6a;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #0d3d6a;
    TEXT-DECORATION: none
	
}
A:active
{
    COLOR: #0d3d6a;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #0d3d6a;
    TEXT-DECORATION: none
}



div#teclado {
	width: 100px;	
}

ul.numeros {
	margin: 0;
	background-color: #333;
	width: 101px;
	padding: 1px 0 0 1px;
	height: 40px;
}

ul.opciones {
	margin: 0;
	background-color: #333;
	width: 101px;
	padding: 1px 0 0 1px;
	height: 20px;
}

ul.numeros li, ul.opciones li {
	float: left;
	list-style: none;
	margin: 0 1px 1px 0;
	padding: 0;
}

ul.numeros li a, ul.opciones li a {
	text-decoration: none;
	color: #333;
	font-family: "MS Trebuchet", "Trebuchet MS",  Arial, sans-serif;
	font-size: 12px;
	display: block;
	height: 19px;
	line-height: 19px;
	text-align: center;
	width: 19px;
	background: #c6ccd7 url('images/boton-off.gif') no-repeat;
}


ul.numeros li a:hover, ul.opciones li a:hover {
	background: #c6ccd7 url('images/boton-on.gif') no-repeat;
}

ul.opciones a.teclado_borrar {
	background: #c6ccd7 url('images/boton-borrar-off.gif');
	width: 100px;
}


ul.opciones a.teclado_borrar:hover {
	background: #c6ccd7 url('images/boton-borrar-on.gif');
}

