*{
  font-family: "ancizar";
}
.titulo {
  color: #fff;
  float: right;
}
.logo {
  width: 234px;
  height: 135px;
  background-image: url(../imagenes/sealBck.png);
  margin-left: 10px;
  float: left;
  text-align: center;
  position: absolute;
  z-index: 2;
  transition: width .5s, height .5s;
  -moz-transition: width .5s, height .5s;
  -webkit-transition: width .5s, height .5s;
  -ms-transition: width .5s, height .5s;
  -o-transition: width .5s, height .5s;
}
.logo img{
  -moz-transition: width .5s, height .5s;
  -ms-transition: width .5s, height .5s;
  -o-transition: width .5s, height .5s;
  -webkit-transition: width .5s, height .5s;
  margin: 25px 18px;
  transition: width .5s, height .5s;
  width: 165px !important;
  height: 70px !important
}

#unalTop .logo .diag {
    width: 242px;
    background: transparent;
    position: absolute
}

#unalTop .seal {
    position: absolute;
    top: 37px;
    right: 10px;
    z-index: 2
}

#unalTop .tx-srlanguagemenu {
    float: right;
    margin: 0 5px;
}

#unalTop .tx-srlanguagemenu .btn {
    background: transparent;
    color: #fff;
    border: none;
    background: transparent;
    border: none;
    color: #fff;
    -webkit-text-shadow: none !important;
    -ms-text-shadow: none !important;
    -moz-text-shadow: none !important;
    -o-text-shadow: none !important;
    -khtml-text-shadow: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.seal {
  position:absolute;
  top:37px;
  right:10px;
  z-index:2
}

.firstMenu {
    background: #666;
    height: 30px;
}

ul.socialLinks {
    display: inline-block;
    float: right;
    margin: 0 20px 0 20px;
    padding: 0;
}

ul.socialLinks li {
  list-style: none;
  float: left;
  margin: 2px 2px;
  padding: 0;
}
.navigation {
	width: 100%;
    height: 80px;
    background:#3C3C3C;
    opacity:0.85;
    /*background:rgba(90,91,91,.9); */
    color: #fff;
    font-family:Arial, Helvetica, sans-serif;
}
.site-url {
    padding: 0 0 0 10px;
    float: left;
    height: 17px;
    clear: both;
    margin: 0px 0px 0px 250px;
    font-size: 20px;
    line-height: 18px;
}
.site-url img{
	width: 10px;
}

.navigation .navbar {
	clear: both;
    margin: 0 0 0 240px;
    justify-content: normal;

}

.navigation .btn-default:hover, .navigation .btn-default:focus, .navigation .btn-default:active, .navigation .btn-default.active, .open .dropdown-toggle.btn-default {
  color:#fff;
  background-color:#666;
  border-color:#333;
}

.navigation .navbar a{
  color:#fff;
	font-size: 14px;
	text-decoration: none;	
}
.navigation .navbar a:hover{
	color:#fff;	
}
.navigation .btn {
    padding: 6px 8px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.025em;
    margin: 0;
    color: #fff;
    text-shadow: none;
    background: none;
    border: none;
    box-shadow: none!important;
    width: auto;
}
.btn-default .caret {
    margin-left: 6px;
    border-top-color: #50992E;
}
.dropdown-menu {
  min-width:0;
  background:#333;
  border-color:#222;
}
.dropdown-menu>li>a {
  color:#e1e1e1;
  font-size:15px;
  padding:3px 10px;
}
.dropdown-menu>li>a:before {
  width:80px;
  height:20px;
  float:left;
  margin:0px 10px 0 0;
  padding:0;
  transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  opacity:0.5;
}
.dropdown-menu>li>a:hover:before { opacity:1; }

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color:#e1e1e1;
  text-decoration:none;
  background:#4b4b4b;
}

.caret {
  border-top-width:4px;
  border-right-width:4px;
  border-left-width:4px;
  margin-left:6px;
}


@font-face{
  font-family: "ancizar";
  src: url("fuentes/ancizar_sans_bold.ttf");
}
