/*  LISTADO DE PRODUCTOS  */
ul.listado_productos{
    margin: 65px 0 0 0;    
    width: 125px;
    display: block;
    position: absolute;
    left: 200px;
    }

ul#menu_distribucion{
    top: 180px;
    }
    
ul#menu_potencia{
    top: 210px;    
    }
    
ul#menu_resina{
    top: 245px;    
    }
ul#menu_prototipos{
    top: 270px;    
    }    
    
ul.listado_productos li{
    background: url(../images/bkg_li_productos.png) repeat-y #E2E2E2;    
    padding: 0 0 0 30px;
    border-bottom: 1px solid #fff;
    text-align: left;
    }

ul.listado_productos li a{
    background: url(../images/bkg_li_productos_izqd.png) repeat-y #E2E2E2;
    background-position: center right;
    padding: 3px 0 2px 0;
    display: block;
    color: #7E7E7E;
    width: 100px;
    }
    
ul.listado_productos li a:hover{
    color: #cf142b;
    }    
    
ul.listado_productos li a.dstk{
    background: url(../images/bkg_li_productos_drcha.png) no-repeat #E2E2E2;
    background-position: bottom right;
    color: #cf142b;
    }
      
ul.listado_productos li#listado_first{
    background: url(../images/bkg_li_subcategoria.png) no-repeat #E2E2E2;
    /*padding-top: 4px;*/
    }
    
ul.listado_productos li#listado_first a{
    /*height: 17px;*/
    padding-top: 9px;
    }
    
/*  DIV DE CONTENIDO PARA PRODUCTOS   */
    
div.contenido_productos{
    background: none;
    width: 620px;
    height:460px;
    /*border: 1px solid #000;*/
    }
    
div.contenido_productos h1,
div.contenido_productos h2{
    font-family: Georgia,Times,serif;
    font-weight: bold;
    color: #cf142b;
    font-size: 18px;
    text-transform: uppercase;
    }    

div.contenido_productos h1{
    margin: 4px 0 6px 0;
    }

div.contenido_productos h2{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    word-spacing: 4px;
    letter-spacing: 1px;
    }
    
/*  DETALLES DE LAS MAQUINAS  */
ul#detalles_maquina{
    font-size: 0.9em;
    /*width: 300px;*/
    }

ul#detalles_maquina li{
    width: 340px;
    text-align: left;
    color: #000;
    line-height: 19px;
    }
    
ul#detalles_maquina li strong{
    font-weight: bold;
    float: left;
    }
    
ul#detalles_maquina li.comentarios{
    line-height: 18px;
    width: 295px;
    }
    
ul#detalles_maquina li span.separador{
    background: #cf142b;
    padding: 0;
    display: block;
    float: left;
    width: 2px;
    height: 9px;
    margin: 5px 4px 0 4px;
    }
    
img.maquinas{
    /*float: right;    */
    margin-top: -210px;
    z-index: 0;
    position: absolute;
    }

