.bex-wrapper {
	width: auto;
	font-family: inherit;
	font-weight: 400;
	color: #4d4d4d;
	margin: 0px auto;
	background: #fff;
	padding: 20px;
}

.bex-table {
	display: table;
	width: 100%;
}

.bex-header  {
	display: table-header-group;
	background: #fff;
	width:auto;
	clear:both;
	font-weight: bold;
	padding-bottom: 20px; 
}

.bex-row-0  {
	display: table-row;
	background: #ededed;
	width:auto;
	height: 40px;
	clear:both;
}

.bex-row-1  {
	display: table-row;
	background: #fff;
	width:auto;
	clear:both;
	height:40px;
}

.bex-row-0:hover, .bex-row-1:hover  {
	background: #ecf6fb;
}

.bex-cell {
	display: table-cell;
	width:auto;
}

.bex-cell-r {
	display: table-cell;
	width:auto;
	text-align: right;
}

.bex-img {
	margin: 20px;
}

.bex-upload-form {
	font-family: arial;
	display: block;
	margin: 20px auto;
	background: #eeeeee;
	border-radius: 10px;
	padding: 15px;
	border: 1px solid #cccccc;
}

.bex-progress {
	position: relative;
	width: 400px;
	border: 1px solid #000000;
	padding: 0px;
	border-radius: 5px;
}

.bex-bar {
	background-color: #EED7D7;
	width:0%;
	height:20px;
	border-radius: 5px;
}

.bex-percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%;
}

.fondo-grafica-1 {
    background-image: url("http://sibcolombia.net/wp-content/uploads/2017/03/fondo-pie.png");
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
}

.fondo-grafica-2 {
    background-image: url("http://sibcolombia.net/wp-content/uploads/2017/03/fondo-pie-loc.png");
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
}

.fondo-grafica-3 {
    background-image: url("http://sibcolombia.net/wp-content/uploads/2017/03/fondo-pie-gb.png");
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
}

.tabla-td {
    padding:10px;
    vertical-align:top;
}

.col-md-4 .sidebar {
    background: #f3f3f3 ; 
	padding: 30px ;
}