html{
	font-family: verdana,arial,helvetica,sans-serif;
}
body{
  	font-family: verdana,arial,helvetica,sans-serif;
  	font-size:12px;
}
.cfooter{
    margin-top:30px;
    padding:0;
    text-align:center;
}
.navbar{
	margin-bottom:0;
	border:none;
	border-radius: 0px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.82);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.82);
	box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.82);
	
	
	
}
.navbar-default{
	background: rgb(89,123,178);
	background: -moz-linear-gradient(top, rgba(89,123,178,1) 0%, rgba(63,83,127,1) 100%);
	background: -webkit-linear-gradient(top, rgba(89,123,178,1) 0%,rgba(63,83,127,1) 100%);
	background: linear-gradient(to bottom, rgba(89,123,178,1) 0%,rgba(63,83,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#597bb2', endColorstr='#3f537f',GradientType=0 );
}


.navbar-header h3{	
	color:#f3f3f3;	
	 line-height: 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  
  	background-color: transparent;
	color: #fff;
	border-bottom: 3px solid #c0c0c0;   
	
}
.navbar-default .navbar-nav > li > a {
	float:right;
    color: #fff; 
}


.btn-primary{
	background:#597bb2;
}
.btn-default{
	background:#fff;
}
.padding5{
	padding: 5px;
}
.btnmargin{
	margin: 5px 5px 10px 0;
}
.rojo{
	color:#ff0000;
}

.progress{
	border;
	margin:0;
	margin-top:5px;
	display:block;
	height:20px;
}

.progress-bar.progress-bar-danger{
	padding-top:5px;
	font-size:10px;
	height:20px;
	width: 0%;
}



#loader-super{
	width:100%;
	height:100%;
	margin:0 auto;
	position:absolute;
	top:0;
	background:trasparent;
	z-index:100;
	opacity:1;
	filter:alpha(opacity=100);
	display:none;
}
#loader-progress{
	width:100%;
	height:100%;
	margin:0 auto;
	position:fixed;
	top:0;
	z-index:101;
	display:none;	
}
.loader-info{
	width:300px;
	margin:0 auto;
	margin-top:200px;
	z-index:103;
	text-align:center;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: #f0f0f0;
	color:#000;
}

.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

.loader1 {
	display:none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	
}
.loader1-container{
	height:80px;
	width:200px;
	position: fixed;
	top: 10px;
	left: 50%;
	z-index: 999999991;
	margin-left:-200px;
	margin-top:0px;
	text-align:center;
	background: url('../../img/loading-05.gif') no-repeat;
}

.imgfileb{
	max-width: 200px;	
}
.label-archivo{
	display:inline-block;
	width:100px;
}



.fileup1{
	margin:0;
	margin-top:5px;
	display:block;
	height:20px;
}
.fileup2{
	padding-top:5px;
	font-size:10px;
	height:20px;
	width: 0%;
}

.help-select{
	color:#ddd;
	font-weight:normal;
}
.label-texto{
	border-radius: 5px;	
	border:1px solid #ccc;
}

.logouc {

  float:left;
  position: relative;
}
.facultad {
  margin-top:30px;
  padding:0 10px;
  float:left;
  position: relative;
}