.titulo-seccion {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.mensaje-error {
    font-size: smaller;
    position: absolute;
    top: 100%;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    left: 0;
    color: red;
}

.nombre-parametro {
    color: black !important;
	font-weight: bold !important;
}

.valor-parametro {
    color: gray !important;
}