article, aside, footer, header, hgroup, nav, section {
    display: block;
}
html {
    -webkit-text-size-adjust: none;
    background: #fafafa;
}
pre {
    background: #DDD;
    padding: 12px;
    white-space: normal;
}
body, header, nav, footer, content, aside, article, h1, h2, ul, p { padding: 0; margin: 0; }
ul {list-style: none; }

button, input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
}

body {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
    color: rgba(0,0,0,.8);
    font-size: 16px;
    line-height: 1.4;

    margin: 0 auto;
    width: 1000px;
    /* width: 960px; */
}

.caja, #sharebar {

}

.caja h5 {
    color: rgba(0,0,0,.7);
    font-size: 17px;
    margin: 0 0 6px;
}

.cleaner { clear: both; }

a {
    /* color: #126cba; */
    color: #0678c7; /* new color */
}
a:hover {
    color: #0096ff;  /* hover color */
    text-decoration: none;
}

a img { border: none; }
.fondo-especial { background: #EFF9FF!important; }
.display-inline { display: inline!important; }
.float-left { float: left; }
.vertical-align { vertical-align: middle; }

/* Header (Encabezado) */
body > header {
    display: block;
    overflow: hidden;
    padding: 12px 0;
    position: relative;
    width: 100%;
}
body > header a {
    color: rgba(0,0,0,.75);
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color .4s;
}
body > header a:hover {
    color: rgba(0,0,0,.95);
}

body > header a:before {
    background: #e44d26;
    color: #fff;
    content: "H5";
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    padding: 4px 6px;
    position: relative;
    top: 2px;
}

body > header h1 {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    margin-top: 14px;
}
#searchform {
    bottom: 26px;
    position: absolute;
    right: 0;
    text-align: center;
}

/* Contenido Principal (las entradas) */
#content {
    float: left;
    margin: 0 10px 0 0;
    width: 705px;
}
#content article {
    display: block;
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
}
#content article section {
    background: #fff;
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    display: block;
    float: right;
    padding: 20px;
}
#content article h2, #content article h3 {
    font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
    margin-bottom: 12px;
}
#content article h2 {
    color: #d64520;
    font-size: 24px;
}
#content article h3 {
    font-size: 18px;
}

#content article section h2 a {
    color: rgba(0,0,0,.75);
    display: block;
    font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.34;
    letter-spacing: -.028em;
    padding-bottom: 3px;
    text-decoration: none;
    text-transform: capitalize;
}

#content article section h2 a:hover {
    color: rgba(0,0,0,.96);
}

#content article aside {
    bottom: 53px;
    font-size: 13px;
    margin-top: 5px;
    position: absolute;
    right: 21px;
    text-align: left;
}
#content article aside div span {
    /*  border-right: 1px solid #fff;*/
    font-weight: bold;
    padding-right: 4px;
}

#content article section figure {
    float: left;
    margin: 10px 20px 0 0;
    max-width: 167px;
}
#content article section figure img {
    border: 1px solid #666;
    margin: 0 12px 7px 0;
    max-width: 100%;
}

span[id*="more-"] {
    clear: both;
    display: block;
    margin-bottom: -15px;
    overflow: hidden;
    width: 100%;
}

#content article section .entrada {
    color: #333;
    font-size: 16px;
    line-height: 1.63;
    margin-top:15px;
}
#content article section .entrada blockquote {
    font-style: italic;
    padding-left: 11px;
    border-left: 1px dotted #888;
    color: #666;
}

#content article section footer {
    clear: both;
    display: block;
    font-size: 12px;
    margin-top: 40px;
    overflow: hidden;
    padding: 0;
    text-align: right;
}
#content article section footer iframe,
#content article section footer [id*=plusone] { float: left !important; margin-right: 10px; }
#content article section footer a.nro-comentarios {
    border: 1px solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 8px;
    padding: 2px 4px;
    text-decoration: none;
}
#content article section footer a.nro-comentarios:hover {
    background: #114A7E;
    color: #B4DDFF;
}
.entrada p { margin-bottom: 20px; }
.entrada table {
    border-collapse: collapse;
    margin-bottom: 20px;
}
.codecolorer-container table { margin-bottom: 0; }
.entrada th {
    background: #ccc;
    color: #000;
    text-align: left;
}
.entrada th, .entrada td {
    border: 1px solid #888;
    font-size: 14px;
    padding: 4px 8px;
}


