.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.hidden { display: none; visibility: hidden; }
.visible-phone { display: none !important; }
.visible-tablet { display: none !important; }
.hidden-desktop { display: none !important; }  
.thumb-list { margin-bottom: 50px; }

@media (max-width: 480px) {

  #background-fixed{ background-image: none; }
  #toTop{ display: none; }
  .see-more a{ line-height: 25px !important; font-size: 12px !important; }
  .nav-collapse { 
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); 
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }

  .page-header h1 small { display: block; line-height: 18px; }
  .container { width: 95%; }  
  input[type="checkbox"], input[type="radio"] { border: 1px solid #ccc; }

  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }

  .form-horizontal .controls { margin-left: 0; }
  .form-horizontal .control-list { padding-top: 0; }
  .form-horizontal .form-actions { padding-right: 10px; padding-left: 10px; }
  .carousel-caption { position: static; }

  .header-top{ display: block; padding-top: 5px; }
  .row-1{ 
    position: absolute; 
    top: 0;
    left: 0;
    padding: 10px 0; 
  }   

  .row-1 .nav li:hover a{ background-color: #269449; }

        .row-1 .nav li a{             
          padding-bottom: 2px;    
          transition: all linear 300ms 1ms;     
          -moz-transition: all linear 300ms 1ms;
          -webkit-transition: all linear 300ms 1ms;
        }

        .row-1 .nav li span{              
          font-size: 9px;
          background-color: #01443E;                            
          color: #ffffff; 
          padding: 6px 15px;
        }
        

      .wrap-logo{               
        margin-top: 18px;
        margin-bottom: 0px;
      }

        .logo{                            
          display: block;            
          margin-left: 10%;                
          margin-bottom: 10px;
        }

          .logo img{
            width: 48.1px;
            height: 69.0px;
            vertical-align: middle;
            margin-top: 5px;            
          }

          .logo h1{
            position: relative;
            font-family: Calibri;
            font-weight: bold;
            vertical-align: middle;
            display: inline-block;
            font-size: 43.9px;            
            line-height: 45.9px;          
            margin-left: 14px;           
          }

          .logo h1:hover{ cursor: pointer; }

            .logo h1:before{
              content: "";
              display: block;
              position: absolute;
              left: -17px;
              top: 0px;                 
              background-image: url('../images/spliter_white.png');
              background-position: center center;
              background-size: 4px 100px;
              background-repeat: no-repeat;
              width: 8.1px;
              height: 48.725px;                       
            }

            .logo h1:after{
              display: block;
              content: "Universidad Nacional de la Amazonia Peruana";
              position: absolute;
              left: 25px;
              bottom: -15px;
              font-size: 10.5px;
              line-height: 0.8em;
              width: 165px;
              overflow: hidden;                 
              text-align: center;           
            }

        .box-options{ display: block; }
        .row-2{ display: block; float: none; }       

          .row-2 div.boxes{ display: block; float: none; }
          .peru, .box-social{ display: none !important; }
          .box-date{ display: block; }
          .box-search{ display: none; }

            .date{
              display: block;
              font-size: 10px;              
              text-align: right;
              padding: 4px 0;
            }         
  
    .wrapper{     
      margin: 0 auto;
      padding-top: 60px;
      width: 95%;
    }

   .wrap-body{
      display: flex;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      flex-flow: column;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
    }
 
        .contents{          
          margin: 0 5%;
        }

          .contents .item{
            overflow: auto;           
            min-height: 70px;
            max-height: 170px;
            margin-top: 5px;
            border-bottom: 1px solid #ccc;
          }   

          .contents .item .fecha{
            background-color: #EEEEEE;
            font-family: calibri;
            float: left;
            text-align: center;           
            padding: 4px 6px; 
            margin-right: 5px;          
          }

            .contents .item .fecha .dia{              
              display: block;             
              font-size: 35px;  
              color: #014640;           
            }

            .contents .item .fecha .mes{              
              text-transform: capitalize;
              display: block;
              font-size: 12px;
            }

          .contents .item .info{                                    
            display: block;             
            font-family: calibri;
            font-size: 12px;
            padding: 5px;                                   
          }       

            .contents .item .info a{
              display: block;
              text-decoration: none;
              color: #222;              
            }

            .contents .item .info a:hover .title{
              text-decoration: underline;
            }

            .contents .item .info .title{
              text-align: center;
              display: block;
              font-size: 13px;
              font-weight: bold;
              padding: 5px 0;
            }           

      .opinion{       
        max-height: 120px;
        min-height: 80px;       
        margin-top: 5px;
        padding-bottom: 10px;       
        border-bottom: 1px solid #ccc;
      }

      .opinion > p{       
        display: block;
        font-size: 12px;        
      }

        .opinion > p a{
          display: block;
          text-decoration: none;
          color: #222;
          padding: 8px;
        }

        .opinion > p a:hover{
          background-color: #EEEEEE;
        }

      .opinion  span{
        font-size: 12px;
        text-align: right;
        display: block;
        text-align: right;
      }

      .opinion > span.autor{ font-weight: bold; }
      .opinion > span.autor + span{ padding: 2px 0; }     

section.noticias{
  background: none repeat scroll 0% 0% #3B83BD;
  width: 100%;
  min-height: 350px;
  padding: 3px;
}

section#bodymain{
  width: 95%;
  min-height: 500px;  
  margin: 0 auto; 
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}


    aside.links-wrapper{
      display: block;       
      flex: 3 0 100%;
      -webkit-flex: 3 0 100%;      
      -moz-flex: 3 0 100%;
      -ms-flex: 3 0 100%;
      order: 1;
      -webkit-order: 1;      
      -moz-order: 1;
      -ms-order: 1;
    }

    .links li{ position: relative; background-color: #226666; padding: 1px; margin: 2px;}    
    .links a{ display: block; height: 30px; }
    .links img{ width: 6%; min-width: 30px;}  
    .links span{ font-size: 10px; padding: 2px 5px; }

#contenido-principal{
  display: block;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 3 0 100%;
  -webkit-flex: 3 0 100%;
  -moz-flex: 3 0 100%;
  -ms-flex: 3 0 100%;
  order: 2;
  -webkit-order: 2;  
  -moz-order: 2;
  -ms-order: 2;
}

