@media print {
/* RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }body {line-height: 1; }ol, ul {list-style: none; }blockquote, q {quotes: none; }blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none; }:focus {outline: 0; }ins {text-decoration: none; }del {text-decoration: line-through; }table {border-collapse: collapse; border-spacing: 0; } * {padding: 0; margin: 0; border: 0; }

* {
	margin: 0;
	padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding:0;
	margin:0; }

fieldset, img { border:0 }

ol, ul, li { list-style:none }

body,
input,
textarea,
select {
	font-family: 'Open Sans', sans-serif;
}

.noimp { display:none; }

header {
	display:none;
	height: 500px;
	}

.footer {
	display:none;
	}

a:link, a:visited {
	text-decoration: none;
	color: black;
}

.noimp { display:none; }
.imprimir { display: block; }

.sidebar,
.grupo, 
.marca { display: none; }

h1 { font-size:40px; margin-bottom:30px; }
p { margin-bottom:20px; font-size: 12px; }


.ir-arriba {
	display:none;
}
/************** Catalogo ***************/

.catalogo {
	width: 100%;
	display: inline-block;
	float: right;
}

.catalogo img {
	width: 80%;
	object-fit: cover;
	background-size: 100%;
}

.galeria {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: minmax(150px, auto);
	grid-gap: 20px;
}

.galeria-item {
	box-shadow: none;
}

.saltoDePagina{
	display:block;
	page-break-before:always;
	}

.letreros {
	width: 100%;
	height: 290px;
	overflow: hidden;
	display: block;
	padding: 30px 20px 20px 20px;
	top: 0px;
	left: 0px;
}
.letreros1 {
	margin-top: -70px;
	width: 100%;
	height: 290px;
	overflow: hidden;
	display: block;
	padding: 30px 20px 20px 20px;
	top: 0px;
	left: 0px;
}

.proveedor {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
}

.nombre {
	font-size: 50px;
	line-height: 60px;
	color: #000;
	margin-bottom: 15px;
	padding: 0px 30px;
}

.numcodigo {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.codigo {
	width: 400px;
	height: 160px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 0;
	text-align: center;
}


