/*print css*/
.btn-group{
	display:none;
}

table{
	clear:both;
	border:1px solid #000;
	width:75%;
	margin-bottom:30px;
}
caption{
	float:left;
	font-weight:bold;
}

th {
   color:black;
   border:1px solid #000;

}
tr{
	border:1px solid #000;
}
td{
	padding:5px;
	border:1px solid #000
}
thead {
   display:table-header-group;
}
tbody {
   display:table-row-group;
}
.caixaXifres {
	clear:both;
	background-color:#e8e8e8;
}
h2{
clear:both;
}