/* fondo y tipos generales */

html { width: 90%; }

/* area de impresion */
body {
	background: #fff;
	text-align: left;
	color: #000;
	font-size: 8pt !important;
	line-height: 150%;
	border: 0;
	margin: 0;
	padding: 0;
	font: 10pt Arial, Helvetica, sans-serif;
	width: 7in;
	}

/* negrita */
b, strong, em { font-weight: bold; }

/* desaparecen */
html * #cabecera { display: none; }
html * #serviciosweb { display: none; }
html * #accrapidos { display: none; }
html * .noprint { display: none; }
html * .invisible { 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; }
h4, h5, h6 { font-weight: normal; }
h1 { font-size: 18pt; font-style:italic; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }
h5 { font-size: 10pt; }
h1 { text-align: center; }

/* parrafos */
p { text-align: justify; }

/* listas */
ul { margin: 0 0 0 1.5em; padding: 0; }
li { list-style-type: square; }

/* tablas */
table { margin: 0 auto; width: 95%; font-family: Arial, Helvetica, sans-serif; }
table caption { font-size: large; text-align: center; }
table th { border: 1px solid #aaa; font-weight: bold; text-align: center; }
table td { border: 1px solid #eee; }
table * tfoot { margin: 10pt; }
table.aldch {text-align:right;}
table.aldch th {text-align:right;}

/* centrar */
.centra { text-align: center; }

#contenidos .firma {text-align:right !important; font-weight:bold; color:#666666; margin:5em 0 2em 0; }
