#header,
#footer, 
.menu, 
.actions,
.noprint{
	display: none;
}

body, #container{
	background: white;
	margin: 0 3em;
	font-size: 90%;
	font-family: Georgia;
}


#print_header{
	clear: both;
	font-size: .9em;
	text-align: right;
}
#content{
	clear: both;
}
#print_footer{
	position: fixed;
	bottom: 0;
	width: 90%;
	padding: 1em;
	font-size: .8em;
	text-align: center;
}

h2, h3{
	clear: both;
	border-bottom: solid 1px black;
}


table{
	margin: 1em auto; 
	width: 96%; 
}
table.fixed{
	table-layout: fixed;
}


th, td{ 
	padding: .5em;
	text-align: center; 
}

.factura_info td{ text-align: left;}

th{	background: #ccc; }
tr.altrow td{ background: #eee; }
