@charset "utf-8";
/* CSS Document */

.noimprime {
   display: none;
}
body {
   font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #555;
   margin: 10 0 10 0px;
   text-align: left;
   background-color: #ffffff;
   width: auto;
   padding: 0;
   float: none;
}
#contenedor{
    width: 600px;
    margin: auto;
} 
/*
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 60%;
}

a[href^="/"]:after {
  content: " (http://www.renap.gob.gt" attr(href) ") ";
}
*/#header_print {
   font-size: 210%;
   display: block;
	 border-bottom: 1px solid #0cc;
}
#pie_print {
   font-size: 60%;
   display: block;
	 border-bottom: 1px solid #0cc;
}
img {
	 border: 0px;
}
