.row4{
    margin-left: -4px;
    margin-right: -4px;
}
.col4{
    padding-left: 4px;
    padding-right: 4px;
}

section #posts .post {
    margin-top: 20px;
    background-color: #E5F0F5;
}
section #posts .post:nth-of-type(even) {
    background-color: #E5F0F5;
}
section #posts .post .post-top > * {
    margin: 10px;
}
section #posts .post .post-top > *:first-of-type {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}
section #posts .post .post-top > *:nth-of-type(2) {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
section #posts .post .post-fecha {
    width: 50px;
    padding: 10px 0;    
    background-color: #006E9B;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
section #posts .post .post-img {
    cursor: pointer;
}
section #posts .post .post-titulo {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
section #posts .post .post-cont {
    font-size: 13px;
    line-height: 1.2;
}
section #posts .post .post-texto p {
    margin-bottom: 15px;
}
section #posts .post .post-texto iframe {
    width: 100%;
}
section #posts .post .form-titulo {
    font-size: 14px;
    font-weight: 700;
}
section #posts .post .form-texto {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.2;
}
section #posts .post .iconoMenos {
    cursor: pointer;
    display: none;
}
section #posts .post .iconoMas {
    cursor: pointer;
}
section #posts .post .form-control {
    border-color: #ccc;
}
section #posts .post .btn-enviar {
    padding: 0 20px;
    margin-top: 20px;
    border-radius: 6px;
    font-size: 11px;
    line-height: 24px;
}
section #posts #atras button {
    padding: 0 14px;
    border: 1px solid #ff7f00;
    border-radius: 12px;
    background-color: white;
    font-size: 10px;
    line-height: 22px;
}
section #posts #atras button:hover {
    background-color: #ff7f00;
    color: white;
}
section #posts #atras button span {
    display: inline-block;
    vertical-align: middle;
}
section #posts #atras button .fa {
    padding-right: 10px;
    color: #ff7f00;
    font-size: 20px;
}
section #posts #atras button:hover .fa {
    color: white;
}
/*
section #col-dcha h2 {
    margin-bottom: 30px;
    color: #247cba;
    font-size: 28px;
}
section #col-dcha .post {
    padding-bottom: 20px;
    border-bottom: 1px dashed #636466;
    margin-top: 20px;
}
section #col-dcha .post .post-top {
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
section #col-dcha .post .post-top > * + * {
    margin-left: 10px;
}

section #col-dcha .post .post-titulo {
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
section #col-dcha .post .post-fecha {    
    font-size: 10px;
    color: #888;
}
section #col-dcha .post .iconoMenos {
    display: none;
}
section #col-dcha .post .post-cont {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.2;
    display: none;
}
*/
@media (max-width: 767px) {
    /*
    section #col-dcha {
        margin-top: 40px;
    }
    */
}
@media (min-width: 480px) {
    section #posts .post .post-top {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    section #posts .post .post-fecha span {
        display: block;
    }
    section #posts .post .post-img {
        max-width: 100px;
        float: right;
        margin-left: 15px;
        transition: all 0.2s;
    }
    section #posts .post .img-grd {
        max-width: 200px;
    }
    /*
    section #col-dcha .post .post-img {
        max-width: 60px;
    }
    */
}
@media (max-width: 479px) {
    section #posts .post {
        padding-bottom: 10px;
    }
    section #posts .post .post-fecha {
        width: 100%;
    }
    section #posts .post .post-fecha span {
        vertical-align: middle;
    }
    section #posts .post .post-img {
        max-width: 100%;
        margin-bottom: 15px;
    }
}