ul.faqs{
    list-style-type: none;
    padding-left: 5px;
}


.infog_iconos img{
   cursor: pointer;
 }

 .fondo {
 border: 1px solid;
 box-shadow:  -13px 10px ;
 color: #000;
 padding: 0.5em;
}

.convocatoria_mobile{
      display: none;
    }


.title{
    font-size: 0.9em;
  }

  @media (max-width: 1300px) {

    .convocatoria_pc{
      display: none;
    }

    .convocatoria_mobile{

      display: block !important;
    }


    #documento_c{
        display: none;
      }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);

    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    #menu {
      max-width:750px;
    }
    ul.navbar-nav{
  float: center;
  }


  .title{
    font-size: 1.3em;
  }

  .note{
    font-size: 1.1em;
  }
}




.affix {
  width: 100%;
  top: 0;
}

#menu {
  z-index:2;
  max-width:1170px;

}
#enme{

  margin-left: 10%;
}


.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}


#formato{

text-align: justify;
texto-justify: inter-palabra;
font-size: 94%;

}

#formato2{

text-align: justify;
texto-justify: inter-palabra;
font-size: 99%;

}
.color_e{
  color: #FF0000;
}

ol.normal {
  list-style-type: upper-alpha;
}

#aviso{
color:#00A0C6;
}
.hand{
  cursor:pointer;
}


.buttonColor {
    background-color: #CF978B;
    border: none;
    width: 273px;
    height: 95px;
    border-radius: 15px;
    margin: 8px;
}


  .dos-img{
  display:inline-block;
  border-radius: 15px;
  }
  .color-a{
      color: white;
      text-align: center;
      font-size: 1.1em;
  }


.tab {
  overflow: hidden;

  background-color: #FFF7F7;
  border: 1px solid #F50000;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #F0CFCF;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #F50000;
  border-top: none;
}

 .tablinks{
    font-size: 0.9em !important;
  }
   button.tablinks{
    padding: 8px !important;
  }
 
 @font-face {
  font-family: iherida;
  src: url(Raleway.ttf);
}
 .char_i {
  font-family: iherida;
}
.f1_2{font-size: 1.2em;}

.pointerimg{
    cursor: pointer;
}

.panel-heading {
  background-color: #e5e5e5 !important; 
}