section{
    padding-bottom: 60px;
}
section #post .post-data {
    font-size: 11px;
}
section #post .post-data .fa {
    font-size: 15px;
}
section #post .post-data .post-fecha {
    margin-left: 40px;
}
section #post .post-imagen {
    margin-bottom: 10px;    
}
section #post .post-subtitulo {
    color: #247cba;
    font-size: 16px;
}
section #post .post-texto{
    font-size: 13px;
    line-height: 1.2;
    text-align: justify;
}
section #post .post-texto iframe{
    width: 100%;
}
section #post .post-texto ol,
section #post .post-texto ul {
    margin-left: 40px;
}
section #post .post-video {
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
}
section #post .post-video h3{
    margin-top: 25px;
    color: #3f5e8c;
    font-size: 18px;
}
section #post #adjuntos {
    margin-top: 50px;
    margin-bottom: 20px;
}
section #post #adjuntos a > * {
    vertical-align: middle;
}
section #post #adjuntos a img {
    margin-right: 5px;
}
section #post .post-etiquetas a {
    padding: 0 10px;
    padding-right: 10px;
    border-radius: 9px;
    margin-right: 5px;
    background-color: #DEDDDE;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}
section #post #atras button {
    padding: 0 14px;
    border: 1px solid #ff7f00;
    border-radius: 12px;
    background-color: white;
    font-size: 10px;
    line-height: 22px;
}
section #post #atras button:hover {
    background-color: #ff7f00;
    color: white;
}
section #post #atras button span {
    display: inline-block;
    vertical-align: middle;
}
section #post #atras button .fa {
    padding-right: 10px;
    color: #ff7f00;
    font-size: 20px;    
}
section #post #atras button:hover .fa {
    color: white;
}

section #post #comentarios{
    padding-top: 20px;
    font-size: 12px;
}
section #post .comentariosTit > *{
    display: inline-block;
    vertical-align: middle;
}
section #post .comentariosTit h3,
section #post .comentario .comentario-nombre{    
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
section #post .comentario img {
    margin-right: 10px;
    float: left;
    
}
section #post .comentariosTit{
    margin-bottom: 10px;
}
section #post .comentariosTit h3{
    margin-bottom: 0;
}
section #post #comentariosTit1 h3{
    width: 120px;
}
section #post #comentariosTit1 > div{
    width: calc(100% - 125px);
}
section #post #comentariosTit2 h3{
    width: 180px;
}
section #post #comentariosTit2 > div{
    width: calc(100% - 185px);
}
section #post #comentarios .comentariosTit hr{    
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid #ff7f00;
}

section #post #comentarios form .form-control{
    font-size: 10px!important;
}

section #post .comentario .comentario-nombre,
section #post .comentario .comentario-fecha{
    display: inline-block;
    vertical-align: middle;
}
section #post .comentario .comentario-fecha{
    padding-left: 20px;
}

section #post #comentarios hr{
    border-top: 1px solid #aaaaaa;
}

@media(min-width: 559px){
    section form #col-resto{
        text-align: right;
    }
}
@media(max-width: 560px){
    section form #col-nombre{
        width: 41.6667%;
    }
    section form #col-mail{
        width: 58.3333%;
    }
    section form #col-resto{
        width: 100%;
    }
    section form #col-codigo{
        width: 33.3333%;
    }
    section form #col-captcha{
        width: 25%;
    }
}
@media(max-width: 400px){
    section form #col-nombre,
    section form #col-mail,
    section form #col-codigo,
    section form #col-captcha{
        width: 100%;
    }
    section form #col-captcha{
        padding-bottom: 10px;
    }
}