body {
	width: 850px;
	margin: 1em auto;
	padding: 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #313131;
}

/* reset */
h1, h2, p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #313131;
	display: block;
}

a:hover {
	outline: 0;
	color: #000;
	background: #FFFFCC;
}

h2 a:hover {
	text-decoration: underline;
	color: #333;
	background: none !important;
}

a img {
	border: 0;
}

/* top */
#top {
	margin: 0 0 3em 0;
	height: 61px;
	padding: 0 .5em;
}

a.logo {
	float: left;
	height: 61px;
}

.info-tienda {
	float: left;
	margin: -5px 0 0 12px;
}

.info-tienda h1 {
	font-size: 14pt;
	margin: 0; padding: 0;
}

.info-tienda p {
	clear: both;
	font-size: 10pt;
}

.fecha-lista {
	float: right;
	margin-top: 20px;
}

/* tablas */
table {
	width: 850px;
	border: 0;
	margin-bottom: 3em;
}

h2 {
	font-size: 12pt;
	background: url(img-site/fondo_tablah2.png) repeat-x;
	height: 28px;
	line-height: 28px;
	padding-left: 8px;
	border-bottom: 1px solid #DDD;
}

td.codigo {
	width: 70px;
}

td.stock {
	width: 65px;
}

td.producto, .table-header {
	text-align: left;
}

td.normal, td.contado {
	width: 120px;
}

td {
	text-align: center;
	line-height: 1.5em;
}

tr.tr-header td {
	background: #F6FAFD;
	font-size: 8pt;
	padding: .2em;
	font-weight: bold;
}
