@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
    body {
        line-height: 1;
    }
    /*Páginas que no imprimimos*/
    body.error404>*,
    body.search>*,
    body.archive>* {
        display: none;
    }
    body.error404::after,
    body.search::after,
    body.archive::after {
        content: "PRINT CSS NO DEFINIDA";
        display: block;
        width: 200px;
        padding: 15px;
        border: 2px solid;
        margin: 50px auto 20px;
        text-align: center;
    }
    .navbar,
    .go-back,
    footer,
    .header-top,
    .widget-area,
    .breadcrum,
    .print,
    .cs-light__lupa,
    .search-mobile,
    .header-uoc,
    .area-menu-search,
    .slidebloque,
    .border-recent-posts .col-md-9.front-column,
    .volver-home{
        display: none;
    }
    /*Estructura*/
    .printcss-35 {
        float: left;
        width: 32%;
    }
    .printcss-65 {
        float: right;
        width: 65%;
    }
    /*Header*/
    header.site-header {
        display: none
    }
    header.header-print {
        display: block
    }
    .site-branding {
        min-height: 0;
     		 margin-bottom:20px;
    }
    .site-title {
        min-height: auto;
        margin-bottom: 0px;
        width: 100%;
        font-size: 30px;
    }
    .site-title h1,
    .site-title p {
        font-size: 30px;
    }
    .site-description span.extra-info {
        position: relative;
        right: 0;
        bottom: 0;
        /*text-align: left;*/
        font-size: 16px;
        margin-top: 50px;
        margin-right: 10px;
        display: block;
    }
    .site-description span.pid {
        display: none
    }
    /*Front*/
  	.ruler--secondary{border:none;}
    .hentry {
        margin-bottom: 0;
    }
    .entry-header {
        margin-bottom: 0;
    }
    .page .entry-title.h1 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .entry-content {
        margin: 0;
        font-size: 14px;
    }
    .bloque-oculto {
        display: block !important;
    }
    .ruler,
    .page h2,
    .single h2 {
        border-top-width: 2px;
        font-size: 20px;
      	line-height:1;
    }
    .page h2,
    .single h2 {}
    .entry-content blockquote {
        padding-left: 50px;
        font-size: 16px;
        margin: 20px 0;
    }
    .entry-content blockquote {
        background-size: 30px;
        background-image: url(../img/cita.png);
        background-repeat: no-repeat;
    }
    .entry-content blockquote:before {
        background: none
    }
    .blockquote-author {
        padding-left: 50px;
        font-size: 16px;
        margin: 20px 0;
    }
    .recent-posts {
        margin-top: 0;
    }
    .boxes .icon--external-link {
        display: none;
    }
    .boxes .item__content {
        height: auto;
        margin-bottom: 10px;
        padding: 5px;
        margin-bottom: 0;
        background: none;
    }
    .boxes .item__content h2 {
        margin-bottom: 0px;
        font-size: 16px;
    }
    /*Content pages*/
    .blue-wrapper {
        height: auto;
        padding: 10px 0 3px
    }
    .post .entry-title.h1 {
        font-size: 22px;
    }
    .featured,
    .featured-video {
        min-height: 90px;
        margin-bottom: 15px;
    }
    pre {
        margin: 20px 0;
        font-size: 12px;
    }
    .tabletitle {
        font-size: 20px;
    }
    .tablefooter {
        margin-bottom: 20px;
    }
    table.small-table {
        font-size: 12px;
    }
    table tbody tr td {
        padding: 5px;
    }
    a[data-toggle="popover"] {
        color: #706F6F;
    }
    a[data-toggle="popover"]::after {
        content: ' (*)'
    }
    .entry-content .videowrapper {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px
    }
  /*Video*/
  .videocontent{padding-bottom: 0;border: 2px solid #000078;}
  .video-js .vjs-control-bar{display: none!important;}
}