<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body, html 
{
	width:100%;
	height:100%;
}

body
{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	background-color:#FFF;
}

#principal
{
	margin:0;
}
	
a:link
{
	color:#000000;
	text-decoration:none;
}
	
a:visited
{
	color:#000000;
	text-decoration:none;
}
	
a:hover
{
	color:#000000;
	text-decoration:underline;
}</pre></body></html>