article, aside, footer, header, hgroup, nav, section {
    display: block;
}
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; }
html {
background-image: -webkit-gradient(
    linear,
    left 200,
    left top,
    color-stop(0.37, rgb(221,221,221)),
    color-stop(1, rgb(255,255,255))
);
background-image: -moz-linear-gradient(
    center 200,
    rgb(221,221,221) 37%,
    rgb(255,255,255) 100%
);


    background-color: #ddd;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    width: 960px;
}
.caja, #sharebar {
    border: 1px solid black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-image: -moz-linear-gradient(top, #363636, #000003);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#363636), to(#000003));

    -webkit-box-shadow: 1px 1px 9px #CCCDDD;
    -moz-box-shadow: 3px 3px 1px #ccc;
    -ms-box-shadow: 3px 3px 1px #ccc;
    -o-box-shadow: 3px 3px 1px #ccc;
    box-shadow: 3px 3px 1px #ccc;

    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ccc')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ccc');

}
.caja h5 {
    color: #126CBA;
    font-size: 17px;
    margin: 0 0 10px;
    padding: 5px;
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-family: Tahoma, Verdana, sans-serif;
}

.cleaner { clear: both; }
a { color: #126cba; }
a img { border: none; }
a:hover { text-decoration: 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: 10px 0;
    position: relative;
    width: 100%;
}
body > header a {
    color: #222;
    font-size: 65px;
    text-decoration: none;
    letter-spacing: -6px;
}
body > header a strong { color: #126cba; font-style: italic; }
body > header h1 {
    color: #666;
    font-size: 13px;
    font-weight: normal;
}
#searchform {
    background: #126CBA;
    bottom: 26px;
    padding: 13px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 259px;
}

/* Contenido Principal (las entradas) */
#content {
    float: right;
    margin: 10px 0 0 0;
    width: 685px;
}
#content article {
    display: block;
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
}
#content article section {
    background: #fff;
    border: 1px solid #999;
    display: block;
    float: right;
    padding: 3%;
}
#content article h2, #content article h3 {
    color: #126CBA;
    font-family: Tahoma, Verdana, sans-serif;
    margin-bottom: 8px;
}
#content article h2 { font-size: 24px; }
#content article h3 { font-size: 18px; }

#content article section h2 a {
    border-bottom: 1px solid #CCC;
    color: #000;
    display: block;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 23px;
    letter-spacing: -1px;
    padding-bottom: 3px;
    text-decoration: none;
    text-transform: capitalize;
}
#content article section h2 a:hover { border-bottom: 1px dashed; }
#content article aside {
    bottom: 69px;
    color: #000;
    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: 19px 6px 0 0;
}
#content article section figure img {
    border: 1px solid #777;
    margin: 0 12px 15px 0;
/*    padding: 10px;*/
}
#content article section .entrada {
    color: #333;
    font-size: 15px;
    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 {
    background: #FFF9E1;
    border: 2px solid #FCEAA0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    clear: both;
    display: block;
    font-size: 12PX;
    overflow: hidden;
    /*  margin-top: 15px;*/
    padding: 10px;
    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 {
    background: #B4DDFF;
    border: 1px solid #3484CD;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    color: #0B3752;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 9px;
    padding: 4px 10px;
    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) */
nav {
    float: left;
    margin: 11px 0 0;
    width: 258px;
}
nav section {
    background: #333;
    border: 1px solid #000;
    color: #fff;
    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;
    color: #ddd;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    padding: 7px 0;
    text-decoration: none;
}
nav section li a:hover {
    background: #444;
    color: #fff;
}
#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: 18px;
    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 {
    padding: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #777;
}
#searchsubmit { 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: 35px 0 3px;
}
.commentlist {
    padding: 0;
    list-style: none;
    border-top: 1px solid #ccc;
    margin-top: 0;
}
.commentlist li {
    background-image: -webkit-gradient(
        linear,
        left 200,
        left top,
        color-stop(0.37, rgb(221,221,221)),
        color-stop(1, rgb(255,255,255))
    );
    background-image: -moz-linear-gradient(
        center 200,
        rgb(221,221,221) 37%,
        rgb(255,255,255) 100%
    );

    background-color: #ddd;
    border: 1px solid #ccc;
    border-top: none;
    color: black;
    font-size: 14px;
    line-height: 1.8;
    padding: 17px;
}
.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 #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 3px;
}
#respond textarea { width: 100%; }
#respond #submit {
    background: #333;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

/* código demos */
.info-codigo {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-bottom: 15px;
}
.entrada .info-codigo > * {
    margin-bottom: 14px;
}
.info-codigo .titulo, .info-codigo h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}

/* 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; }
p.wp-caption-text {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}

/* artículos recomendados */
#art-recom {
    border: 2px solid #CCC;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin: 40px 0 20px;
    padding: 15px;
}
#art-recom > p {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1px;
    color: #444;
    font-size: 17px;
}
section#ads { padding: 3px; }

/* watu quiz */
#watu_quiz {
    border: 1px dashed #333;
    margin-bottom: 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 12px;
}

#next-question, #action-button {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');

    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    -ms-border-radius: .5em;
    -o-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);

}
#next-question:hover, #action-button:hover {
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
    position: relative;
        top: 1px;
}
#next-question:active, #action-button:active {
    color: #80bed6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
#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;
}