aside.col-right{  
  display: block;
  width: 100%;            
  opacity: 0.85; 
  display:  flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: column;
  -webkit-flex-flow: column;  
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  padding-top: 10px;      
}
    

#izquierda{
  flex: 3 0 100%;
  -webkit-flex: 3 0 100%;
  -moz-flex: 3 0 100%;
  -ms-flex: 3 0 100%;
  order: 3;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
}

#derecha{
  flex: 3 0 100%;
  -webkit-flex: 3 0 100%;
  -moz-flex: 3 0 100%;
  -ms-flex: 3 0 100%;
  order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
}

.tab input[type="radio"] ~ .content{ height: 636px;}

.tabs-noticia-actualidad { 
  margin-top: 9px;
  min-height: 675px;
  position: relative;
  width: 100%;
}    
  
  .ui-current{
    position: relative;
    width: 100%;    
    display: block;
    vertical-align: top;        
  } 

  .ui-current .contents{
    margin-right: 5%;
    margin-left: 5%;
  }  

  .lista_actualidad{      
    display: block;        
    width: 100% !important;
    float: none;
  } 

    .lista_actualidad ul{      
      max-height: 570px; 
      overflow-y:scroll;  
      overflow-x: hidden;         
      padding-right: 0; 
    }
    
      .lista_actualidad li{                   
        padding: 5px 1px; 
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;        
      }
      
      .lista_actualidad li label{ display: block; }
      .lista_actualidad li label p{ font-size: 13px; line-height: 130%;}
      .lista_actualidad li label h3 span{
        display: block;       
        color: #2A6478;        
        padding: 5px 0;
      }

      .lista_actualidad li label h3 span:before{ content: open-quote; }       
      .lista_actualidad li label h3 span:after{ content: close-quote; }       
      .lista_actualidad li label:hover{ cursor: pointer; }
      .lista_actualidad li label:hover span{ text-decoration: underline; }

    .lista_actualidad  article.options-rbtn{      
      position: absolute;
      display: block;
      width: 100% !important;                   
      opacity: 0;      
      padding: 10px; 
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: 0;
      background-color: rgba(204,204,204,0.3);
      border:1px solid #ccc;     
      box-sizing: border-box; 
      /*transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transform: translateY(-100%) scaleY(0);
      -webkit-transform: translateY(-100%) scaleY(0);
      -moz-transform: translateY(-100%) scaleY(0);
      -ms-transform:translateY(-100%) scaleY(0);      
      -o-transform: translateY(-100%) scaleY(0);*/      
    }

    .lista_actualidad li > input[type="radio"]:checked ~ label { display: none; }
    .lista_actualidad li > input[type="radio"]:checked ~ label ~ article.options-rbtn { z-index: 1; }
    .lista_actualidad li > input[type="radio"]:checked ~ label ~ article.options-rbtn {
      position: relative;
      display: block;
      opacity: 1;
      transform: translateY(0) scaleY(1);
      -webkit-transform: translateY(0) scaleY(1);
      -moz-transform: translateY(0) scaleY(1);      
      -o-transform: translateY(0) scaleY(1);
      -ms-transform: translateY(0) scaleY(1);
    }

    .lista_actualidad time{                  
      display: block;     
      padding-bottom: 5px;
      font-size: 12px;
    }

    .lista_actualidad article > div + div{                  
      display: block;     
      padding: 5px 0;
    }

      .lista_actualidad article > div + div a{             
        display: block;
        margin:  10px 0 5px 0;        
        font-size: 15px;
      }

      .lista_actualidad article > div + div p{ 
        font-size: 11px; 
        line-height: 150%;
      }

    .lista_actualidad img{
      width:100%;
      height: 100%;
      margin: 0px auto;
    }  

