.comentario_ejemplo {
	font-style: italic;
	color: #aaa;
}

.puntero_help {
	cursor:help;
}

.codigo_fuente {
	max-height: 450px;
	background-color:#fcfcfc;
	margin-left:20px;
	margin-right:20px;
}


table#parametros th {
	background-color: #ccc;
}

pre code {
	line-height: 1.6em;
}
pre {
	padding: 0.1em 0.5em 0.3em 0.7em;
	border-left: 11px solid #ccc;
	margin: 1.7em 0 1.7em 0.3em;
}
