.print-only
{
	display: block;
}

.screen-only
{
	display: none !important;
}

.reporte
{
	font-size: 12pt;
}

.reporte-grande
{
	font-size: 18px;
}

.reporte h2
{
	font-size: 2em;
}

.reporte select
{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
}

.reporte .encabezado *
{
	display: inline-block;
}

.print-inline > *{
	display: inline-block;
}

.table > tbody > tr > td, .table > thead > tr > th {
	padding: 0 1pt !important;
	font-size: 8pt !important;
}

.reporte-grande .table > tbody > tr > td, .table > thead > tr > th {
	padding: 0 1pt !important;
	font-size: 14pt !important;
}

.firmas
{
	list-style: none;
	padding-top: 1em;
	text-align: center;
}

.firmas li
{
	display: inline-block;
	text-align: center;
	width: 32%;
}

.firmas li span
{
	border-top: 1px solid #AAA;
	display: inline-block;
	width: 80%;
}