#actions .controls {
	/*background: url( ../images/bg_controls.gif );*/
	overflow:hidden;
	width:430px;
	list-style-type:none;
	list-style:none;
	margin:0px; 
	padding:0px;
}

#actions  .controls li {
	float:left;
	padding:0 10px 0 8px;
	font-weight:bold;
	line-height:30px;
	height:40px;
	/*background:url( ../images/bg_tabcontrols.gif ) no-repeat 100% 50%;*/
	white-space:nowrap;
}

#actions  .controls .key {
	float:left;
}



.Teclaleft, .Teclacenter, .Teclaright {
display:inline;
margin:0em;
}

.Teclaleft, .Teclaright {
width:12px;
}

.Teclaleft {
background:url(../images/right.gif) center left no-repeat;
padding:0.5em 0em 0.5em 0em;
}

.Teclacenter {
background:url(../images/center.gif) center repeat-x;
padding:0.5em 0.25em 0.5em 0.25em;
margin: 0 -0.3em 0 -0.3em;
}

.Teclaright {
background:url(../images/left.gif) center right no-repeat;
padding:0.5em 0em 0.5em 0em;
margin: 0 0.3em 0 0;
}





#actions .controls img {
	float:left;
	margin:7px 3px 0 0;	
	width:32px;
}

