#col-cuerpo {
    width: 100%;
    position: relative;
    background-color: #1257AC;
    text-align: center;
}

.col-cuerpo {
    width: 100%;
    list-style: none;
    overflow: hidden;
    position: relative;
    background-color: #1257AC;
    text-align: center;
}

#col-cuerpo img {
    width: 100%;
    z-index: 0;
}

#col-cuerpo .banner-act {
    width: 100%;
    position: relative;
    display: block;
}

#col-cuerpo .banner-der {
    width: 100%;
    position: relative;
    display: none;
}

#col-img-down {
    margin-top: -200px;
    width: 100%;
    background: red;
    z-index: 200;
}

#col-img-down img {
    width: 100px;
    background: red;
}

.cont_card_body {
    background-color: #1257AC;
    text-align: center;
    width: 90%;
    /* margin-left: 15%; */
    margin: 0px auto;
}

.card_body {
    margin: auto;
    width: 15rem;
    height: 21rem;
    margin-top: 2%;
    margin-bottom: 3%;
    position: relative;
    border-color: #FF8300;
    border-width: 7px;
    border-radius: 10px;
}

.card-body h5 {
    background: #FFFFFF;
    border-color: #FFFFFF;
    text-align: center;
    color: #;
}

.franja {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    /* text-align: center; */
}

.franja img {
    width: 100%;
    height: 100%;
    display: flex;
    background-repeat: no-repeat;
    text-align: center;
}

.cont_noticias {
    /* background-color: red; */
    background-color: #FFFFFF;
    text-align: center;
    width: 100%;
    /* margin-left: 15%; */
    margin: 0px auto;
    height: 100%;
}

.card_body_hold {
    width: 15rem;
    margin-top: 50px;
    margin-right: 5%;
    margin-bottom: 40px;
    position: relative;
    /* border-color: #ffa900; */
    border-color: #FF8300;
    border-width: 7px;
    border-radius: 6px;
    height: 350px;
}

.card-body_hold h5 {
    background: #FFFFFF;
    border-color: #FFFFFF;
    text-align: center;
    color: #1257AC;
}

.btn_card {
    height: 45px;
    background-color: #FF8300;
    color: #1257AC;
    font-size: 16px
}

.btn_card_blue {
    height: 45px;
    background-color: #1257AC;
    color: #FF8300;
    font-size: 16px
}

.card-footer {
    /* margin-top: 0px; */
    background: #FFFFFF;
    border-color: #FFFFFF;
}

@media screen and (max-width: 800px) {}
