﻿@media screen
{
    .no-imprimir{}
    .no-pantalla{display:none}
}

@media print
{
    .no-imprimir{display:none}
    .no-pantalla{}
    html, body {display:block} /**Hack para que imprima bien en Firefox e IE*/
}

body {
	padding: 0px 6px 6px 6px;
}

.columnSection {
	width: 33%;
}

.section {
	width: 100%;
	padding: 2%;
	background-color: white;
}

.section .title {
	font-family: 'Abel';
	font-size: 16px;
	color: #336699;
	display: block;
	float: left;
	text-transform: uppercase;
	width: 100%;
	padding: 8px;
	border-bottom: 1px solid #a4a4a4;
}

	.section .title .instructions {
		text-transform: none;
		margin-top: 0px;
	}

.section .option {
	display: block;
	float: left;
	width: 100%;
	border-bottom: solid 1px #e8e8e8;
	padding: 8px;
}

.section .importantOption {
	background-color: #f7f7fc;
}

.section .instructions {
	font-size: 11px;
	width: 100%;
	margin-top: 4px;
}

.codigo-barras {
    margin: 0px 0px 15px;
}


/** Corrección de estilos errados en hoja de estilos de SISPRO: en ella el IUM no se muestra en una línea. */
.grvGrid td, .grvGridNoRowBg td, .grvGrid .td, .grvGridNoRowBg .td {
	word-break: normal !important;
}