/* fondo y tipos generales */
html {width:95%;}
/* area de impresion */
body {
background:#fff;
text-align:left;
color:#000;
font-size:11pt !important;
border:0;
margin:0;
padding:0; 
font:12pt Georgia, "Times New Roman", Times, serif;
width:7in;
}
/* negrita */
b, strong, em {font-weight:bold;}
/* desaparecen */
.invisible, #nav {display:none;}
img {border:0;}
/* enlaces */
a:link, a:visited {color:#333; font-weight:bold; text-decoration:none;}
/* encabezados */
h1, h2, h3, h4, h5, h6 {font-weight:bold; margin-top:1em; margin-bottom:2pt; letter-spacing:1pt; line-height:160%}
h4, h5, h6 {font-weight:normal;}
h1 {font-size:20pt;}
h2 {font-size:16pt;}
h3 {font-size:14pt;}
h4 {font-size:12pt;}
h5 {font-size:11pt;}
/* parrafos */
p {text-align:justify; line-height:160%;}
/* listas */
ul {margin:0 0 0 1.5em; padding:0;}
ul li, ol li {list-style-type:square; line-height:160%;}
/* tablas */
table {margin:0 auto; width:95%; font-family:Georgia, "Times New Roman", Times, serif;}
table caption {font-size:large; text-align:center;}
table thead tr th {border:2px solid #000; font-weight:bold; text-align:center;}
table tbody tr td {border:1px solid #ccc; }
/* centrar */
.centra {text-align:center;}

/* print.css: ESTILO IMPRESION PRESENTACIONES */
/* copyright 2006 Jose Ramon Quevedo Santana (jquevedo@qweos.net). */