a#notc {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(/images/20051114-notc_web_alto_dx.png) top right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

a:link, a:visited, a:active, a:hover {
	background-color: transparent;
}

a:link {
	color: #6090c0;
}

a:visited {
	color: #c09060;
}

a:active, a:hover {
	color: #ff0000;
}

blockquote {
	font-size: small;
	font-style: italic;
	text-align: justify;
}

body {
	background-color: #eeeeee;
	color: #000000;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, sans-serif;
	/*
	font-family: sans-serif, serif;
	*/
	font-size: small;
}

div h2 {
	text-align: center;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
}

img {
	border: 0px;
}

p {
	text-align: justify;
	font-family: sans-serif, serif;
	font-size: small;
}

/***********/

div.banner {
	border: 0;
	text-align: center;
}

img.banner {
	border: 1px solid #000000;
}

a.box-header:link, a.box-header:visited {
	background-color: transparent;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

a.box-header:hover {
	background-color: transparent;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

div.box, div.box-header, div.box-footer {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	margin: 5px;
	padding: 5px;
}

div.box {
	font-size: small;
	text-align: justify;
}

div.box-header {
	font-weight: bold;
	padding: 2px;
	text-align: center
}

div.box-footer {
	font-size: 8px;
	padding: 1px;
	text-align: center
}

table.layout {
	width: 100%;
}

td.layout, td.layout-right {
	vertical-align: top;
}

td.layout-right {
	width: 200px;
}

div.box pre {
	background-color: #ddddff;
	color: #000000;
}

img.foto {
	border: 1px dotted #000000;
	margin: 5px;
}

div.box table {
	border: 1px solid #000000;
	margin: 10px auto 20px;
}
div.box th {
	background-color: #000080;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
div.box td {
	background-color: #eeeeee;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}

div.box table.tiny {
	width: 200px;
}

div.box table.medium {
	width: 400px;
}

div.box table.large {
	width: 500px;
}

div.box table.full {
	width: 90%;
}

