body {
	margin: 20px;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 9pt;
}

h1 {
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
	font-style:italic;
	color:#339900;
	text-align:right;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: navy;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: navy;
}

h4 {
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
	font-style:normal;
	color: black;
}


.table {
	width: 90%;
	border: solid 1px black;
	padding: 0px;
	border-collapse: collapse;
}

.td {
	border: solid 1px black;
}

.SectionTOC {
	background-color: orange;
}

.td-language a{
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;
	color: #00006c;	text-decoration:none;
}
.seccion a{
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;
	color: #339900;	text-decoration:none; font-weight:bold;
}
.sub-seccion a{
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;
	color: #00006c;	text-decoration:none; font-weight:normal;
}
.sub-seccion a:hover{
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;
	color: #0099FF;	text-decoration:none; font-weight:normal;
}

.button a{
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color:#339900;
	text-align:center;
	text-decoration: none;
}

.button a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}

.floatingimage {
	margin: 15px;
	text-align: center;
}

.centered {
	text-align: center;
}

.epigraph {
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	margin: 0px 40px 0px 40px;
	color: green;
}

.note {
	font-size: 0.9em;
	font-weight: normal;
	font-style:italic;
}

.littlebox {
	display: box;
	width: 200px;
	font-size: 0.9em;
	font-weight: bold;
	color: green;
	background-color: #9BFFAA;
	border: solid 1px green;
	padding: 10px;
}

.author {
	font-weight: bold;
	font-size: 0.95em;
}

.figure {
	display: box;
	width: 100%;
	font-size: 0.9em;
	font-weight: normal;
	color: green;
	background-color: #9BFFAA;
	border: solid 1px green;
	padding: 10px;
}

.figure a {
	color: green;
	font-weight: bold;
	text-decoration: none;
}

.figure a:hover {
	color: green;
	font-weight: bold;
	text-decoration: underline;
}

/*.figure a:visited {
	color: green;
	font-weight: bold;
	text-decoration: none;
}*/

.withBorder {
	font-size: 0.9em;
	border: solid 1px gray;
	border-collapse: collapse;
}

.withBorder td {
	padding: 3px;
	border: solid 1px gray;
}

.withoutBorder {
	font-size: 0.9em;
	border: 0px;
	border-collapse: collapse;
}

.withoutBorder td {
	padding: 3px;
	border: 0px;
}

p a, li a {
	color: green;
	font-weight: none;
	text-decoration: none;
}

p a:hover, li a:hover {
	color: green;
	font-weight: none;
	text-decoration: underline;
}

#contribTable {
	font-size: 0.9em;
	border: 0px;
	border-collapse: collapse;
}

#contribTable td {
	padding: 5px;
	border: 0px;
}

td.logo {
	text-align: center;
	height: 75px;
}

td.spacer {
	background-image: url('imprint/imgs/spacer.gif');
	background-repeat: repeat-y;
	text-align: center;
}