﻿.btnSearch
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_buscar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnSearch:hover
{
	background-image:url(../images/img/btn_buscar_sel.png);
	background-repeat:no-repeat;
}

.btnNew1
{	
	text-align:right;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_nuevo.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnNew1:hover
{
	background-image:url(../images/img/btn_nuevo_sel.png);
	background-repeat:no-repeat;
}

.btnNew2
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_nueva.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnNew2:hover
{
	background-image:url(../images/img/btn_nueva_sel.png);
	background-repeat:no-repeat;
}

.btnAltaProd
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_alta.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnAltaProd:hover
{
	background-image:url(../images/img/btn_alta_sel.png);
	background-repeat:no-repeat;
}

.btnSave
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_guardar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnSave:hover
{
	background-image:url(../images/img/btn_guardar_sel.png);
	background-repeat:no-repeat;
}


.btnPreview
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_vista.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnPreview:hover
{
	background-image:url(../images/img/btn_vista_sel.png);
	background-repeat:no-repeat;
}




.btnCancel
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_cancelar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnCancel:hover
{
	background-image:url(../images/img/btn_cancelar_sel.png);
	background-repeat:no-repeat;
}

.btnDelete
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_borrar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnDelete:hover
{
	background-image:url(../images/img/btn_borrar_sel.png);
	background-repeat:no-repeat;
}

.btnOk
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_aceptar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnOk:hover
{
	background-image:url(../images/img/btn_aceptar_sel.png);
	background-repeat:no-repeat;
}


.btnBack
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_regresar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnBack:hover
{
	background-image:url(../images/img/btn_regresar_sel.png);
	background-repeat:no-repeat;
}

.btnContinue
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_continuar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnContinue:hover
{
	background-image:url(../images/img/btn_continuar_sel.png);
	background-repeat:no-repeat;
}

.btnReconcile
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_cuadrar_inv.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnReconcile:hover
{
	background-image:url(../images/img/btn_cuadrar_inv_sel.png);
	background-repeat:no-repeat;
}

.btnLogin
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_entrar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnLogin:hover
{
	background-image:url(../images/img/btn_entrar_sel.png);
	background-repeat:no-repeat;
}

.btnAddRow
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_add_renglon.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnAddRow:hover
{
	background-image:url(../images/img/btn_add_renglon_sel.png);
	background-repeat:no-repeat;
}

.btnAddLen
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_add_lente.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnAddLen:hover
{
	background-image:url(../images/img/btn_add_lente_sel.png);
	background-repeat:no-repeat;
}

.btnPrint
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_imp_etiquetas.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnPrint:hover
{
	background-image:url(../images/img/btn_imp_etiquetas_sel.png);
	background-repeat:no-repeat;
}

.btnPrint2
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_imprimir.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnPrint2:hover
{
	background-image:url(../images/img/btn_imprimir_sel.png);
	background-repeat:no-repeat;
}

.btnPrintTicket
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_imp_ticket.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnPrintTicket:hover
{
	background-image:url(../images/img/btn_imp_ticket_sel.png);
	background-repeat:no-repeat;
}

.btnPrintBill
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_imp_facturas.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnPrintBill:hover
{
	background-image:url(../images/img/btn_imp_facturas_sel.png);
	background-repeat:no-repeat;
}

.btnCFDI
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_cfdi.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnCFDI:hover
{
	background-image:url(../images/img/btn_cfdi_sel.png);
	background-repeat:no-repeat;
}

.btngenerarCFDI
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_generarcfdi.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btngenerarCFDI:hover
{
	background-image:url(../images/img/btn_generarcfdi_sel.png);
	background-repeat:no-repeat;
}

.btnCreateReceipt
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_nota.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnCreateReceipt:hover
{
	background-image:url(../images/img/btn_nota_sel.png);
	background-repeat:no-repeat;
}

.btnPrintReceipt
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_imprimirNota.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnPrintReceipt:hover
{
	background-image:url(../images/img/btn_imprimirNota_sel.png);
	background-repeat:no-repeat;
}

.btnCopy
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_copiar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnCopy:hover
{
	background-image:url(../images/img/btn_copiar_sel.png);
	background-repeat:no-repeat;
}

.btnSend
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_enviar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnSend:hover
{
	background-image:url(../images/img/btn_enviar_sel.png);
	background-repeat:no-repeat;
}

.btnStart
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:68px;
	background-image: url(../images/img/btn_Iniciar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnStart:hover
{
	background-image:url(../images/img/btn_Iniciar_sel.png);
	background-repeat:no-repeat;
}

.btnStartDis
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:68px;
	background-image: url(../images/img/btn_Iniciar_sel.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnPause
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:68px;
	background-image: url(../images/img/btn_pausa.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnPause:hover
{
	background-image:url(../images/img/btn_pausa_sel.png);
	background-repeat:no-repeat;
}

.btnPauseDis
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:68px;
	background-image: url(../images/img/btn_pausa_sel.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnStop
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:68px;
	background-image: url(../images/img/btn_Terminar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnStop:hover
{
	background-image:url(../images/img/btn_Terminar_sel.png);
	background-repeat:no-repeat;
}

.btnStopDis
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:68px;
	background-image: url(../images/img/btn_Terminar_sel.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnCancel2
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:68px;
	background-image: url(../images/img/btn_Cancelar2.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnCancel2:hover
{
	background-image:url(../images/img/btn_Cancelar2_sel.png);
	background-repeat:no-repeat;
}

.btnCancel2Dis
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:68px;
	background-image: url(../images/img/btn_Cancelar2_sel.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnGoMessages
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:22px;
	height:18px;
	background-image: url(../images/img/ico_sobre.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnGoMessages:hover
{
	background-image:url(../images/img/ico_sobre_sel.png);
	background-repeat:no-repeat;
}

.btnGoInfo
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:22px;
	height:18px;
	background-image: url(../images/img/ico_info.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnGoInfo:hover
{
	background-image:url(../images/img/ico_info_sel.png);
	background-repeat:no-repeat;
}

.btnGoExit
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:22px;
	height:18px;
	background-image: url(../images/img/ico_salir.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnGoExit:hover
{
	background-image:url(../images/img/ico_salir_sel.png);
	background-repeat:no-repeat;
}

.btnExport
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_exportar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnExport:hover
{
	background-image:url(../images/img/btn_exportar_sel.png);
	background-repeat:no-repeat;
}

.btnExcel
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_excel.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnExcel:hover
{
	background-image:url(../images/img/btn_excel_sel.png);
	background-repeat:no-repeat;
}

.btnEnvelope
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_carta.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnEnvelope:hover
{
	background-image:url(../images/img/btn_carta_sel.png);
	background-repeat:no-repeat;
}

.btnEmail
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_email.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnEmail:hover
{
	background-image:url(../images/img/btn_email_sel.png);
	background-repeat:no-repeat;
}


.btnCalendario
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_calendario.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnCalendario:hover
{
	background-image:url(../images/img/btn_calendario_sel.png);
	background-repeat:no-repeat;
}

.btnSalir
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_salir.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnSalir:hover
{
	background-image:url(../images/img/btn_salir_sel.png);
	background-repeat:no-repeat;
}

.btnRefund
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:128px;
	height:34px;
	background-image: url(../images/img/btn_devolucion.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnRefund:hover
{
	background-image:url(../images/img/btn_devolucion_sel.png);
	background-repeat:no-repeat;
}

.btnObtenerPDF
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:197px;
	height:62px;
	background-image: url(../images/img/pdf.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnObtenerPDF:hover
{
	background-image:url(../images/img/pdf_sel.png);
	background-repeat:no-repeat;
}

.btnObtenerXML
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:197px;
	height:62px;
	background-image: url(../images/img/xml.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnObtenerXML:hover
{
	background-image:url(../images/img/xml_sel.png);
	background-repeat:no-repeat;
}

.btnImprimirTicket
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:197px;
	height:62px;
	background-image: url(../images/img/ticket.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnImprimirTicket:hover
{
	background-image:url(../images/img/ticket_sel.png);
	background-repeat:no-repeat;
}

.btnEnviarMail
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:197px;
	height:62px;
	background-image: url(../images/img/mail.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnEnviarMail:hover
{
	background-image:url(../images/img/mail_sel.png);
	background-repeat:no-repeat;
}

.icoRecibir
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:25px;
	height:23px;
	background-image: url(../images/img/ico_recibir.png);
	background-repeat: no-repeat;
    outline: 0;
}

.icoVer
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:22px;
	height:23px;
	background-image: url(../images/img/ico_ver.png);
	background-repeat: no-repeat;
    outline: 0;
}

.icoEditar
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:22px;
	height:23px;
	background-image: url(../images/img/ico_editar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.icoConsultar
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:22px;
	height:23px;
	background-image: url(../images/img/ico_consultar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.icoReport
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:22px;
	height:23px;
	background-image: url(../images/img/ico_Report.png);
	background-repeat: no-repeat;
    outline: 0;
}

.icoClose
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:22px;
	height:23px;
	background-image: url(../images/img/ico_cerrar.png);
	background-repeat: no-repeat;
    outline: 0;
}

.icoAdd
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:20px;
	height:23px;
	background-image: url(../images/img/ico_Add.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnMoveRigth
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:23px;
	height:23px;
	background-image: url(../images/img/ico_Der.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnMoveAllRigth
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:25px;
	background-image: url('../images/img/ico_AllDer.png');
	background-repeat: no-repeat;
    outline: 0;
}

.btnMoveLeft
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:25px;
	height:23px;
	background-image: url(../images/img/ico_Left.png);
	background-repeat: no-repeat;
    outline: 0;
}

.btnMoveAllLeft
{	
	text-align: center;	
	text-decoration: none;
	padding-top: 0px;
	display:block;
	width:25px;
	height:23px;
	background-image: url(../images/img/ico_AllLeft.png);
	background-repeat: no-repeat;
    outline: 0;
}
