/* CSS Scotia Mortgage style for printing */
/* This style sheet is used so the document that uses it print nice on a 8.5 x 11 page. */

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
  margin-top:0px;
  margin-bottom:0px;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
/* This divs are left out because they doesn't have any content. */
#head, #buttons, #mainnav, #productos {
  display : none;
}