/* TABLA COMPRAR OBRA
----------------------------------------------- */

table.comprando {
    width: 299px;
    color: #000;
}

table.comprando tr {
    width: 299px;
    padding: 0;
    clear: left;    
}

table.comprando td {
    border-bottom: 1px solid #E5E5E5;    
}

table.comprando td.medida {
    background: transparent;
    color: #666;
    padding: 0;
    line-height: 44px;
    text-align: left;
    width: 100px;
}

table.comprando td.dinero {
    background: transparent;
    color: #000;
    font-weight: 700;
    padding: 0 18px 0 0;
    text-align: right;
    line-height: 44px;
    width: 99px;
}

table.comprando td span.texto-personalizada {
    font: bold 13px/1em Helvetica,Arial,sans-serif;
    text-align: left;
    width: 113px;
}

table.comprando td.dinero span {
    font-size: 11px;
    font-weight: normal;
    color: #ABABAB;
}

table.comprando td.estado-obra {
    text-align: right;
    line-height: 30px;
}

/* FIN
----------------------------------------------- */

/* TABLA OPCIONES REPRODUCCIONES
----------------------------------------------- */

.repro-opciones {
	background: transparent;
	display: block;
        color: #666;
}

.repro-opciones label {   
        height: 18px;
        padding: 0 0 0 3px;
        line-height: 18px;
        float: left;
}

.repro-opciones input[type="radio"] {
        height: 18px;
        margin: 0;
        float: left;
}

.repro-opciones td {
        line-height: 18px;
}

.repro-opciones td.elemento {
        font-size: 11px;
        padding: 2px 4px;
        margin-right: 2px;
        text-align: left;
        float: left;
        background: #F1F1F1;
}

.repro-opciones td.soporte {
        padding: 2px 5px 2px 0;
        text-align: left;
        float: left;
        clear: left;
}

.repro-opciones td.explicar-soporte {
        float: right;
}

a.explicar-soporte {
        padding-bottom: 9px;
        float: right;
}

a.explicar-soporte:hover {
        text-decoration: none;
}

/* FIN
----------------------------------------------- */

/* TABLA FICHA COMPRAR
----------------------------------------------- */

table.ficha-comprar {
	background: transparent;
	width: 299px;
        color: #666;
}

table.ficha-comprar tr {
        background: #F1F1F1;
        border: 1px solid #E5E5E5;
}

table.ficha-comprar td.elemento {
        font-size: 11px;
        padding: 2px 0 2px 4px;
        text-align: left;
        background: #F1F1F1;
        border: 1px solid #E5E5E5;
}

/* FIN
----------------------------------------------- */