.carroHeader{
    padding-left:15px;
    font-weight:bold;;
    min-height:30px;
    max-height:30px;
    height:auto;
    height:30px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #999999;
}

.carroItem{
    padding-left:15px;
    min-height:30px;
    max-height:30px;
    height:auto;
    height:30px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #999999;
}

.carroLink {
    background-image:url(../../imagenes/masChico.png);
    background-repeat:no-repeat;
    background-position:0px -1px;
    padding-left:17px;
    font-weight:bold;;
    color:#000000;
    text-decoration:none;
}

.carroLink a, .carroLink a:hover{
    font-weight:bold;;
    color:#000000;
    text-decoration:none;
}