#demo5.scroll-img ul {
  width: 1000px;
}

  .scroll-img {   
    width: 100%;     
    height: 69px; 
    overflow: hidden;
    font-size: 0;
  }
  
    .scroll-img ul li {
      display: inline-block;
      margin: 10px -108px 10px 5px;
    }
    .scroll-img img{
      width: 45%;
    }

  .informacion{
      display: inline-block;      
      margin-left: 10px; 
      vertical-align: middle;
      width: 50%;
    }

      .informacion p{     
        font-family: arial;
        font-size: 14px;        
      }

        .informacion p span{
          display: block;
          padding-top: 2px;
          padding-bottom: 2px;
          margin: 0;
        }

      
  .box_interes_wrapper{
    width: 100%;
    margin: 0 auto;        
  }

  .box_interes{
    height: 120px;
    padding: 0 10px;
    background: url('../images/bg-footer2.png') repeat scroll 0% 0% #36393A;
  }

    .box_interes h3{
      background-color: #09E;
      width: 140px;             
      text-transform: uppercase;
    }

    .box_interes h3:hover{ background-color: #2271B3; }

    .Enlaces{      
      vertical-align: middle;
      width: 90%;
      float: left;
    }

    .libro_reclamaciones, .contador{ display: none; }    

  .pie-principal{
    min-height: 70px;
    background: url('../images/bg-footer2.png') repeat scroll 0% 0% #111; 
    color: #fff;    
  }

  .piemain_wrapper{
    width: 100%;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;   
  }

    .piemain_wrapper p{
      text-align: justify;
    }

    .flogo{
      display: inline-block;
      width: 120px;
      height: 60px;
      margin-left: 4px;  
      vertical-align: middle;             
    }

    .informacion{
      display: inline-block;      
      vertical-align: middle;
      width: 90%;
      margin-top: 20px;
    }

      .informacion p{     
        font-family: arial;
        font-size: 11px;        
      }

        .informacion p span{
          display: block;
          padding-top: 2px;
          padding-bottom: 2px;
          margin: 0;
        }

    .copyright p, .copyright p span{ font-size: 10px;}
    .copyright p a.mg_logo > span:after{ display: none; }
    .copyright p a.mg_logo:hover > span:after{
      transform: none;
      -moz-transform: none
      -webkit-transform: none
      -o-transform: none;
      -ms-transform: none;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

  #background-fixed{ background-image: none; }
  #toTop{ display: none; }
  .carousel-caption h4, .carousel-caption p{ font-size: 10px; }
  .see-more a{ line-height: 26px !important; font-size: 12px !important; }

  .navbar-fixed-top, .navbar-fixed-bottom {
    margin-right: -20px;
    margin-left: -20px;
  }

  .wrap-nav-main { width: 100%; }
  .visible-phone { display: inherit !important; }
  .hidden-phone { display: none !important; }
  .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important; }
  .container-fluid { width: 80%; padding: 0; }

  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }

  .dl-horizontal dd { margin-left: 0; }
  .container { width: 98%; }
  .row-fluid { width: 100%; }

  .piemain_wrapper{
    width: 100%;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;   
  }
  
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }

  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  .header-top{      
      display: block;
      padding-top: 5px;     
    }

      .row-1{ 
        position: absolute; 
        top: 0;
        right: 0;
        padding: 10px 0; 
      }   

        .row-1 .nav li:hover a{ background-color: #269449; }
        .row-1 .nav li a{             
          padding-bottom: 2px;    
          transition: all linear 300ms 1ms;     
          -moz-transition: all linear 300ms 1ms;
          -webkit-transition: all linear 300ms 1ms;
        }

        .row-1 .nav li span{              
          font-size: 9px;
          background-color: #01443E;                            
          color: #ffffff; 
          padding: 6px 15px;
        }
        

      .wrap-logo{               
        margin-top: -2px;
        margin-bottom: 0px;
      }

          .logo img{
            width: 53.5px;
            height: 76.5px;
            vertical-align: middle;
            margin-top: 5px;            
          }

            .logo h1:after{              
              left: 15px;  
              bottom: -15px;            
              font-size: 10.7px;
              line-height: 0.9em;
              width: 150px;              
            }

        .box-options{                 
          top: 0;
          right: 0; 
          display: inline-block;  
          vertical-align: middle;       
          float: right;         
        }

          .row-2{
            width: 96%;
            color: #269449;
            position: relative;             
            float: right;                               
          }       
          
          .row-2 > div{ display: inline-block; }
          .row-2 div.boxes{ float: none !important; }
          .row-2 > div.peru{ display: none; }

            .row-2 div.peru  img{
              vertical-align: baseline;
              width: 76.5px;
              height: 61.2px;
            }

          .box-date{ display: block; }
          .box-date .date{ font-size: 15px; display: block; text-align: right; }
          .box-search{ display: block; }          
          .box-social > div{ margin-top: 2px; margin-bottom: 2px; }
 
            .box-social a span{
              content: "";
              display: block;
              background-size: 36px 32px;
              background-position: center center;
              background-repeat: no-repeat;
              width: 36px;
              height: 32px;
            }
              
    .wrapper{    
      margin: 0 auto;
      width: 98%;
      padding-top: 40px;
    }

   .wrap-body{
      display: flex;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      flex-flow: column;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
    }

      aside.col-right{        
        display:  flex;
        display: -webkit-flex;
        display:  -moz-flex;
        display:  -ms-flex;
        flex-flow: column; 
        -webkit-flex-flow: column;
        -moz-flex-flow: column; 
        -ms-flex-flow: column; 
        margin-top: 10px;
        width: 100% !important;
      }
     
      aside.col-right h2.title, section#contenido-principal h2.title{
        font-weight: bold;                                   
        padding: 8px;
        font-size: 12px;
      }     

