@page {
    margin: 0;
}
.print body {
	margin: 20px;
}

.print div {
	clear: both;
}

.print label {
	position: relative;
    display: inline-block;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 13px;
    line-height: 1em;
	width: 15%;
}

.print span {
	position: relative;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    min-height: 1px;
	width: 34%;
}

.print .span10 {
	width: 70% !important;
}

.print .titulo {
	text-align: center;
	width: 100%;
	margin: 25px 0;
}

.print table {
	border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
	width: 100%;
}

.print th {
	border-bottom: 1px double #999;
}

.print thead th {
	background-color: #ececec!important;
}

.print tbody th {
	font-weight: 400;
}
