﻿.ordenresultados
{
    font-size: 12px;
    background-color: #E1E0DD;
    padding: 1px 6px 6px 6px;
}
ul.resultados
{
    position:relative;
    width:495px;
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}
ul.resultados li h2
{
    width: 85px; /* Evitamos sobreimpresion con la imagen */
}
ul.resultados li h2 a
{
    color: #BA0000;
}
ul.resultados li
{
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 8px 0;
    height: 110px; /* 126 - padding */
    border-bottom: solid 1px #B9B7AF;
}
ul.filetearriba
{
    border-top: solid 1px #B9B7AF;
}
ul.resultados li img.miniatura
{
    position: absolute;
    left: 86px;
    top: 2px;
    width: 124px;
    height: 124px;
}
ul.resultados div.resumen
{
    overflow: hidden;
    position: absolute;
    left: 225px;
    top: 8px;
    width: 147px;
    height: 110px;
    font-size: 10px;
    line-height: 12px;
}
ul.resultados .precioyenlaces
{
    position: absolute;
    right: -5px;
    bottom: 34px;
    width: 125px;
}
ul.resultados a.masinfo
{
    width: 25px; /* 43 - padding */
    height: 13px; /* 31 - padding */
    background: Transparent url(              '../i/bgmasinfo.gif' ) no-repeat;
    padding: 4px 12px 30px 6px;
}
a.masinfo
{
    color: White;
}
ul.resultados .enlacescompra
{
    line-height: 26px;
}
