<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#barra {
	height: 15px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(images/fondo.gif);
}
#barra ul {
	margin: 0px;
	padding: 0px;
}
#barra li a:link, a:visited {
	text-decoration: none;
	color: #003399;
	margin: 0px 10px;
	padding: 0px;
}
#barra li a:hover {
	text-decoration: none;
}
#barra img {
	padding-right: 3px;
}
#barra img a:link {
	text-decoration: none;
}

#barra li {
	list-style-type: none;
	display: inline;
}
body {
	margin: 0px;
	padding: 0px;
}
</pre></body></html>