/* Nav (Nav derecha) */
.ads-sidebar {
    margin-bottom: 14px;
}
nav {
    float: right;
    margin: 0;
    width: 280px;
}
nav section {
    display: block;
    margin-bottom: 18px;
    padding: 8px;
}
nav section.fondo-especial { color: #555; font-size: 0.85em; }
nav section.fondo-especial ul li {
    border-top: 1px dotted #000;
    font-size: 0.9em;
    padding: 6px;
}
nav section.fondo-especial a {
    color: #00f;
    background: none;
    padding: 0px;
    display: inline!important;
    font-weight: bold;
    text-decoration: underline;
}
nav section.fondo-especial a:hover {
    background: none;
    text-decoration: none;
}
nav ul li { margin-top: 1px; }
nav section li a {
    border-bottom: 1px dotted #666;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    padding: 7px 0;
    text-decoration: none;
}
nav section li a:hover {
    
}
#caja-social {
    background: url("img/twitter-icono.png") no-repeat scroll 6px 9px, -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.35, rgb(191,223,237)),
        color-stop(1, rgb(255,255,255))
    );
    background: url("img/twitter-icono.png") no-repeat scroll 6px 9px, -moz-linear-gradient(center bottom , #BFDFED 35%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    *background: #BFDFED url("img/twitter-icono.png") no-repeat scroll 6px 9px;
    border: 1px solid #53A3D6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: none;
    color: #0B3752;
    display: block;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 10px 8px 10px 50px;
    text-align: left;
    text-decoration: none;
}
#caja-social:hover {
    background: url("img/twitter-icono.png") no-repeat scroll 6px 9px, #BFDFED;
}
/*#caja-social p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: italic;
}*/
/*#caja-social strong {  }*/

/* form de búsqueda */
#searchform {
    font-size: 12px;
}

#searchform label, #searchform input {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 15px;
}
#searchsubmit {
    background: #ccc;
    cursor: pointer;
}

/* Footer (pie) */
body > footer {
    border-top: 1px solid #999;
    color: #444;
    clear: both;
    display: block;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 34px;
    padding: 10px 0;
}
.navigation {
    overflow: hidden;
}
div.alignleft, div.alignright {
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 8px;
    width: 40%;
}
div.alignright { float: right; }
.navigation a {
    display: inline-block;
}

/* comments */
article h3#comments, article #respond h3 {
    font-weight: normal;
    font-size: 20px;
    color: black;
    margin: 38px 0 3px;
}
.commentlist {
    padding: 0;
    list-style: none;
    border-top: 1px solid #ccc;
    margin-top: 0;
}
.commentlist li {
    background: #fff;
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    display: block;
    /* float: right; */
    padding: 20px 0;
    border-left: 0;
    border-right: 0;
}
.commentlist li cite {
    font-size: 16px;
    font-weight: bold;
}
.commentlist li p { margin-top: 16px; }
.comment-author img { display: none; }
.commentlist .comment-author, .commentlist .comment-meta, .commentlist p {
    margin-bottom: 6px;
}
.commentlist .comment-meta { font-size: 10px; }
#respond { font-size: 15px; }
#respond input, #respond textarea {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    padding: 6px;
}
#respond textarea { width: 100%; }
#respond #submit {
    background: #333;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
}

/* código demos */
.primer-bloque { margin-top: 65px; }
.info-codigo {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-bottom: 15px;
}
.entrada .info-codigo > *, .entrada .info-codigo li > * {
    margin-bottom: 14px;
}
.info-codigo .titulo, .info-codigo h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}
.info-codigo img {
    max-width: 96%;
    height: auto;
}

/* captions */
.wp-caption {
    background: #EEE;
    border: 1PX SOLID #CCC;
    padding: 18px 0;
    text-align: center;
    width: 100% !important;
}
.wp-caption img {
border: 1px solid #999;
max-width: 100%;
}
p.wp-caption-text {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}

/* artículos recomendados */
#art-recom {
    background: #efefef;
    border: 1px solid #ccc;
    margin: 34px 0 15px;
    padding: 15px;
}
#art-recom > p {
    margin-bottom: 1px;
    font-size: 22px;
}
#art-recom > ol {
    list-style-position: inside;
    padding-left: 0;
}
section#ads { padding: 3px; }

/* watu quiz */
#watu_quiz {
    background: #fefefe;
    border: 1px solid rgba(0, 149, 205, .4);
    box-shadow: inset 0 0 100px rgba(0,0,0,.05);
    margin-bottom: 25px;
    padding: 12px;
}
.watu-question {
    margin-bottom: 15px;
}

#next-question, #action-button,
.rm_form_el_button input[type="submit"] {
    background: #0095cd;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 2px;
    outline: none;
    padding: 11px 25px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}
#next-question:hover, #action-button:hover,
.rm_form_el_button input[type="submit"]:hover {
    background: #007ead;
}
#next-question:active, #action-button:active,
.rm_form_el_button input[type="submit"]:active {
    color: #80bed6;
}
#watu_quiz .question-content {
    font-weight: bold;
    margin-top: 0;
}

