.wrapper {
    padding: 30px 0;
}

.logotipo_digiprensa {
    display: block;
    height: 40px;
    width: 227px;
    margin: 0;
    overflow: hidden;
    position: relative;

}

h3 {
    font-size: 1rem !important;
}

.fondo-hero {
    min-height: 200px;
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;

    /* Background image doesn't tile */
    background-repeat: no-repeat;

    /* Background image is fixed in the viewport so that it doesn't move when 
        the content's height is greater than the image's height */
    background-attachment: fixed;

    /* This is what makes the background image rescale based
        on the container's size */
    background-size: cover;

    /* Set a background color that will be displayed
        while the background image is loading */
    background-color: #464646;
    background-image: url('https://www.digiprensa.com/wp-content/themes/understrap/img/digiprensa.jpg');
}

.categorydiv {
    max-height: 8000px !important;
}

.lista-de-continentes-cabecera {
    margin: 0 auto;

}

.lista-de-continentes-cabecera ul {
    list-style: none;
    text-align: center;
    margin: 0;
}

.lista-de-continentes-cabecera li {
    display: inline-block; // float:right;
    color: white;
    font-weight: bold;
    padding: 5px;
}

.lista-de-continentes-cabecera li a {
    color: white;
}

body {
    background: #fff;
font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a {
    color: #5c6bc0;
}

a:hover {
    color: blue;
    text-decoration:underline;
}

.medio {
    margin-bottom: 20px;
}

.logo-home img {
    max-height: 25px;
    width: auto;
}

.logo-archivo img {
    max-height: 35px;
    width: auto;
}

.flag-home img {
    width: 14px;
    vertical-align: middle;
    padding-bottom: 3px;
}

.logo-single {
    margin-bottom: 16px;
}

.logo-single img {
    max-height: 60px;
    width: auto;
}

.boxed-black {
    background: white;
    border-radius: 10px;
    border: solid 1px #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.screenshot-periodico {
    background: #bbb;
    border-radius: 10px;
    border: solid 1px #ccc;
    padding: 5px;
}

.screenshot-periodico img {
    border-radius: 8px;
}

.kk-star-ratings.top-left {
    clear: both !important;
    margin: 0 auto;
}

.kk-star-ratings.lft {
    clear: both !important;
    float: none !important;
    margin: 0 auto;
}

.tag {
    margin-bottom: 5px;
}

.tag a {
    color: white;
    font-size 1em;

}


.boton-child {
    margin: 2px;
}



/* ===============================
Footer
================================ */

footer {
    padding: 50px 0 0 0;
    color: #bbb;
    background: #222;
}

footer a {
    color: #eee;
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #eee;
}

footer .footer_logo {
    margin-bottom: 20px;
}

footer .footer_logo h3 {
    color: #fdfdfd;
    letter-spacing: -1px;
    font-size: 2.2em;
    font-weight: 900;
    margin: 0;
}

footer .footer_logo h3 a {
    color: #fdfdfd;
}

footer .footer_logo h3 a:hover {
    text-decoration: none;
}

footer address {
    line-height: 1.6em;
}

footer h5.widgetheading {
    text-transform: none;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

footer .widget i {
    color: #bbb;
}

footer h5 a:hover,
footer a:hover {
    text-decoration: none;
}

#sub-footer {
    background: #111;
    text-shadow: none;
    color: #ddd;
    padding: 0;
    padding-top: 30px;
    margin: 20px 0 0 0;
    -webkit-box-shadow: 0 -4px 4px -2px #222;
    -moz-box-shadow: 0 -4px 4px -2px #222;
    box-shadow: 0 -4px 4px -2px #222;
}

#sub-footer p {
    margin: 0;
    padding: 0;
}

#sub-footer span {
    color: #c7c7c7;
}

.copyright p {
    text-align: left;
    font-size: 13px;
}

.credits {
    text-align: right;
    font-size: 13px;
}

#sub-footer ul.social-network {
    float: right;
}
