/* CSS Document */

.bg-success{
	background-color: #46c37b !important;
}

.bg-danger{
	background-color: #d26a5c !important;
}
.logo-alvara{
	max-width: 100px;
}
.texto-alvara{
	text-align: justify !important;
}
@page 
{
	size: auto;   /* auto is the initial value */
	margin: 0mm;  /* this affects the margin in the printer settings */
}
@media print {
	
	html, body {
		width: 210mm;
		height: 297mm;
	}

	img.logo-alvara{
		width: 25mm;

	}
	.texto-alvara{
		text-align: justify !important;
	}	
}
