@import url("portadilla-motor.css");

div.revista {
    margin-top: 0px;
}

.tabla-precios {
    background-color: #ffffff;
    border-spacing: 0;
    text-align: left;
    width: 100%;
}
.tabla-precios tr.impar2 {
    background: none repeat scroll 0 0 #ccc;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}
.tabla-precios td {
    border-bottom: 1px dotted #cccccc;
    font: 12px Arial,Helvetica,sans-serif;
    height: 32px;
    padding: 0 0 0 8px;
    vertical-align: middle;
}
.tabla-precios tr.impar {
    background: none repeat scroll 0 0 #ebebe0;
}