.loading-lang{
  opacity: 0;
}
.loading-lang.show{
  opacity: 1;
}

#contenido h1{
        font-size:130%;
        color:#01A5CB;
        padding:.3em;
        font-weight:bolder;
        margin:.5em -.3em;
        border-bottom: none;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color:transparent !important
}
#contenido h2 {
        color: #7D7D7D;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #D6D6D6;
        padding-left: 26px;
        padding-top: 10px;
        padding-bottom: 6px;
        margin-right: 0px;
}

#contenido h2.icoacademico {
        color: #7D7D7D;
        background-image: url(/yansu/images/ico_ficha.gif);
        background-position: left bottom;
        background-repeat:  no-repeat;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #D6D6D6;
        padding-left: 26px;
        padding-top: 10px;
        padding-bottom: 6px;
        margin-right: 0px;
}
#contenido {
  margin-left: auto;  margin-right: auto;
}
#pagina {
		  margin-left: 0px;  margin-right: 0px;
		  width: 99%;
}
/*PART 7:TOOLBAR*/
#upv_navega{
  width: 100%;
  background-image: none;
  background-color: #F2F2F2;
  border-bottom: none;
  padding:.3em;
  margin:0em 0em;
  text-align: right;
  line-height: 2em;
}
#upv_navega a:link, .upv_navega a{
  border-bottom:1px dashed;
  padding:0px 2px 0px 3px;
  margin:0 .5em;
  font-size: 11px;
}
#upv_navega a:hover {
border:none;
text-decoration: none;
color:#000;
padding:0px 2px 0px 3px;
border-bottom:1px dashed #01A5CB;
}
#upv_navega input{
  padding:0;
  border:none;
  background:#fff;
  border-style: solid;
  border-color: #B4B4B4;
  border-width: 1px;
}