.flogo{
  display: inline-block;
  width: 200px;
  height: 100px;
  margin-left: 15px;  
  vertical-align: middle;             
}

#contenido-principal{
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 3 0 100%;
  -webkit-flex: 3 0 100%;
  -moz-flex: 3 0 100%;
  -ms-flex: 3 0 100%;
  order: 2;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
}

#izquierda{
  flex: 3 0 100%;
  -webkit-flex: 3 0 100%;
  -moz-flex: 3 0 100%;
  -ms-flex: 3 0 100%;
  order: 3;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
}

#derecha{
  flex: 3 0 100%;
  -webkit-flex: 3 0 100%;
  -moz-flex: 3 0 100%;
  -ms-flex: 3 0 100%;
  order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
}

section#bodymain{
  display: block;
  width: 98%;
  min-height: 500px;  
  margin: 0 auto; 
  padding-top: 10px;
  padding-bottom: 10px;  
}

aside.links-wrapper{
  display: block;  
  flex: 3 0 100%;
  -webkit-flex: 3 0 100%;
  -moz-flex: 3 0 100%;
  -ms-flex: 3 0 100%;
  order: 3;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
}

    .links li{ position: relative; background-color: #226666; padding: 1px; margin: 2px;}    
    .links a{ display: block; height: 40px; }
    .links img{ width: 6%; min-width: 40px;}  
    .links span{ padding: 5px 10px; }

.tabs-noticia-actualidad { 
  margin-top: 9px;
  min-height: 692px;
  position: relative;
  width: 100%;
} 

.tab input[type="radio"] ~ .content { height: 654px !important; } 
  
  .ui-current{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;        
  }   

  .lista_actualidad{
    width: 40%;   
    display: inline-block;        
    float: right;
  } 

    .lista_actualidad ul{      
      max-height: 570px;      
      overflow-y:scroll;  
      overflow-x: hidden;               
    }
    
      .lista_actualidad li{                     
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;        
      }
      
      .lista_actualidad li label{ display: block; }
      .lista_actualidad li label p{ font-size: 10px; line-height: 130%; }
      .lista_actualidad li label h3 span{
        display: block;       
        color: #2A6478;        
        padding-bottom: 5px;
      }

      .lista_actualidad li label h3 span:before{ content: open-quote; }       
      .lista_actualidad li label h3 span:after{ content: close-quote; }       
      .lista_actualidad li label:hover{ cursor: pointer; }
      .lista_actualidad li label:hover span{ text-decoration: underline; }

    .lista_actualidad  article.options-rbtn{      
      position: absolute;
      left: 0;
      top: 0;
      width: 55%;
      opacity: 0;
      padding: 5px 15px;
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 5px;           
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -moz-transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
    }

    .lista_actualidad li > input[type="radio"]:checked ~ label ~ article.options-rbtn { z-index: 1; }
    .lista_actualidad li > input[type="radio"]:checked ~ label ~ article.options-rbtn {
      opacity: 1;
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translate(0);
    }

    .lista_actualidad time,
    .lista_actualidad article > div + div{                  
      display: block;     
      padding: 5px 0;
    }

      .lista_actualidad article > div + div a{        
        display: block;
        margin:  10px 0 5px 0;
        font-weight: bold;
        font-size: 17px;
      }

    .lista_actualidad img{
      width:100%;
      height: 100%;
      margin: 0px auto;
    }

#demo5.scroll-img ul {
  width: 1500px;
}

  .scroll-img {   
    width: 100%;
    overflow: hidden;
    font-size: 0;
  }

  .scroll-img ul {
    width: 700px;
    height: 600px;
    margin: 0;
  }
    .scroll-img ul li {
      display: inline-block;
      margin: 10px -50px 10px 5px;
    }
    .scroll-img img{
      width: 70%;
    } 

  .Enlaces{ float: none; width: 100%; }
  .box_interes_wrapper{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .box_interes{
    height: 120px;
    background: url('../images/bg-footer2.png') repeat scroll 0% 0% #36393A;
  } 

  .libro_reclamaciones{ display: none; }
  .informacion{
      display: inline-block;
      margin-top: 20px;     
      margin-left: 20px;       
      width: 50%;
    }

    .informacion p{ font-size: 13px; }
    .informacion p span{ padding-top: 2px; padding-bottom: 4px; }
    
    .copyright p a.mg_logo > span:after{ display: none; }
    .copyright p a.mg_logo:hover > span:after{
      transform: none;
      -moz-transform: none
      -webkit-transform: none
      -o-transform: none;
      -ms-transform: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

  #toTop{ display: none; }
  .navbar-fixed-top, .navbar-fixed-bottom { position: static; }
  .navbar-fixed-top { margin-bottom: 18px; }
  .navbar-fixed-bottom { margin-top: 18px; }
  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner { padding: 5px; }
  .navbar .container { width: 100%; padding: 0; }
  .container { width: 80%; }
  .nav-collapse.collapse { height: auto !important; overflow: visible !important; }
  .container { width: 80%; }

  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }

  .nav-collapse { clear: both; }
  .nav-collapse .nav { float: none; margin: 0 0 9px; }
  .nav-collapse .nav > li { text-align: center; float: none; }
  .nav-collapse .nav > li > a { 
    margin-bottom: 2px;
    background: none;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -mz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;    
  }

  .nav-collapse .nav > .divider-vertical { display: none; }
  .nav-collapse .nav .nav-header { color: #999999; text-shadow: none; }

  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }

  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }

  .nav-collapse .dropdown-menu li + li a { margin-bottom: 2px; }
  .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover { background-color: #A8BF75; }
  .nav-collapse.in .btn-group { padding: 0; margin-top: 5px; }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: block;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after { display: none; }
  .nav-collapse .dropdown-menu .divider { display: none; }

  .nav-collapse .navbar-form, .nav-collapse .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }

  .navbar .btn-navbar { display: block; }
  .navbar-static .navbar-inner { padding-right: 10px; padding-left: 10px; }
  .row { margin-left: 0px; *zoom: 1; }
  .row:before, .row:after { display: table; content: ""; }
  .container { width: 80%; }
  .row:after { clear: both; }  

  .visible-tablet { display: inherit !important; }
  .hidden-tablet { display: none !important; }
  .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important ; }

