.semana-header{
    background-color: #f0f1f3;
    box-shadow: 3px 4px 13px #000;
    margin-bottom: 30px;
    margin-left: -15px;
}

.ifg-header{
    background-color: #f0f1f3;
    box-shadow: 3px 4px 13px #000;
    margin-bottom: 30px;
    padding: 0px;
}

.fs150{
    font-size: 150%;
}

.semana-header-green{
    background-color: #38b04a;
    padding: 5px 20px;
    color: #FFF;
}

.ifg-header-red{
        background-color: #0d3112;
    padding: 30px 20px;
    color: #FFF;
}

.semana-header-green p{
    font-weight: 100;
}

.ifg-header-periodo{
    padding: 5px 20px;
}

.ifg-header-periodo p{
    padding-bottom: 10px;
}

.semana-header-periodo{
    padding: 5px 20px;
}

.semana-header-periodo p{
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.semana-header-comentario{
    padding: 5px 20px;
}

.semana-header-comentario-title{
    color: #088c56;
}

.ifg-header-title{
    color: #FFF;
}

.semana-footer p{
    font-weight: 100;
    margin-top: 20px;
    line-height: 21px;
        padding: 0 20px;
}

.title-table{
    clear: both;
    background-color: #e2e2e2;
    display: -webkit-box;
    padding: 5px 0;
    text-align: center;
    font-weight: 100;
}

.subtitle-table{
    clear: both;
    display: -webkit-box;
    padding: 5px 0;
    text-align: center;
    font-weight: 100;
    font-size: 80%;
}

.table-row{
    clear: both;
    display: -webkit-box;
    padding: 5px 0;
    text-align: center;
    border-bottom: 0.5px dotted;
}

.table-row:hover{
    background-color: #dadada;
}

.ta-left{
    text-align: left !important;
}

.ta-right{
    text-align: right !important;
    font-weight: 100;
}

.img-acg-arrow{
    
}

.mb30{
    margin-bottom: 30px;
}

.mt10{
    margin-top: 10px;
}

.footer-frigorifico{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.footer-frigorifico img{
    margin-bottom: 50px;
    max-width: 100%;
}


/*CELULARES*/
@media (max-width: 768px) {
    .p5xs {
        padding-right: 5px;
        padding-left: 5px;
    }
    .p0xs {
        padding-right: 0px;
        padding-left: 0px;
    }
    .ta-right{
        font-size: 60%;
    }
    .semana-header{
        margin-left: 0px;
    }
}