body {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: verdana, helvetica, sans-serif;
	color: #333333;
	background-color: #fff;
	}
a {
	text-decoration: none;
	font-size: 11px;
	color:  #ff0000;
	outline: none;
	text-decoration: underline;
	}
a:visited {
	color:  #330000;
	}
a:active {
	color:  #999999;
	}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}

code {
	font-family: monospace;
	font-size: 12px;
	}

strong, b {
	font-weight: bold;
	}
	
p {
	font-size: 11px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 15;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
	
div#resumen {
	background: #efefef;
	border: solid #aaaaaa;
	border-width: 1px;
	color: #333333; 
	padding: 11px;
	font: 12px verdana, sans-serif;
	width: 600px; 
	}	
	
div#footer {
	background: #efefef;
	color: #333333;
	line-height: 18px;	
	padding: 10px 2% 10px 2%;	
	font: 11px verdana, sans-serif; 
	}	
	
div#logo {
	background: #990033;
	color: #333333;
	}		
#content {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border: 0px;
	background: #fff;
	width: 600px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;
	}	
html>body #content {
	width: 600px; /* ie5win fudge ends */
	}
#content2 {
	position: absolute;
	top: 10px;
	left: 620px; /* Opera5.02 will show a space at right when there is no scroll bar */
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border: 0px;
	background: #eee;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	}
html>body #content2 {
	width: 150px; /* ie5win fudge ends */
	}	/* Opera5.02 shows a 2px gap between. N6.01Win sometimes does. Depends on amount of fill and window size and wind direction. */
pre {
	font-size: 11px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}	
