/********************************************************************************/
/*                                                                              */
/* Plataforma e-ducativa.  Version 7.02.03-30 - Argentina                       */
/*                                                                              */
/* Copyright (c) 1998-2008 de e-ducativa Educación Virtual S.A.                 */
/*                                                                              */
/********************************************************************************/
/**
  * Toolbar de productos
  *
  */  
  
    #botonera-principal { display: none }
    #barra_encabezado_accesible {
        position: absolute;
        top: -32px;
        padding-top: 1px;
        width: 920px;
        height: 29px;
        background: url(../img/toolbar/fondo_productos.png) left top no-repeat;
        
    }
    #barra_encabezado_accesible { background-color: transparent !important }
    .Productos a { color: #666; font: bold 12px Georgina, Arial, sans-serif; }
    #tabla_productos { margin-left: 7px; }
    #tabla_productos li {
        display: inline-block;
        padding: 7px 23px 6px;
        margin-left: -4px;
        border-right: 1px solid #999;
    }
    /* producto seleccionado */
    /*.current { background: #FFDCB9 url(../img/toolbar/fondo_prod_seleccionado.png) left bottom repeat-x; }*/
    #tabla_productos li a { text-align: center; }
    div.Combo .Productos a { display: block; text-decoration: none; }
    div.Combo ul,div.Combo li{ list-style: none; margin: 0; padding: 0; }
    
    #combo-productos .Productos a { background-image: none !important }
    
    /* hover en botonera de productos */
    .Productos:hover { background-color: #ddd }
    /* producto seleccionado */
    .current { background-color: #ccc }
    .boton-ayuda a{
        background-image: url(../img/toolbar/ayuda.gif)
    }