.fixed{
  position:fixed;
  left: 0;
  top: 0;     
  width: 100%;      
  z-index: 9999;
}
      
    .fixed + .wrap-bottom{
      overflow: hidden;
      margin-top: 168px;
      z-index: 0;
    }

  .header-top{      
      display: block;
      padding-top: 5px;     
    }

      
      .row-1{ 
        position: absolute; 
        top: 0;
        right: 0;
        padding: 10px 0; 
      }      

      .row-1 .nav li:hover a{ background-color: #269449; }

        .row-1 .nav li a{             
          padding-bottom: 2px;    
          transition: all linear 300ms 1ms;     
          -moz-transition: all linear 300ms 1ms;
          -webkit-transition: all linear 300ms 1ms;
        }

        .row-1 .nav li span{              
          font-size: 9px;
          background-color: #01443E;                            
          color: #ffffff; 
          padding: 6px 15px;
        }
        
      .wrap-logo{               
        margin-top: -2px;
        margin-bottom: 0px;
      }

        .logo{                            
          display: inline-block;  
          vertical-align: middle;                 
        }

          .logo img{
            width: 59.5px;
            height: 85px;
            vertical-align: middle;
            margin-top: 5px;
            transition: all linear 200ms 1ms;     
            -moz-transition: all linear 200ms 1ms;
            -webkit-transition: all linear 200ms 1ms;           
          }

          .logo h1{
            position: relative;
            font-family: Calibri;
            font-weight: bold;
            vertical-align: middle;
            display: inline-block;
            font-size: 51px;            
            line-height: 51px;          
            margin-left: 17px;           
          }

            .logo h1:hover{ cursor: pointer; }
            .logo h1:before{
              content: "";
              display: block;
              position: absolute;
              left: -15px;
              top: 0px;                 
              background-image: url('../images/spliter_white.png');
              background-position: center center;
              background-size: 4px 100px;
              background-repeat: no-repeat;
              width: 5.1px;
              height: 55.25px;                       
            }

            .logo h1:after{
              display: block;
              content: "Universidad Nacional de la Amazonia Peruana";
              position: absolute;
              left: 12px;
              bottom: -20px;
              font-size: 11.9px;
              line-height: 0.8em;
              width: 183px;                 
              text-align: center;           
            }

        .box-options{                 
          top: 0;
          right: 0; 
          display: inline-block;  
          vertical-align: middle;       
          float: right;         
        }

          .row-2{
            max-width: 400px;
            color: #269449;
            position: relative;             
            float: right;                               
          }       

          .row-2 > div{ display: inline-block; }
          .row-2 div.boxes{ float: right; }

            .row-2 div.peru  img{
              vertical-align: baseline;
              width: 85px;
              height: 68px;
            }

          .box-date{ display: block; }
          .box-date .date{ font-size: 15px; display: block; text-align: right; }
          .box-search{ display: block; }

            
            .box-social > div{ margin-top: 2px; margin-bottom: 2px; } 
            .box-social a span{
              content: "";
              display: block;
              background-size: 36px 32px;
              background-position: center center;
              background-repeat: no-repeat;
              width: 36px;
              height: 32px;
            }

    .wrapper{ 
      position: relative;    
      margin: 0 auto;
      width: 80%;
      padding-top: 40px;
    }

    .wrap-body{
      display: flex;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      flex-flow: column;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
    }

    aside.col-right{        
      display: flex;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      width: 100%;
      margin-top: 10px;
      flex-flow: row;
      -webkit-flex-flow: row;      
      -moz-flex-flow: row;
      -ms-flex-flow: row;
      flex: 3 0 100%;
      -webkit-flex: 3 0 100%;
      -moz-flex: 3 0 100%;
      -ms-flex: 3 0 100%;
      order: 3;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-order: 3;
    }
    
      .content-eventos, .content-opiniones, .content-twitter {        
        width: 100%;
        min-height: 300px !important;
        margin-right: 10px;
      }

      .content-eventos .contents, .content-opiniones .contents, .content-twitter .contents{ height: 240px; }
      .content-twitter{ margin-right: 0;}
      .contents{ margin: 10px; }                  
     
    aside.links-wrapper{
      display: block;      
      background-color: #fff;      
      flex: 3 0 100%;
      -webkit-flex: 3 0 100%;
      -moz-flex: 3 0 100%;
      -ms-flex: 3 0 100%;
      order: 1;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
    }

    .links li{ position: relative; background-color: #226666; padding: 1px; margin: 2px;}    
    .links a{ display: block; height: 40px; }
    .links img{ width: 6%; min-width: 40px;}  
    .links span{ padding: 5px 10px; }

#contenido-principal{
  display: block !important;  
  width: 100% !important;
  margin: 0 !important;
  flex: 3 0 100%;
  -webkit-flex: 3 0 100%;
  -moz-flex: 3 0 100%;
  -ms-flex: 3 0 100%;
  order: 2;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
}

.tabs-noticia-actualidad { 
  margin-top: 9px;
  min-height: 696px;
  position: relative;  
}

.tab .content{
  box-shadow: 0 0 2px #ccc;
  -moz-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px #ccc;
  -ms-box-shadow: 0 0 2px #ccc;
  -o-box-shadow:0 0 2px #ccc;
}
.tab input[type="radio"] ~ .content { height: 658px !important; }
  
  .ui-current{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;        
  }   

  .lista_actualidad{
    width: 40%;   
    display: inline-block;        
    float: right;
  } 

    .lista_actualidad ul{      
      max-height: 562px;      
      overflow-y:scroll;  
      overflow-x: hidden;               
    }
    
      .lista_actualidad li{      
        min-height: 80px;
        padding: 5px 0; 
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;        
      }
      
      .lista_actualidad li label{
        display: block;       
      }

      .lista_actualidad li label h3 span{
        display: block;       
        color: #2A6478;
        font-weight: bold;
        padding: 5px 0;
      }

    .lista_actualidad  article.options-rbtn{      
      position: absolute;
      left: 0;
      top: 0;
      width: 55%;
      opacity: 0;
      padding: 5px 15px;
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 5px;           
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -moz-transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
    }

    .lista_actualidad time,
    .lista_actualidad article > div + div{                  
      display: block;     
      padding: 5px 0;
    }

      .lista_actualidad article > div + div a{        
        display: block;
        margin:  10px 0 5px 0;
        font-weight: bold;
        font-size: 17px;
      }

    .lista_actualidad img{
      width:100%;
      height: 100%;
      margin: 0px auto;
    }

}

