.tabla-especificaciones{
    width:100%;
    border-collapse:collapse;
    color:#0e2858;
}

.tabla-especificaciones td{
    border:1px solid #999;
    padding:15px;
    vertical-align:middle;
}

.tabla-especificaciones tr:nth-child(even){
    background:#f2f2f2;
}

.tabla-especificaciones tr:nth-child(odd){
    background:#fcfcfc;
}

.tabla-especificaciones td:first-child{
    width:25%;
    font-weight:600;
}

.tabla-especificaciones td:last-child{
    width:75%;
}

.tabla-responsive{
    overflow-x:auto;
    width:100%;
}

@media(max-width:767px){

    .tabla-especificaciones{
        min-width:700px;
    }

    .tabla-especificaciones td{
        font-size:12px;
        padding:8px;
    }

}