/* página de resultados */
.show-question {
    border-bottom: 1px dashed black;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.show-question li.answer, p.unanswered {
    padding: 3px 6px;
}
.show-question li.answer {
    font-size: 13px;
}
p.unanswered { margin: 10px 0 0; }
.show-question li.user-answer, p.unanswered {
    background: #F9CBCA;
}
.show-question li.user-answer.correct-answer {
    background: #DFF9DB;
}
.show-question-content {
    font-weight: bold;
    margin-bottom: 14px;
}
#content .manual-online h2, .titulo-simple {
    border-bottom: 1px dotted #CCC;
color: black;
font-weight: normal;
margin: 30px 0 11px;
font-size: 22px;
}
.manual-online ul, ul.lista-simple {
list-style: outside;
padding-left: 17px;
}
ul.lista-simple { margin-bottom: 8px; }


.social-media {
    text-align: center;
}
#email:before {
    content: "contacto@htmlcinco.com";
    display: block;
    font-size: 15px;
    margin-top: 8px;
}





@media (max-width: 767px) {
    img {
        height: auto;
        max-width: 100%;
        width: auto;
    }
    body, #content, nav, #content article section figure {
        float: none;
        width: 100%;
    }

    #searchform, #content article section, .caja {
        border-width: 1px 0;
    }

    #searchform {
        margin-top: 10px;
        padding: 8px 0;
        position: static;
        width: 100%;
    }
    body > header h1 {
        position: absolute;
        left: -9999px;
    }
    #content article {
        margin-bottom: 0;
        width: 100%;
    }
    #content article section {
        float: none;
        padding: 12px;
    }
    #content article section .entrada {
        line-height: 1.5;
        margin-top: 12px;
    }
    #content article section figure {
        margin: 12px 0 0;
        text-align: center;
        max-width: none;
    }
    #content article section figure img {
        margin: 0;
    }
    #content article section h2 a {
        font-size: 19px;
        line-height: 1.5;
    }
    #content article h2 { font-size: 20px; }
    article h3#comments, article #respond h3 { font-size: 16px; }

    #content article aside, .index-template .publicado-en, .nro-comentarios, #sharebar {
        display: none !important;
    }
    .navigation {
        padding: 15px;
    }
    iframe[src*=youtube] {
        height: auto;
        max-width: 100%;
        width: auto;
    }
    #respond textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;        
        max-width: 100%;
        width: auto;
    }
    body > footer {
        padding: 15px;
    }
}

@media (max-width: 1036px) {
    body > header a {
        margin-left: 15px;
    }
    body > header h1 {
        margin-left: 15px;
    }
}


/* Post Juego Frontend Trivia */
.frontend-trivia-post .imagen-principal img {
    height: auto;
    max-width: 100%;
}
.frontend-trivia-post .galeria-imagenes {
    overflow: hidden;
    text-align: center;
}
.frontend-trivia-post .galeria-imagenes br {
    display: none;
}
.frontend-trivia-post .galeria-imagenes img {
    border: 1px solid #ccc;
    height: auto;
    margin: 0 8px;
    max-width: 43%
}

.caja-promo-app {
    background: #fff;
    border: 1px solid rgba(0,0,0,.09);
    overflow: hidden;
    padding: 20px;
}
@media (max-width: 767px) {
    .caja-promo-app {
        margin-top: 12px;
    }
}
.caja-promo-app .titulo {
    margin: 0 0 15px;
}
.caja-promo-app .descripcion {
    margin-bottom: 12px;
    overflow: hidden;
}
.caja-promo-app .imagen {
    float: left;
    width: 20%;
}
.caja-promo-app .imagen img {
    height: auto;
    max-width: 100%
}
.caja-promo-app .texto {
    display: block;
    float: right;
    font-size: 13px;
    width: 76%;
}
.caja-promo-app .texto strong {
    display: block;
    margin-bottom: 3px;
}
.caja-promo-app .link-android {
    display: block;
    text-align: center;
}