@media (min-width: 980px) and (max-width: 1199px) {

  #toTop{ display: none }
  .logo h1{ font-size: 50px !important;}
  .logo h1:after{ font-size: 12px !important; left: 25px; bottom: -18px; }
  .nav span{ font-size: 11px !important; }
  
  .wrapper{ padding-top: 40px; }
  .row-1{ 
    position: absolute; 
    top: 0;
    right: 0;
    padding: 10px 0; 
  } 

  .wrap-vticker > div{
    box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    -o-box-shadow: 0 0 2px #ccc;
    -ms-box-shadow: 0 0 2px #ccc;
  }

  .box-options{                 
    top: 0;
    right: 0; 
    display: inline-block;  
    vertical-align: middle;       
    float: right;         
  }

  .fixed{
      position:fixed;
      left: 0;
      top: 0;     
      width: 100%;      
      z-index: 9999;
    }

    .wrap-logo { margin-bottom: 5px;}
    .logo img { margin-top: 0;}      
    .fixed + .wrap-bottom{
      overflow: hidden;
      margin-top: 182px;
      z-index: 0;
    }

    .header-bottom{ display: block; }
    .container-fluid { width: 80%; padding: 0; }
    .dl-horizontal dt {
      float: none;
      width: auto;
      clear: none;
      text-align: left;
    }

    .dl-horizontal dd { margin-left: 0; }
    .container { width: 80%; }
    .row-fluid { width: 100%; }

    section#contenido-principal{      
      display: inline-block; ;
      width: 65%;
      min-width: 200px;     
      margin-left: 5px;      
    }   

  .tabs-noticia-actualidad { min-height: 890px; position: relative; }
  .tab input[type="radio"].rbtn_tab + label {         
    bottom: -5px;                
    padding: 5px 15px; 
    font-size: 13px;       
  }
  
  .links span{ display: none; }
  .tab .content{ padding: 3px; }
  .tab .content{
    box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    -ms-box-shadow: 0 0 2px #ccc;
    -o-box-shadow:0 0 2px #ccc;
  }

  .tab input[type="radio"] ~ .content { top: 30px !important; height: 858px; }

  .ui-current{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;        
  } 

    .lista_actualidad ul{
      width: 100%;
      max-height: 763px;      
      overflow-y:scroll;  
      overflow-x: hidden;         
      padding-right: 5px;
    }
      
      .lista_actualidad li label{ display: block; }
      .lista_actualidad li label h3 span{ font-size: 13px; }
      .lista_actualidad li label h3 span:before{ content: open-quote; }       
      .lista_actualidad li label h3 span:after{ content: close-quote; }        
      .lista_actualidad li label:hover{ cursor: pointer; }
      .lista_actualidad li label:hover span{ text-decoration: underline; }
      .lista_actualidad article > div + div a{        
        display: block;
        margin:  10px 0 5px 0;
        font-weight: bold;
        font-size: 17px;
      }

    .lista_actualidad label p{ margin: 5px 0 !important; font-size: 13px; }
    .lista_actualidad img{
      width:100%;
      height: 100%;
      margin: 0px auto;
    }  

  .tab input[type="radio"].rbtn_tab:checked ~ label {
    box-shadow: 0 0 1px #DF4C40;
    -webkit-box-shadow: 0 0 1px #DF4C40;
    -moz-box-shadow: 0 0 1px #DF4C40;
    -o-box-shadow: 0 0 1px #DF4C40;
    -ms-box-shadow: 0 0 1px #DF4C40;
  }

  aside.links-wrapper{
      display: inline-block;
      vertical-align: top;
      float: right;       
      width: 9%;
  }

  .content-videos, .content-bolsa{
    box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    -ms-box-shadow: 0 0 2px #ccc;
    -o-box-shadow: 0 0 2px #ccc;
  }

}

