/* -----------------------------------------
   Estilos de impresion
----------------------------------------- */
.top-bar, .callout, footer, .reveal-modal, .imprimir-btn { 
	display: none;
}

h2 {
	font-size: 22px;
}

table {
	margin: 10px 0;
}

table td, table th{
	border: 1px solid #ccc;
	font-size: 12px;
}


