
.logo
{
    height: 150px;
    max-height: 150px;
    margin-top: 90px;
}
.logoNombre
{
    height: 90px;
    max-height: 90px;    
}
.logoDetail
{
    height: 90px;
    max-height: 90px;
    margin-top: -10px;
}
.logoNombreDetail
{
    height: 80px;
    max-height: 80px;    
}
.alertaError
{
    background-color:#4288aa;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 10px;
    font-weight: bold;
}
.tablaTracking
{
    margin-top: 20px;
    border: 1px solid #E9E9E9;
}
th
{    
    text-align: center;  
    background-color: #1267AF;
    color: #fff;
    border: 1px solid #E9E9E9;
    font-size: 13px;
}
td
{
    font-size: 12px;
}