﻿.imbSalir
{
    width: 28px;
    height: 28px;
    background-image: url('../imagenes/inicio.gif');
    background-repeat: no-repeat;
}
.imbSalirhover
{
  background-image:url('../imagenes/inicio_r.gif');
}


.imbAnular
{
  width: 28px;
  height:28px;
  background-image:url('../imagenes/doc_eliminar.gif');
  
}
.imbAnularhover
{
  background-image:url('../imagenes/doc_eliminar_r.gif');
}

.botonLista
{
    width: 60px;
}


.ImageButtonBuscar
{
     background-image:url('../imagenes/buscar.gif');
     width: 18px;
    height:18px;
                              
}

.boton
{
       border-width: 0;
       border-style: none;
       background: url('../Images/button.jpg') no-repeat left top;
       color: #003399;
       width: 103px;
       height: 28px; 
}

.boton:disabled {
    background: url('../Images/button_off.jpg') no-repeat left top; 
     border-width: 0;
       border-style: none;
         color: #003399;
       width: 103px;
       height: 28px; 
        background-color: #B3B3B3;
    color: #e6e6e6;
}
 .modalBackground
        {
            
            background-color: #EFF3FB;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }