body {
    background: #d7e8f4;
    margin:0;
    padding:0;
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
    color: #000055;
    font-size: 0.8em;
}
/* links */
a, a:visited {
color: #002255;
background: inherit;
text-decoration: none;
}
a:hover {
color: #0044aa;
background: inherit;
text-decoration: underline;
}
h1 {
	font-size: 2em; /* 24 */
	line-height: 1;
	margin: 1.125em 0 .25em;
}
h2,
big {
	font-size: 1.3em; /* 18 */
	line-height: 1;
}
h2 {
	margin: 0 0 .5em 0;
}
h3 {
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0 0 .58333334em 0;
}
h4,
h5,
h6 {
	margin: 0 0 .75em 0;
}
/* Tables */
td,th {
	padding: 0 .5em;
}
th {
	background-color: #eee;
}


hr.rule-alternate {
	background:url(divider-ornament.gif) no-repeat center;
	border:0;
	height:1.5em;
}

.tema {
  background: url(bg_top.png) top center repeat;
}