html {
    font-size: 15px;
}

.logo {
    content: url("../imagenes/logos/MarshLogo.png");
    height: auto;
    width: 40%;
    max-width: 170px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.encabezado {
    padding: 1rem;
    background-color: #fff;
}

.infoVehiculo {
    padding: 1rem;
}

.tituloPrincipal {
    font-weight: 700;
    font-size: 25px;
    margin: auto;
}

.titulos {
    font-weight: 700;
    font-size: 1.25rem;
}

.subtitulos {
    font-weight: 700;
    font-size: .813rem;
}

.rTable {
    display: table;
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

.rTableRow {
    display: table-row;
}

.rTableCell {
    display: table-cell;
    padding: 3px 5px 0px 0px;
}

.rTableBody {
    display: table-row-group;
}

.horizontal-center {
    margin-left: auto;
    margin-right: auto;
}

.conteHoras {
    border: 1px solid #5cb3fd;
    max-height: 120px;
    overflow: auto;
    border-radius: 5px;
    padding: 5px;
}

.conteHoras ul {
    list-style: none;
    padding: 0;
}

.conteGif {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #ffffffad;
    top: 0;
    z-index: 100;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.imagen-load {
    display: block;
    top: 30%;
    position: relative;
    width: 300;
}

.conteRadio {
    padding-top: 10px;
    padding-bottom: 10px;
}