.cielo .title {
    position: absolute;
    top: 15px;
    background: #EEEEEE;
    padding: 3px;
    border: 1px solid #274f73;
    left: 0;
    z-index : 1000;
    white-space: nowrap;
}

#tablaEstadoActual{
    border-collapse: collapse;
    text-align: center;
}


#cabezal{
    background-color: #3BAEC7;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    height: 40px;
}

#cabezal td{
    font-size: 14px !important;
    color: #fff;
}

#tablaDatos tr:nth-child(even) {
    height: 40px;
    background-color: #f7f7f7;
}

#tablaDatos tr:nth-child(odd) {
    height: 40px;
    background-color: #FFF
}

.tablaEstActTit td{
    padding: 10px;
}