body {
	background: #FFFFFF;
	height: 100%;
	width: auto;
	page-break-after: auto;
	
}
body, td, th, input, select, textarea, option, optgroup {
    _font-family:  sans-serif;
    font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #000000;
	
}


h1 {
	text-transform: uppercase;
	color: #999;
	text-align: right;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CDDDDD;
}

h2 {
	text-transform: uppercase;
	color: #999;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CDDDDD;
}

.div1 {
	width: 100%;
	margin-bottom: 20px;
}

.div1_small {
	width: 90mm;
	text-align:center; 
}

.div2 {
	float: left;
	display: inline-block;
}
.div3 {
	float: right;
	display: inline-block;
	padding: 5px;
}
.heading1 td {
	background: #FFF200;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.heading td {
	background: #1B3E8F;
	text-transform: uppercase;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.small {
	color: #666;
	font-size: 13px;
}

.product_h1 td {
	background: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}


.center {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}


.down {
	position: relative;
	top: 12px;
	}


.address, .product {
	border-collapse: collapse;
}
.address {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #CDDDDD;
	border-right: 1px solid #CDDDDD;
}
.address th, .address td {
	border-left: 1px solid #CDDDDD;
	border-bottom: 1px solid #CDDDDD;
	padding: 5px;
}
.address td {
	width: 50%;
}
.product {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #CDDDDD;
	border-right: 1px solid #CDDDDD;
}
.product td {
	border-left: 1px solid #CDDDDD;
	border-bottom: 1px solid #CDDDDD;
	padding: 5px;
}

.product_small {
	width: 90mm;
	border-top: 1px solid #C8DDDDD;
	border-right: 1px solid #CDDDDD;
}
.product_small td {
	border-left: 1px solid #CDDDDD;
	border-bottom: 1px solid #CDDDDD;
	padding: 5px;
}


    .product_small #revisado {
      text-align: center;
      float: left;
      width: 30%;
      border-top: 1px solid rgba(100,100,100,1);
    }
    .product_small #autorizado {
      text-align: center;
      float: right;
      width: 30%;
      border-top: 1px solid rgba(100,100,100,1);
    }
	
	
footer #revisado {	
	float:left; 
	width:250px; 
	text-align:center; 
	border-top: 1px solid black;
	padding:25px;
	margin-top:15px;   
	
	}
	
footer #autorizado {	
	float:right; 
	width:250px; 
	text-align:center; 
	border-top: 1px solid black;
	padding:25px; 
	margin-top:15px;  
	}
	
	footer #nota {
		clear:both; 
		margin-top:15px; 
	}
