@charset "utf-8";
/* CSS Document */
.col-md-7 {
	max-width: 800px;
	width: 100%;
	/* [disabled]position: relative; */
	}

.col-md-6 {
	width: 400px;
	float: left;
	position: relative;
	/* [disabled]min-height: 1px; */
	/* [disabled]padding-right: 15px; */
	/* [disabled]padding-left: 15px; */
	}
.titulos_partes, .cifras_partes{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	/* [disabled]line-height: 1.42857; */
	color: #333;
	text-transform: uppercase;
}
.cifras_partes{
	text-align: center;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table {
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}



.table>tbody>tr>td,.table>thead>tr>th{
	padding:8px;
	line-height:1;
	vertical-align:top;
	border-top:1px solid #ddd
	}

.table-bordered>tbody>tr>td,.table-bordered>thead>tr>th{
	border:1px solid #ddd}

.progress-bar {
	float: right;
	width: 0;
	height: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
	background-image: -o-linear-gradient(top,#337ab7 0,#286090 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#e54e43),to(#e54e43));
	margin-top: 13px;
}