.inicio, .eventos {
    overflow-y:hidden;
}

.content-wrapper {
    min-height: 100%;
    background-color: #f1f1f1 !important;
    z-index: 800;
}
.skin-blue .main-header .logo {
    background-color: transparent !important;

}
.main-header .logo .logo-lg {
    
    background: url('../img/logo.png');
    width: 150px;
    height: 42px;
    position: absolute;
	margin: 4px;
}
.main-header .logo .logo-mini {
    
    background: url('../img/logomini.jpg');
    width: 50px;
    height: 49px;
    position: absolute;
	margin: 0px;
}
li.active.treeview a
{
    
    background:#151629 !important;
 }
ul.treeview-menu li
{
    
    background:#2a2c53 !important;
 }
  .table > tbody > tr > th:nth-child(1)
 {
    width: 5%;
}
 .table > tbody > tr > th:nth-child(2)
 {
    width: 10%;
}
 .table > tbody > tr > th:nth-child(3)
 {
    width: 10%;
}
 .table > tbody > tr > th:nth-child(4)
 {
    width: 48%;
}
 .table > tbody > tr > th:nth-child(5)
 {
    width: 10%;
}
 .table > tbody > tr > th:nth-child(6)
 {
    width: 15%;
}
.table > tbody > tr > td:nth-child(6)
 {
    text-align:center;
}
.rojo
{
    color:#dd4b39;
}
input[type=text].form-control.disabled
{
    background:#f5f5f5 !important;
	cursor:not-allowed;
}
.login-page, .register-page {
    background-image: url('../img/fondologin.jpg') !important;
	background-size:cover;
}
.login-box-body, .register-box-body {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-top: 0;
    color: #fff;
}
.has-feedback .form-control {
    padding-right: 42.5px;
    background: #000;
}
.register-box {
    width: 360px;
    margin: 3% auto !important;
}
img.img-round
{
 border-radius:2%;
 width:89px;
 border:3px solid #ccc;
}
.btn.btn-default {
    color: #fff;
    background-color: #0073b7;
    border-color: #01649f;
	padding: 3px 7px;
}
a.btn.btn-blue.btn-flat {
    color: #fff;
    background-color: #0073b7;
    border-color: #01649f;
	padding: 3px 7px;
}