/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */


/*1- ELEMINAR ELEMENTOS NO NECESARIOS */ 
.postabajo, .outbrain.widget-title, .OUTBRAIN, .wrapperDisqus, #secondary, #colophon, .idiomas, .social-sharing.mobile {
  display: none !important;
}
/*2- ESTRUCTURA DE LA PÁGINA */ 
.topbar{
	position:relative;
}
.sitehead{
	margin-bottom: 5rem;
	margin-top: 3.5rem;
}
/*3- CUSTOM DE GUIDE STYLE */ 
a:after {
  content: " (" attr(href) ") ";
}

/* ==========================================================================
   Print styles
   ========================================================================== */


    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
/* ==========================================================================
   Elementos mas específicos
   ========================================================================== */
h1#site-title.mobile{
	text-align: center;
}
h1#site-title a { 
	color:#046f84;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 28px;
    line-height: 50px;
    height: 60px;

    font-family: "telefonica--bold";
    margin-right: 35px;
    margin-right: 3.5rem;
   
}
h1#site-title a:before, h1#site-title a:after  {
	display: none;
}
.cat-links{
	position: relative;
}
.single .entry-header a:after{
	display: none;
} 