body {
  overflow-x: hidden; }

.co-menu-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 280px;
  left: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s,opacity 0.25s linear; }

.co-menu-panel-right {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 280px;
  right: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s,opacity 0.25s linear;
  background: #fff;
  z-index: 1000; }

/* Eliminado porque en ios 4 da problemas 
.co-main-panel{
  -webkit-transform: translate3d(0px, 0px,0);
  -moz-transform: translate3d(0px, 0px,0);
  -o-transform: translate3d(0px, 0px,0);
  -ms-transform: translate3d(0px, 0px,0);
  transform: translate3d(0px, 0px,0);

  -webkit-transition: $co-duration ease;
  -moz-transition: $co-duration ease;
  -o-transition: $co-duration ease;
  transition: $co-duration ease;
}
*/
body.co-panel-active-right .co-main-panel {
  -webkit-transform: translate3d(-280px, 0px, 0);
  -moz-transform: translate3d(-280px, 0px, 0);
  -o-transform: translate3d(-280px, 0px, 0);
  -ms-transform: translate3d-(280px, 0px, 0);
  transform: translate3d(-280px, 0px, 0); }
body.co-panel-active-right .co-menu-panel-right {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }
body.co-panel-active-right div.co-main-panel:after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7); }

body.co-panel-active .co-main-panel {
  position: fixed;
  left: 280px; }
body.co-panel-active.co-panel-active-right .co-main-panel {
  position: fixed;
  right: -280px; }
body.co-panel-active div.co-main-panel:after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000; }
body.co-panel-active .co-menu-panel {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  /* estilos para el menu */ }
  body.co-panel-active .co-menu-panel ul {
    width: 100%;
    height: auto; }
  body.co-panel-active .co-menu-panel ul li {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0; }
  body.co-panel-active .co-menu-panel a {
    text-decoration: none;
    font-size: 12px;
    color: #000; }
    body.co-panel-active .co-menu-panel a:hover, body.co-panel-active .co-menu-panel a.active {
      color: #fff; }

#full-screen-detail-header {
  text-align: left;
  position: fixed;
  top: 0;
  z-index: 9000;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 0 2px; }
  #full-screen-detail-header .logo, #full-screen-detail-header .article-info, #full-screen-detail-header > div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  #full-screen-detail-header .logo img {
    height: 30px;
    position: relative;
    top: 0;
    left: 0;
    width: auto; }
  #full-screen-detail-header .btn-co {
    font-size: 30px;
    margin-right: 5px;
    outline: none;
    color: #151515; }
    #full-screen-detail-header .btn-co:after {
      content: '';
      width: 1px;
      height: 30px;
      display: block;
      background: rgba(0, 0, 0, 0.15);
      margin: 0 0 0 6px;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      position: relative;
      top: -5px; }
  #full-screen-detail-header .btn-r {
    float: right; }
  #full-screen-detail-header .btn-co-panel-r {
    font-size: 30px;
    margin-right: 5px;
    outline: none;
    color: #151515; }
    #full-screen-detail-header .btn-co-panel-r:before {
      content: '';
      width: 1px;
      height: 24px;
      display: block;
      background: rgba(0, 0, 0, 0.15);
      margin: 0 6px;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      position: relative;
      top: -2px; }
  #full-screen-detail-header #social-nav-links {
    float: right;
    position: relative;
    top: 1px; }
  #full-screen-detail-header #social-nav-links ul {
    margin: 0;
    padding: 0; }
    #full-screen-detail-header #social-nav-links ul li {
      display: inline-block;
      margin-right: 0; }
    #full-screen-detail-header #social-nav-links ul i {
      vertical-align: middle;
      font-size: 30px;
      padding: 2px;
      color: #fff;
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center; }
    #full-screen-detail-header #social-nav-links ul .istf-twitter {
      background-color: #32ddf3;
      font-size: 25px; }
      #full-screen-detail-header #social-nav-links ul .istf-twitter:before {
        position: relative;
        top: 3px;
        left: 1px; }
    #full-screen-detail-header #social-nav-links ul .istf-facebook {
      background-color: #4a6ea8; }
  #full-screen-detail-header .istf-menu {
    font-size: 34px; }
  #full-screen-detail-header .logo.center {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center; }

.co-menu-panel {
  overflow-x: auto;
  background: #ffffff;
  z-index: 100; }
  .co-menu-panel a.start, .co-menu-panel ul li a {
    display: block;
    padding: 10px !important;
    outline: none;
    color: #151515;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s; }
    .co-menu-panel a.start:after, .co-menu-panel ul li a:after {
      display: none !important; }
  .co-menu-panel a:hover, .co-menu-panel a.current, .co-menu-panel a.active, .co-menu-panel .current a, .co-menu-panel .active a {
    box-shadow: inset 0 -1px transparent;
    background: #151515;
    color: #ffffff !important;
    text-decoration: none; }
  .co-menu-panel ul, .co-menu-panel li, .co-menu-panel li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

#full-screen-detail-header > div, #full-screen-detail-header > nav, #full-screen-detail-header > a {
  display: inline-block;
  vertical-align: middle; }

#full-screen-detail-header {
  display: none; }

/*
 * media para la cual mostramos el menu rwd
 */
@media screen and (max-width: 759px) {
  .co-menu-panel-right .content {
    overflow: auto; }

  #full-screen-detail-header {
    display: block; }

  /*
      Importante ocultar el menu de versiones desktop
   */
  body > #container .navback, #block-menu_block-1, body > #container #header {
    display: none; }

  body > #container, body > .co-main-panel {
    position: relative;
    top: 58px;
    z-index: 100; } }

/*# sourceMappingURL=rwd-menu-co.css.map */
