| body{
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	margin-bottom: 5px;
}
h1{
	font-size: 15pt;
	border-bottom: solid 1pt black;
	background-color: #cccccc;
}
h2{
	font-size: 13pt;	
}
h3{
	font-size: 11pt;	
	margin-top: 10px;
}
.param, .param_desc, .normal, .bquo{
	font-size: 10pt;	
	margin-top: 3px;
	margin-bottom: 3px;	
}
.param_desc{
	margin-left: 20px;	
	text-indent: 10pt;
}
.header{
	background-color: #eecccc;
}
.firma{
	font-size: 9pt;	
	margin-top: 3px;
	text-align:right;
}
.top{
	text-align:center;
	font-size: 15pt;
	font-weight: bold;
}
.menu{
	font-size: 10pt;
	background-color: #cccccc;	
}
.menu:hover{
	background-color: #ffcccc;	
}
 |