/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 15/07/2015, 06:15:49 PM
    Author     : alvar-go
*/

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: white;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

li.academia{
    border-bottom: solid 2px #dddddd;
}

/* item publicación */
.item-publicacion{
  -webkit-box-shadow: 6px 9px 7px -8px rgba(0,0,0,0.64);
  -moz-box-shadow: 6px 9px 7px -8px rgba(0,0,0,0.64);
  box-shadow: 6px 9px 7px -8px rgba(0,0,0,0.64);
  background: #fefefe;
  padding: 25px 25px 15px 25px;
  min-height: 130px;
  position: relative;
  cursor: pointer;
}

.publicacion{
  padding-bottom: 20px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}

.titulo-publicacion{
  font-weight: bold;
  font-size: 16px;
}

#contador-paginas{
  line-height: 3;
  font-size:15px;
  font-family: inherit;
  font-weight: bold;
}


.hidden_content{
  height: 0;
  overflow: hidden;
  transition: height 0.8s ease;
}

button.accordion {
    background-color: #083f5b;
    /*background-color: #eee;*/
    color: #ffffff;
    cursor: pointer;
    padding: 13px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;

}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
    color: #000000;
}

#div_accordion_panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
