/***** Botones Menu ****/

.buttonWrapper{
	padding:0px;
	/*width:60px;*/
	height:60px;
	display:block;
	float:right;
}


.buttonBG{
	margin-top:5px;
	height:55px;
	display:block;
	width:100%;
}

.buttonBG.aplicarCambios,
.buttonBG.aplicarCambios.disabled{
	background:transparent url(images/buttons/aplicarCambios.png) no-repeat top center;
}

.buttonBG.cancelar,
.buttonBG.cancelar.disabled{
	background:transparent url(images/buttons/cancelar.png) no-repeat top center;
}

.buttonBG.actualizar,
.buttonBG.actualizar.disabled{
	background:transparent url(images/buttons/actualizar.png) no-repeat top center;
}

.buttonBG.nuevo,
.buttonBG.nuevo.disabled{
	background:transparent url(images/buttons/agregar.png) no-repeat top center;
}
.buttonBG.grabar,
.buttonBG.grabar.disabled{
	background:transparent url(images/buttons/grabar.png) no-repeat top center;
}

.buttonBG.eliminar,
.buttonBG.eliminar.disabled{
	background:transparent url(images/buttons/borrar.png) no-repeat top center;
}

.buttonBG.filtrar,
.buttonBG.filtrar.disabled{
	background:transparent url(images/buttons/filtrar.png) no-repeat top center;
}

.buttonBG.continuar,
.buttonBG.continuar.disabled{
	background:transparent url(images/buttons/continuar.png) no-repeat top center;
}

.buttonBG.regresar,
.buttonBG.regresar.disabled{
	background:transparent url(images/buttons/regresar.png) no-repeat top center;
}

.buttonBG.contrasena,
.buttonBG.contrasena.disabled{
	background:transparent url(images/buttons/contrasena.png) no-repeat top center;
}

.buttonBG.salir,
.buttonBG.salir.disabled{
	background:transparent url(images/buttons/salir.png) no-repeat top center;
}

.buttonBG.exportarPDF,
.buttonBG.exportarPDF.disabled{
	background:transparent url(images/buttons/exportaPdf.png) no-repeat top center;
}

.buttonBG.exportarExcel,
.buttonBG.exportarExcel.disabled{
	background:transparent url(images/buttons/excel.png) no-repeat top center;
}

.buttonBG.exportarXML,
.buttonBG.exportarXML.disabled{
	background:transparent url(images/buttons/exportaXML.png) no-repeat top center;
}

.buttonBG.exportarTXT,
.buttonBG.exportarTXT.disabled{
	background:transparent url(images/buttons/exportaTxt.png) no-repeat top center;
}

.buttonBG.siguiente,
.buttonBG.siguiente.disabled{
	background:transparent url(images/buttons/botonSiguiente.png) no-repeat top center;
}

.buttonBG.anterior,
.buttonBG.anterior.disabled{
	background:transparent url(images/buttons/botonAnterior.png) no-repeat top center;
}

.buttonBG.inicio,
.buttonBG.inicio.disabled{
	background:transparent url(images/buttons/botonInicio.png) no-repeat top center;
}

.buttonBG.fin,
.buttonBG.fin.disabled{
	background:transparent url(images/buttons/botonFin.png) no-repeat top center;
}

.buttonBG.grabarNuevo,
.buttonBG.grabarNuevo.disabled{
	background:transparent url(images/buttons/grabarNuevo.png) no-repeat top center;
}

.buttonBG.imprimir,
.buttonBG.imprimir.disabled{
	background:transparent url(images/buttons/imprimir.png) no-repeat top center;
}

.buttonBG.archivoZip,
.buttonBG.archivoZip.disabled{
	background:transparent url(images/buttons/zip.png) no-repeat top center;
}

.buttonBG.copiar,
.buttonBG.copiar.disabled{
	background:transparent url(images/buttons/copiar.png) no-repeat top center;
}

.buttonBG.aplicarCambios.disabled,
.buttonBG.cancelar.disabled,
.buttonBG.actualizar.disabled,
.buttonBG.nuevo.disabled,
.buttonBG.grabar.disabled,
.buttonBG.filtrar.disabled,
.buttonBG.continuar.disabled,
.buttonBG.regresar.disabled,
.buttonBG.contrasena.disabled,
.buttonBG.exportarPDF.disabled,
.buttonBG.exportarExcel.disabled,
.buttonBG.exportarXML.disabled,
.buttonBG.exportarTXT.disabled,
.buttonBG.eliminar.disabled,
.buttonBG.grabarNuevo.disabled,
.buttonBG.salir.disabled,
.buttonBG.fin.disabled,
.buttonBG.inicio.disabled,
.buttonBG.anterior.disabled,
.buttonBG.imprimir.disabled,
.buttonBG.siguiente.disabled,
.buttonBG.archivoZip.disabled,
.buttonBG.copiar.disabled{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.buttonBG input{
	color:#000000;
	padding-top:27px;
	height:55px;
	/*width:60px;*/
	text-align:center;
	background:transparent;
	border:0px;
	/*border:1px #00FF00 solid;*/
	cursor:pointer;
	font-weight:bold;
}

.buttonBG input:hover, .buttonBG input:focus {
	color:#000000;
	background:transparent;
	
	/*font-weight:bold;*/
}

.buttonBG input[disabled]{
	color:#888888;
	cursor:default;
}

#botones-sin-menu,
#botones-con-menu {
  position: absolute;
  right:20px;
  border: 0px;
  top: 0px;
  text-align:right;
  z-index:100;
}

#botones-sin-menu {
  top: 4px;
}

#botones-con-menu {
  top: 34px;
}



#exitButton{
  position: absolute;
  right:20px;
  border: 0px solid #ddd;
  top: 9px;
  text-align:right;
  z-index:101;
}