<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.class_body {
    font-family: Arial;
    *background-color: #2D2D2D;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2e3246), to(#242736));
    background-image: -webkit-linear-gradient(top, #2e3246 0, #242736 100%);
    background-image: linear-gradient(to bottom, #2e3246 0, #242736 100%);
}

table {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

p {
    color: white;
}

a {
    font-weight: bold;
    color: white;
}

tr {
    padding-top: 30px;
}

img.small_icon {
    width: 170px;
    height: 50px;
}

#tableCurrentVersion img{
	padding: 2%;
}

#divOtrasVersiones{
	left: 10px;
    bottom: 50px;
	margin-top: 20px;
	border-top: 1px solid #FFF;
	padding-right: 5px;
	width: 100%;
}

#divOtrasVersiones table {
	color: white;
	text-align: left;
	font-size: normal;
}

#divM01 {
    bottom: 10px;
    right: 10px;
}

.pCurrentVersionInfo{
	font-size: small;
	padding: 2%;
}

.pCurrentVersionGo{
	font-size: x-large;
	margin-top: 4%;
}
</pre></body></html>