.oculto{
    display: none;
}
.opaco{
	color: gray;
}
.siglas, .name{
	color: gray;
}
.box.box-orange {
	border-top-color: #ff851b;
}
.box.box-solid.box-orange {
	border: 1px solid #ff851b;
}
.box.box-solid.box-orange > .box-header {
	color: #ffffff;
	background: #ff851b;
	background-color: #ff851b;
}
.box.box-solid.box-orange > .box-header a,
.box.box-solid.box-orange > .box-header .btn {
	color: #ffffff;
}
.box-sub-title {
	background: #ffffff;
	border-top: 2px solid gray !important;
	font-size: 20px;
	font-weight: 400;
}
.box-sub-title-warning {
	margin-left: 20px;
	margin-right: 20px;
	background: #ffffff;
	border-top: 2px solid #ff851b !important;
	font-size: 20px;
	font-weight: 400;
}
.box-sub-title-info {
	margin-left: 20px;
	margin-right: 20px;
	background: #ffffff;
	border-top: 2px solid #00c0ef !important;
	font-size: 20px;
	font-weight: 400;
}
.box-sub-title-danger {
	margin-left: 20px;
	margin-right: 20px;
	background: #ffffff;
	border-top: 2px solid #dd4b39 !important;
	font-size: 20px;
	font-weight: 400;
}
.upt-name{
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	display: block;
	float: left;    
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	width: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 15px;
	font-weight: 300;
	overflow: hidden;
}
.logoAbajo{
    position:absolute;
    bottom:55px;
    right:10px;
}
.logoAbajo img{
    width: 128px;
    height: 128px;
}
.logoFull{
	width: 100%;
	height: auto;
}
@media (max-width: 1366px) { 
	.logoFull img{
		padding-top: 10px;
		width: 300px;
		height: 300px;
	}
	.siglas{
		padding-top: 10px;
	}
}
@media (max-width: 767.98px) { 
    /* En móviles, el sidebar y el main ocupan todo el ancho */
    .upt-name{
        font-size: 16px;
    }
	.logoFull img{
		width: 50%;
		height: auto;
	}
}
