/* CSS Document */
<style type="text/css">

body {
	background-color: #000000;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #99FF00;
	font-weight: bold;
}
.texto1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #353535;
}
.texto1 a:link {
	color: #155DAE;
	text-decoration: none;
}
.texto1 a:visited {
	text-decoration: none;
	color: #155DAE;
}
.texto1 a:hover {
	text-decoration: none;
	color: #56A3FA;
}
.texto1 a:active {
	text-decoration: none;
	color: #155DAE;
}
.texto2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #353535;
}
.titulo1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7702C9;
	font-size: 22px;
}

.menu1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7702C9;
	font-size: 14px;
}
.menu1 a:link {
	color: #7702C9;
	text-decoration: none;
}
.menu1 a:visited {
	text-decoration: none;
	color: #7702C9;
}
.menu1 a:hover {
	text-decoration: none;
	color: #F86F01;
}
.menu1 a:active {
	text-decoration: none;
	color: #7702C9;
}

td.bordalilas {
	border: 1px solid #7702C9;
	padding: 3px;
}
td.bordalilasesq {
    border-left: 1px solid #7702C9;
}

td.padding {
    padding: 7px;
}
.legenda {
	font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 11px
}

</style>

