.desc {
	margin: 2px 10px 10px 10px;
	padding: 15px;
	background-color: #F7F7F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	width: auto;
	height: auto;
}
.desc .metodo {
	border-top: thin dashed #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
	font-style: normal;
	font-weight: bold;
}
.desc .params, .desc .def {
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
.desc table {
	border: 1px solid #999;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 20px;
	text-align: left;
	border-collapse: collapse;
}
.desc td {
	border-right: 1px solid #999;
	border-bottom: 1px dashed #999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.f {
	width: 97px;
	font-weight: bold;
}
