/* Agregado por Bianco */
.estado-subtes-titulo-estado-trenes {
    padding: 10px 0;
    background-color: #4895f2;
    color: #fff;
    border-bottom: solid 3px #aeaeae;
}
.estado-subtes-titulo-estado-subtes {
    padding: 10px 0;
    background-color: #dd2727;
    color: #fff;
    border-bottom: solid 3px #424242;
}
.estado-subtes-pastilla {
    box-shadow: 1px 1px 3px black;
    margin: 0.2em;
}
.estado-subtes-tren-pastilla {
    border-top-right-radius: 0.9em!important;
    line-height: 25px!important;
    padding-left: 0.4em!important;
    padding-right: 0.5em!important;
    box-shadow: 1px 1px 3px black!important;
    margin: 0.2em!important;
}

.estado-subtes-actualizacion {
    font-size: 0.7em;
}
/* -------------------- */

.estado-subtes-tabla-estado {
    font-family: Helvetica;
    width: 100%;
    /* background-color: lightgray; */
    color: black;
    border-collapse: collapse;
}

.estado-subtes-tabla-estado th, td {
    padding: 0;
}

.estado-subtes-tabla-estado tr {
    border-bottom: 1px solid #CECCCD;
}

.estado-subtes-tabla-estado td:nth-of-type(odd) {
    /* background-color:#CECCCD; */
}

.estado-subtes-pastilla {
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    border-radius: 50%;
    border: 2px solid white;
    color: white;
    width: 30px;
    height: 30px;
    font-weight: bold;
}

.linea-A {
    background: #05ADDE;
}

.linea-B {
    background: #E91627;
}

.linea-C {
    background: #046AB4;
}

.linea-D {
    background: #087F69;
}

.linea-E {
    background: #6D2281;
}

.linea-H {
    background: #FFCA03;
    border-color: #4E5366;
    color: #4E5366;
}

.linea-P {
    background: #FDBA2D;
}

.linea-U {
    background: #F56E1D;
}

.estado-subtes-hint {
    margin-left: 4px;
    font-size: 80%;
}
.estado-subtes-estado {
    line-height: normal;
    margin-left: 4px;
}

.estado-subtes-estado .cabecera {
    font-weight: bold;
    font-size: smaller;
}

.estado-subtes-estado .frecuencia {
    font-size: small;
}

.estado-subtes-tren-pastilla {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    border: 2px solid white;
    color: white;
    background-color: #1f63b5;
    width: auto;
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 1.2em;
    padding-left: 0.5em;
    padding-right: 1em;
}            