/* EMPIEZA código de smart banner (minificado) */
#smartbanner {
    position:absolute;
    left:0;
    top:-82px;
    border-bottom:1px solid #e8e8e8;
    width:100%;
    height:78px;
    font-family:'Helvetica Neue', Arial ,sans-serif;
    background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon {
    background-size: cover;
    position: absolute;
    left: 27px;
    top: 17px;
    display: block;
    width: 57px;
    height: 57px;
}
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info {
    position:absolute;
    left:95px;
    top:14px; 
    width: 50%;
    font-size:13px;
    line-height:1.2em;
    font-weight:bold;
    color:#6a6a6a;
    text-shadow:0 1px 0 rgba(255,255,255,0.8);
}
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong {
    display: block;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 18px;
    margin-bottom: 4px;
}
#smartbanner .sb-info > span {
    display:block;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button {
    position:absolute;
    right:20px;
    top:24px;
    border:1px solid #bfbfbf;
    padding: 0 10px;
    min-width: 10%;
    height:32px;
    font-size:14px;
    line-height:32px;
    text-align:center;
    font-weight:bold;
    color:#6a6a6a;
    background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%);
    text-transform:uppercase;
    text-decoration:none;
    text-shadow:0 1px 0 rgba(255,255,255,0.8);
    border-radius:3px;
    box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset;
}
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url('dark_background_stripes.gif'); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button {
    min-width: 12%;
    padding: 0;
    color: #fff;
    background: none;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
}
#smartbanner.android .sb-button span {
    text-align: center;
    display: block;
    padding: 0 11px;
    background-color: #197FD8;
/*    background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB));
    background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB);*/
    text-shadow:none;
    box-shadow:none;
}
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0px; }
/* TERMINA código de smart banner (minificado) */

#sharebar .facebook-big-button {
    width: 51px;
}

.img-responsive {
    height: auto;
    max-width: 100%;
}

/* Rainmaker forms */
.caja-newsletter {
    background: #efefef;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 15px;
}
.caja-newsletter .rm_form_el_set {
    padding: 0 0 8px;
}
.caja-newsletter .rm-form-style label {
    font-size: 14px;
}
.caja-newsletter .rm_form_field {
    font-size: 15px;
    padding: 6px;
    width: 100%;
}
.caja-newsletter .rm_form_el_button {
    margin-top: 6px;
}
.caja-newsletter .rm_form_message {
    font-size: 14px;
}

.seguidores-twitter .link {
    border-bottom: 1px solid #57b6fd;
    padding-bottom: 24px;
    border-top: 1px solid #57b6fd;
    padding-top: 24px;
    background: #d9efff;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}
.seguidores-twitter .link:hover {
    background: #dbf0ff;
}

/* newsletter after post */
.caja-newsletter.after-single-post {
    background: #d9f0ff;
    overflow: hidden;
}
@media (min-width: 768px) {
    .caja-newsletter.after-single-post .rm_form_el_set {
        float: left;
        margin-right: 2%;
        width: 48%;
    }
}
.caja-newsletter.after-single-post .rm_form_el_button {
    clear: both;
    float: right;
}
.caja-newsletter.after-single-post .rm_form_el_button input {
    margin: 0;
}

/* sidebar ofertas laborales */
.sidebar-ofertas-laborales {
    border: 1px solid #333;
    border-radius: 6px;
    font-size: 14px;
    padding: 12px;
    background: #fff;
}

@media (max-width: 767px) {
    .sidebar-ofertas-laborales {
        margin-left: 12px;
        margin-right: 12px;
    }
}



.sidebar-ofertas-laborales-main-image {
    display: block;
    margin-left: -13px;
    margin-right: -13px;
    text-align: center;
    /*margin-top: -13px;*/
}
.sidebar-ofertas-laborales-main-image img {
    max-width: 100%;
}

.sidebar-ofertas-laborales .widget-title {
    background: #6608f2;
    color: #fff;
    margin: -13px -13px 0;
    padding: 14px 12px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.sidebar-ofertas-laborales-title {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 10px;
    text-align: center;
}
.sidebar-ofertas-laborales-title a {
    text-decoration: underline;
}
.sidebar-ofertas-laborales-title a:hover {
    text-decoration: none;
}

.sidebar-ofertas-laborales-logo {
    display: block;
    margin-bottom: 6px;
    margin-top: 10px;
    text-align: center;
}
.sidebar-ofertas-laborales-logo img {
    max-width: 70%;
    margin-left: -6px;
}

.sidebar-ofertas-laborales-list li + li {
    border-top: 1px dashed #999;
    padding-top: 8px;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
}
.sidebar-ofertas-laborales-list li:last-child {
    border-bottom: 1px dashed #999;
    padding-bottom: 8px;
}

.sidebar-ofertas-laborales-list li a {
    border: none;
    color: #6608f2;
    display: inline;
    font-size: 14px;
    padding: 0;
    text-decoration: underline;
}
.sidebar-ofertas-laborales-list li a:hover {
    text-decoration: none;
}

.sidebar-ofertas-laborales-cta {
    font-size: 15px;
    text-align: center;
}

.sidebar-ofertas-laborales-cta a {
    color: #6608f2;
    font-weight: bold;
}

#content .codecolorer-container {
    margin-bottom: 25px;
}
