body {
	color: white;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-attachment : fixed;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#004040;
	scrollbar-3dlight-color:#00ff00;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#6AB5FF;
	scrollbar-arrow-color:#00ff00;
	scrollbar-track-color:#808080;
	scrollbar-base-color:#B3F6FF;
}
table, tr, th, td {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
}
.th {
	background-color: #87CEEB;
}
.te {
	background-color : #fffff0;
}
.tl {
	background-color : #fffff0;
	text-align: left;
}
.tx {
	cursor: pointer;
	background-color : #fffff0;
	text-align: right;
}
.Detalles {
	color: white;
	background-color: black;
	background-image: url(./cabeza.jpg);
	background-position: right -80px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	background-attachment : fixed;
}
.Scrol {
	color: white;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-attachment : fixed;
}
.Titulo {
	background-color: transparent;
	font-size: 1.3em;
	color: cyan;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: Aqua;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	background-color: transparent;
	color: Lime;
}
img {
	border: none;
}
sup {
	font-size: 0.9em;
	background-color: transparent;
	color: Green;
}
i {
	background-color: transparent;
	color: black;
}