@media (min-width: 1200px) {

  .row { margin-left: -0px; *zoom: 1; }
  .row:before, .row:after { display: table; content: ""; }
  .row:after { clear: both; }  
  .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 80%; }  
  .container { width: 80%; }
  .row-fluid { width: 100%; *zoom: 1; }
  .row-fluid:before, .row-fluid:after { display: table; content: ""; }
  .row-fluid [class*="span"]:first-child { margin-left: 0; }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }

  .box-options{                 
    top: 0;
    right: 0; 
    display: inline-block;  
    vertical-align: middle;       
    float: right;         
  }

  .wrap-vticker > div{
    box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    -o-box-shadow: 0 0 2px #ccc;
    -ms-box-shadow: 0 0 2px #ccc;
  }

  .fixed{
    position:fixed;
    left: 0;
    top: 0;     
    width: 100%;      
    z-index: 9999;
  }
      
    .fixed + .wrap-bottom{
      overflow: hidden;
      margin-top: 168px;
      z-index: 0;
    }

    .tab .content{
      box-shadow: 0 0 2px #ccc;
      -moz-box-shadow: 0 0 2px #ccc;
      -webkit-box-shadow: 0 0 2px #ccc;
      -ms-box-shadow: 0 0 2px #ccc;
      -o-box-shadow:0 0 2px #ccc;
    }

    .links span{ display: none; }
    .tab input[type="radio"].rbtn_tab:checked ~ label {
      box-shadow: 0 0 1px #DF4C40;
      -webkit-box-shadow: 0 0 1px #DF4C40;
      -moz-box-shadow: 0 0 1px #DF4C40;
      -o-box-shadow: 0 0 1px #DF4C40;
      -ms-box-shadow: 0 0 1px #DF4C40;
    }

    aside.links-wrapper{
      display: inline-block;
      vertical-align: top;
      float: right;       
      width: 9%;
    }

    .content-videos, .content-bolsa{
      box-shadow: 0 0 2px #ccc;
      -moz-box-shadow: 0 0 2px #ccc;
      -webkit-box-shadow: 0 0 2px #ccc;
      -ms-box-shadow: 0 0 2px #ccc;
      -o-box-shadow: 0 0 2px #ccc;
    }

  #demo5.scroll-img ul {
    width: 1445px;
  }

  .scroll-img {   
    width: 100%;     
    height: 69px; 
    overflow: hidden;
    font-size: 0;
  }
  
    .scroll-img ul li {
      display: inline-block;
      margin: 10px -52px 10px 5px;
    }
    .scroll-img img{
      width: 70%;
    }


}