﻿.TablaArticulos {
	border:0px;
	width:100%;	
}
.TablaArticulos td {
	border-bottom:1px #EBEBEB solid;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	text-align:center;
	font-size: 8pt;
}
.TablaArticulos th {
	border-bottom:1px #FA9628 solid;
	border-left:0px;
	border-right:0px;
	border-top:1px #FA9628 solid;
	border-collapse:collapse;
	background-color:#E7E9EA;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Bitstream Vera Sans',sans-serif;
	font-size: 13px;
	letter-spacing: -1px;
	color: #4D4D4D;
	font-weight:normal;
	height:25px;	
}

.TablaArticulosChica {
	border:0px;
	width:100%;	
}
.TablaArticulosChica td {
	border-bottom:1px #EBE3C4 solid;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	text-align:center;
	font-size: 7pt;
}
.TablaArticulosChica th {
	border-bottom:1px #C7A212 solid;
	border-left:0px;
	border-right:0px;
	border-top:1px #C7A212 solid;
	border-collapse:collapse;
	background-color:#E4DEC8;
	font-family: Georgia;
	font-size: 10pt;
	letter-spacing: -1px;
	color: #4D4D4D;
	font-weight:normal;
	height:25px;	
}
input {
	font-size: 8pt;	
}

