@charset "utf-8";
#page {width: 18cm; height: 26cm;}



/* CSS Document */

body { font-family: Georgia, "Times New Roman", Times, serif; color:#000; font-size:10pt; background:#FFF; }
a img, iframe { border:none; }
p { font-size:10pt !important;}
ol, ul { list-style: none; }
/*Ocultar los elementos que no se van a imprimir*/
#header, #sidebar, .logo, #contenthome img, .hide, #ftizq {
  display: none !important;
}
/*Corregir la estructura de la página*/
#content, #contenthome, #ft {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding:0;
}
h1 {font-size:16pt; font-weight:normal; }
h2 {font-size:14pt; font-weight:normal; }
h3, h4, h5, h6{ font-size:12pt;; font-weight:normal; }
a, a:visited, a:link  { text-decoration:none; color:#000; }

#ft, #ft a { padding-top:5em; font-size:8pt; color:#666;}
